This commit is contained in:
2025-08-30 15:31:33 +08:00
parent 6e7d65b32a
commit 97aa5f3b30
766 changed files with 8238 additions and 1394 deletions
@@ -408,8 +408,8 @@ Since the folder can be moving with the configuration file.</p>
<a id="Hi_ShellCommands_GeomDiffCommand_Run_" data-uid="Hi.ShellCommands.GeomDiffCommand.Run*"></a>
<h3 id="Hi_ShellCommands_GeomDiffCommand_Run_Hi_MachiningProcs_RuntimeController_" data-uid="Hi.ShellCommands.GeomDiffCommand.Run(Hi.MachiningProcs.RuntimeController)">
Run(RuntimeController)
<h3 id="Hi_ShellCommands_GeomDiffCommand_Run_Hi_MachiningProcs_RuntimeApi_" data-uid="Hi.ShellCommands.GeomDiffCommand.Run(Hi.MachiningProcs.RuntimeApi)">
Run(RuntimeApi)
</h3>
@@ -418,12 +418,12 @@ Since the folder can be moving with the configuration file.</p>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public IEnumerable&lt;Action&gt; Run(RuntimeController scriptApi)</code></pre>
<pre><code class="lang-csharp hljs">public IEnumerable&lt;Action&gt; Run(RuntimeApi scriptApi)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>scriptApi</code> <a class="xref" href="Hi.MachiningProcs.RuntimeController.html">RuntimeController</a></dt>
<dt><code>scriptApi</code> <a class="xref" href="Hi.MachiningProcs.RuntimeApi.html">RuntimeApi</a></dt>
<dd><p>Script API for executing milling commands.</p>
</dd>
</dl>