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
@@ -102,7 +102,7 @@ Class NcLine
<div class="markdown conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public class NcLine : ISourceCommand, IFileLine, IFileLineIndex, IGetIndexedFileLine, IGetFileLineIndex, IGetSourceCommand</code></pre>
<pre><code class="lang-csharp hljs">public class NcLine : IIndexedFileLine, IFileLine, IFileLineIndex, IGetIndexedFileLine, IGetFileLineIndex, IFlagText</code></pre>
</div>
@@ -119,12 +119,12 @@ Class NcLine
<dl class="typelist implements">
<dt>Implements</dt>
<dd>
<div><a class="xref" href="Hi.MachiningSteps.ISourceCommand.html">ISourceCommand</a></div>
<div><a class="xref" href="Hi.Common.FileLines.IIndexedFileLine.html">IIndexedFileLine</a></div>
<div><a class="xref" href="Hi.Common.FileLines.IFileLine.html">IFileLine</a></div>
<div><a class="xref" href="Hi.Common.FileLines.IFileLineIndex.html">IFileLineIndex</a></div>
<div><a class="xref" href="Hi.Common.FileLines.IGetIndexedFileLine.html">IGetIndexedFileLine</a></div>
<div><a class="xref" href="Hi.Common.FileLines.IGetFileLineIndex.html">IGetFileLineIndex</a></div>
<div><a class="xref" href="Hi.MachiningSteps.IGetSourceCommand.html">IGetSourceCommand</a></div>
<div><a class="xref" href="Hi.MachiningSteps.IFlagText.html">IFlagText</a></div>
</dd>
</dl>
@@ -2221,20 +2221,18 @@ So be care that do not change the NC XYZ if not needed.</p>
</h3>
<div class="markdown level1 summary"><p>Gets the source command associated with this instance.</p>
</div>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public ISourceCommand GetSourceCommand()</code></pre>
<pre><code class="lang-csharp hljs">public IIndexedFileLine GetSourceCommand()</code></pre>
</div>
<h4 class="section">Returns</h4>
<dl class="parameters">
<dt><a class="xref" href="Hi.MachiningSteps.ISourceCommand.html">ISourceCommand</a></dt>
<dd><p>The source command object.</p>
</dd>
<dt><a class="xref" href="Hi.Common.FileLines.IIndexedFileLine.html">IIndexedFileLine</a></dt>
<dd></dd>
</dl>