This commit is contained in:
2026-02-11 04:11:05 +08:00
parent b445c3e334
commit 1a8a3b59d2
104 changed files with 10241 additions and 2457 deletions
@@ -155,8 +155,8 @@ Class NcProc
<a id="Hi_Numerical_NcProc_GetActs_" data-uid="Hi.Numerical.NcProc.GetActs*"></a>
<h3 id="Hi_Numerical_NcProc_GetActs_Hi_Numerical_HardNcEnv_Hi_Common_SeqPair_Hi_Numerical_HardNcLine__Hi_Common_Messages_IMessageHost_" data-uid="Hi.Numerical.NcProc.GetActs(Hi.Numerical.HardNcEnv,Hi.Common.SeqPair{Hi.Numerical.HardNcLine},Hi.Common.Messages.IMessageHost)">
GetActs(HardNcEnv, SeqPair&lt;HardNcLine&gt;, IMessageHost)
<h3 id="Hi_Numerical_NcProc_GetActs_Hi_Numerical_HardNcEnv_Hi_Common_SeqPair_Hi_Numerical_HardNcLine__System_IProgress_System_Object__" data-uid="Hi.Numerical.NcProc.GetActs(Hi.Numerical.HardNcEnv,Hi.Common.SeqPair{Hi.Numerical.HardNcLine},System.IProgress{System.Object})">
GetActs(HardNcEnv, SeqPair&lt;HardNcLine&gt;, IProgress&lt;object&gt;)
</h3>
@@ -165,7 +165,7 @@ Class NcProc
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static IEnumerable&lt;IAct&gt; GetActs(HardNcEnv ncEnv, SeqPair&lt;HardNcLine&gt; ncLineSeq, IMessageHost messageHost)</code></pre>
<pre><code class="lang-csharp hljs">public static IEnumerable&lt;IAct&gt; GetActs(HardNcEnv ncEnv, SeqPair&lt;HardNcLine&gt; ncLineSeq, IProgress&lt;object&gt; messageHost)</code></pre>
</div>
<h4 class="section">Parameters</h4>
@@ -176,7 +176,7 @@ Class NcProc
<dt><code>ncLineSeq</code> <a class="xref" href="Hi.Common.SeqPair-1.html">SeqPair</a>&lt;<a class="xref" href="Hi.Numerical.HardNcLine.html">HardNcLine</a>&gt;</dt>
<dd><p>The sequence pair of NcLines</p>
</dd>
<dt><code>messageHost</code> <a class="xref" href="Hi.Common.Messages.IMessageHost.html">IMessageHost</a></dt>
<dt><code>messageHost</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iprogress-1">IProgress</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a>&gt;</dt>
<dd><p>The message host for logging</p>
</dd>
</dl>
@@ -200,8 +200,8 @@ Class NcProc
<a id="Hi_Numerical_NcProc_GetActs_" data-uid="Hi.Numerical.NcProc.GetActs*"></a>
<h3 id="Hi_Numerical_NcProc_GetActs_Hi_Numerical_HardNcEnv_Hi_Numerical_HardNcLine_Hi_Numerical_HardNcLine_Hi_Common_Messages_IMessageHost_" data-uid="Hi.Numerical.NcProc.GetActs(Hi.Numerical.HardNcEnv,Hi.Numerical.HardNcLine,Hi.Numerical.HardNcLine,Hi.Common.Messages.IMessageHost)">
GetActs(HardNcEnv, HardNcLine, HardNcLine, IMessageHost)
<h3 id="Hi_Numerical_NcProc_GetActs_Hi_Numerical_HardNcEnv_Hi_Numerical_HardNcLine_Hi_Numerical_HardNcLine_System_IProgress_System_Object__" data-uid="Hi.Numerical.NcProc.GetActs(Hi.Numerical.HardNcEnv,Hi.Numerical.HardNcLine,Hi.Numerical.HardNcLine,System.IProgress{System.Object})">
GetActs(HardNcEnv, HardNcLine, HardNcLine, IProgress&lt;object&gt;)
</h3>
@@ -210,7 +210,7 @@ Class NcProc
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static IEnumerable&lt;IAct&gt; GetActs(HardNcEnv ncEnv, HardNcLine preNcLine, HardNcLine curNcLine, IMessageHost messageHost)</code></pre>
<pre><code class="lang-csharp hljs">public static IEnumerable&lt;IAct&gt; GetActs(HardNcEnv ncEnv, HardNcLine preNcLine, HardNcLine curNcLine, IProgress&lt;object&gt; messageHost)</code></pre>
</div>
<h4 class="section">Parameters</h4>
@@ -224,7 +224,7 @@ Class NcProc
<dt><code>curNcLine</code> <a class="xref" href="Hi.Numerical.HardNcLine.html">HardNcLine</a></dt>
<dd><p>The current NcLine</p>
</dd>
<dt><code>messageHost</code> <a class="xref" href="Hi.Common.Messages.IMessageHost.html">IMessageHost</a></dt>
<dt><code>messageHost</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iprogress-1">IProgress</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a>&gt;</dt>
<dd><p>The message host for logging</p>
</dd>
</dl>
@@ -248,8 +248,8 @@ Class NcProc
<a id="Hi_Numerical_NcProc_GetActs_" data-uid="Hi.Numerical.NcProc.GetActs*"></a>
<h3 id="Hi_Numerical_NcProc_GetActs_Hi_Numerical_HardNcEnv_System_Collections_Generic_LinkedListNode_Hi_Numerical_HardNcLine__Hi_Common_Messages_IMessageHost_" data-uid="Hi.Numerical.NcProc.GetActs(Hi.Numerical.HardNcEnv,System.Collections.Generic.LinkedListNode{Hi.Numerical.HardNcLine},Hi.Common.Messages.IMessageHost)">
GetActs(HardNcEnv, LinkedListNode&lt;HardNcLine&gt;, IMessageHost)
<h3 id="Hi_Numerical_NcProc_GetActs_Hi_Numerical_HardNcEnv_System_Collections_Generic_LinkedListNode_Hi_Numerical_HardNcLine__System_IProgress_System_Object__" data-uid="Hi.Numerical.NcProc.GetActs(Hi.Numerical.HardNcEnv,System.Collections.Generic.LinkedListNode{Hi.Numerical.HardNcLine},System.IProgress{System.Object})">
GetActs(HardNcEnv, LinkedListNode&lt;HardNcLine&gt;, IProgress&lt;object&gt;)
</h3>
@@ -258,7 +258,7 @@ Class NcProc
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static IEnumerable&lt;IAct&gt; GetActs(HardNcEnv ncEnv, LinkedListNode&lt;HardNcLine&gt; ncLineNode, IMessageHost messageHost)</code></pre>
<pre><code class="lang-csharp hljs">public static IEnumerable&lt;IAct&gt; GetActs(HardNcEnv ncEnv, LinkedListNode&lt;HardNcLine&gt; ncLineNode, IProgress&lt;object&gt; messageHost)</code></pre>
</div>
<h4 class="section">Parameters</h4>
@@ -269,7 +269,7 @@ Class NcProc
<dt><code>ncLineNode</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.linkedlistnode-1">LinkedListNode</a>&lt;<a class="xref" href="Hi.Numerical.HardNcLine.html">HardNcLine</a>&gt;</dt>
<dd><p>The linked list node containing the NcLine</p>
</dd>
<dt><code>messageHost</code> <a class="xref" href="Hi.Common.Messages.IMessageHost.html">IMessageHost</a></dt>
<dt><code>messageHost</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iprogress-1">IProgress</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a>&gt;</dt>
<dd><p>The message host for logging</p>
</dd>
</dl>