tune
This commit is contained in:
@@ -155,8 +155,8 @@ Interface IShellCommand
|
||||
|
||||
<a id="Hi_ShellCommands_IShellCommand_Run_" data-uid="Hi.ShellCommands.IShellCommand.Run*"></a>
|
||||
|
||||
<h3 id="Hi_ShellCommands_IShellCommand_Run_Hi_MachiningProcs_RuntimeController_" data-uid="Hi.ShellCommands.IShellCommand.Run(Hi.MachiningProcs.RuntimeController)">
|
||||
Run(RuntimeController)
|
||||
<h3 id="Hi_ShellCommands_IShellCommand_Run_Hi_MachiningProcs_RuntimeApi_" data-uid="Hi.ShellCommands.IShellCommand.Run(Hi.MachiningProcs.RuntimeApi)">
|
||||
Run(RuntimeApi)
|
||||
|
||||
</h3>
|
||||
|
||||
@@ -165,12 +165,12 @@ Interface IShellCommand
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">IEnumerable<Action> Run(RuntimeController scriptApi)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">IEnumerable<Action> 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>
|
||||
|
||||
Reference in New Issue
Block a user