This commit is contained in:
2025-09-15 00:18:25 +08:00
parent 6e1c76386e
commit 6a4e515562
59 changed files with 3726 additions and 2509 deletions
@@ -2344,8 +2344,8 @@ public void Pause()</code></pre>
<a id="Hi_MachiningProcs_RuntimeApi_PlayAct_" data-uid="Hi.MachiningProcs.RuntimeApi.PlayAct*"></a>
<h3 id="Hi_MachiningProcs_RuntimeApi_PlayAct_Hi_Numerical_Acts_IAct_Hi_MachiningSteps_ISourceCommand_System_Nullable_System_Threading_CancellationToken__" data-uid="Hi.MachiningProcs.RuntimeApi.PlayAct(Hi.Numerical.Acts.IAct,Hi.MachiningSteps.ISourceCommand,System.Nullable{System.Threading.CancellationToken})">
PlayAct(IAct, ISourceCommand, CancellationToken?)
<h3 id="Hi_MachiningProcs_RuntimeApi_PlayAct_Hi_Numerical_Acts_IAct_Hi_Common_FileLines_IIndexedFileLine_System_Nullable_System_Threading_CancellationToken__" data-uid="Hi.MachiningProcs.RuntimeApi.PlayAct(Hi.Numerical.Acts.IAct,Hi.Common.FileLines.IIndexedFileLine,System.Nullable{System.Threading.CancellationToken})">
PlayAct(IAct, IIndexedFileLine, CancellationToken?)
</h3>
@@ -2355,7 +2355,7 @@ public void Pause()</code></pre>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsAce]
public void PlayAct(IAct act, ISourceCommand sourceCommand = null, CancellationToken? cancellationToken = null)</code></pre>
public void PlayAct(IAct act, IIndexedFileLine sourceCommand = null, CancellationToken? cancellationToken = null)</code></pre>
</div>
<h4 class="section">Parameters</h4>
@@ -2363,7 +2363,7 @@ public void PlayAct(IAct act, ISourceCommand sourceCommand = null, CancellationT
<dt><code>act</code> <a class="xref" href="Hi.Numerical.Acts.IAct.html">IAct</a></dt>
<dd><p>The act to play.</p>
</dd>
<dt><code>sourceCommand</code> <a class="xref" href="Hi.MachiningSteps.ISourceCommand.html">ISourceCommand</a></dt>
<dt><code>sourceCommand</code> <a class="xref" href="Hi.Common.FileLines.IIndexedFileLine.html">IIndexedFileLine</a></dt>
<dd><p>The source command.</p>
</dd>
<dt><code>cancellationToken</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.threading.cancellationtoken">CancellationToken</a>?</dt>
@@ -2431,6 +2431,40 @@ public void PlayClTeleport(double x, double y, double z, double i, double j, dou
<a id="Hi_MachiningProcs_RuntimeApi_PlayCsvFile_" data-uid="Hi.MachiningProcs.RuntimeApi.PlayCsvFile*"></a>
<h3 id="Hi_MachiningProcs_RuntimeApi_PlayCsvFile_System_String_" data-uid="Hi.MachiningProcs.RuntimeApi.PlayCsvFile(System.String)">
PlayCsvFile(string)
</h3>
<div class="markdown level1 summary"><p>Plays an Csv file with the specified relative path.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[JsAce(&quot;PlayCsvFile($1\&quot;csvFile\&quot;);&quot;)]
public void PlayCsvFile(string relFilePath)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>relFilePath</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
<dd><p>Relative path to the CSV file</p>
</dd>
</dl>
<a id="Hi_MachiningProcs_RuntimeApi_PlayNc_" data-uid="Hi.MachiningProcs.RuntimeApi.PlayNc*"></a>
<h3 id="Hi_MachiningProcs_RuntimeApi_PlayNc_System_String_System_String_" data-uid="Hi.MachiningProcs.RuntimeApi.PlayNc(System.String,System.String)">