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
@@ -97,7 +97,7 @@ Class WriteShotFilesCommand
<dl><dt>Assembly</dt><dd>HiNc.dll</dd></dl>
</div>
<div class="markdown summary"><p>Command to call <a class="xref" href="Hi.MachiningProcs.RuntimeController.html#Hi_MachiningProcs_RuntimeController_WriteShotFiles_System_String_System_Double_">WriteShotFiles(string, double)</a>.</p>
<div class="markdown summary"><p>Command to call <a class="xref" href="Hi.MachiningProcs.RuntimeApi.html#Hi_MachiningProcs_RuntimeApi_WriteShotFiles_System_String_System_Double_">WriteShotFiles(string, double)</a>.</p>
</div>
<div class="markdown conceptual"></div>
@@ -405,8 +405,8 @@ Since the folder can be moving with the configuration file.</p>
<a id="Hi_ShellCommands_WriteShotFilesCommand_Run_" data-uid="Hi.ShellCommands.WriteShotFilesCommand.Run*"></a>
<h3 id="Hi_ShellCommands_WriteShotFilesCommand_Run_Hi_MachiningProcs_RuntimeController_" data-uid="Hi.ShellCommands.WriteShotFilesCommand.Run(Hi.MachiningProcs.RuntimeController)">
Run(RuntimeController)
<h3 id="Hi_ShellCommands_WriteShotFilesCommand_Run_Hi_MachiningProcs_RuntimeApi_" data-uid="Hi.ShellCommands.WriteShotFilesCommand.Run(Hi.MachiningProcs.RuntimeApi)">
Run(RuntimeApi)
</h3>
@@ -415,12 +415,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>