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
@@ -213,8 +213,8 @@ Class ActLineBegin
<a id="Hi_Numerical_Acts_ActLineBegin__ctor_" data-uid="Hi.Numerical.Acts.ActLineBegin.#ctor*"></a>
<h3 id="Hi_Numerical_Acts_ActLineBegin__ctor_Hi_MachiningSteps_ISourceCommand_" data-uid="Hi.Numerical.Acts.ActLineBegin.#ctor(Hi.MachiningSteps.ISourceCommand)">
ActLineBegin(ISourceCommand)
<h3 id="Hi_Numerical_Acts_ActLineBegin__ctor_Hi_Common_FileLines_IIndexedFileLine_" data-uid="Hi.Numerical.Acts.ActLineBegin.#ctor(Hi.Common.FileLines.IIndexedFileLine)">
ActLineBegin(IIndexedFileLine)
</h3>
@@ -223,12 +223,12 @@ Class ActLineBegin
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public ActLineBegin(ISourceCommand sourceCommand)</code></pre>
<pre><code class="lang-csharp hljs">public ActLineBegin(IIndexedFileLine sourceCommand)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<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 associated with this line beginning.</p>
</dd>
</dl>
@@ -260,7 +260,7 @@ Class ActLineBegin
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public ISourceCommand SourceCommand { get; set; }</code></pre>
<pre><code class="lang-csharp hljs">public IIndexedFileLine SourceCommand { get; set; }</code></pre>
</div>
@@ -269,7 +269,7 @@ Class ActLineBegin
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Hi.MachiningSteps.ISourceCommand.html">ISourceCommand</a></dt>
<dt><a class="xref" href="Hi.Common.FileLines.IIndexedFileLine.html">IIndexedFileLine</a></dt>
<dd></dd>
</dl>