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
@@ -597,8 +597,8 @@ Since the folder can be moving with the configuration file.</p>
<a id="Hi_ShellCommands_ScriptCommand_Run_" data-uid="Hi.ShellCommands.ScriptCommand.Run*"></a>
<h3 id="Hi_ShellCommands_ScriptCommand_Run_Hi_MachiningProcs_RuntimeController_" data-uid="Hi.ShellCommands.ScriptCommand.Run(Hi.MachiningProcs.RuntimeController)">
Run(RuntimeController)
<h3 id="Hi_ShellCommands_ScriptCommand_Run_Hi_MachiningProcs_RuntimeApi_" data-uid="Hi.ShellCommands.ScriptCommand.Run(Hi.MachiningProcs.RuntimeApi)">
Run(RuntimeApi)
</h3>
@@ -607,12 +607,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>
@@ -636,8 +636,8 @@ Since the folder can be moving with the configuration file.</p>
<a id="Hi_ShellCommands_ScriptCommand_Run_" data-uid="Hi.ShellCommands.ScriptCommand.Run*"></a>
<h3 id="Hi_ShellCommands_ScriptCommand_Run_Hi_MachiningProcs_RuntimeController_System_String_" data-uid="Hi.ShellCommands.ScriptCommand.Run(Hi.MachiningProcs.RuntimeController,System.String)">
Run(RuntimeController, string)
<h3 id="Hi_ShellCommands_ScriptCommand_Run_Hi_MachiningProcs_RuntimeApi_System_String_" data-uid="Hi.ShellCommands.ScriptCommand.Run(Hi.MachiningProcs.RuntimeApi,System.String)">
Run(RuntimeApi, string)
</h3>
@@ -646,12 +646,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, string scriptText)</code></pre>
<pre><code class="lang-csharp hljs">public IEnumerable&lt;Action&gt; Run(RuntimeApi scriptApi, string scriptText)</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>The milling course script API</p>
</dd>
<dt><code>scriptText</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>