This commit is contained in:
2026-01-16 01:48:39 +08:00
parent f81f03cb13
commit a06e0d3724
710 changed files with 17974 additions and 3075 deletions
@@ -190,8 +190,8 @@ Class CoordinateEntryDisplayee
<a id="Hi_Numerical_CoordinateEntryDisplayee__ctor_" data-uid="Hi.Numerical.CoordinateEntryDisplayee.#ctor*"></a>
<h3 id="Hi_Numerical_CoordinateEntryDisplayee__ctor_System_Func_Hi_Numerical_NcEnv__System_Func_Hi_Machining_MachiningEquipmentUtils_IMachiningEquipment__" data-uid="Hi.Numerical.CoordinateEntryDisplayee.#ctor(System.Func{Hi.Numerical.NcEnv},System.Func{Hi.Machining.MachiningEquipmentUtils.IMachiningEquipment})">
CoordinateEntryDisplayee(Func&lt;NcEnv&gt;, Func&lt;IMachiningEquipment&gt;)
<h3 id="Hi_Numerical_CoordinateEntryDisplayee__ctor_System_Func_Hi_Numerical_HardNcEnv__System_Func_Hi_Machining_MachiningEquipmentUtils_IMachiningEquipment__" data-uid="Hi.Numerical.CoordinateEntryDisplayee.#ctor(System.Func{Hi.Numerical.HardNcEnv},System.Func{Hi.Machining.MachiningEquipmentUtils.IMachiningEquipment})">
CoordinateEntryDisplayee(Func&lt;HardNcEnv&gt;, Func&lt;IMachiningEquipment&gt;)
</h3>
@@ -200,12 +200,12 @@ Class CoordinateEntryDisplayee
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public CoordinateEntryDisplayee(Func&lt;NcEnv&gt; ncEnvFunc, Func&lt;IMachiningEquipment&gt; millingEquipmentSource)</code></pre>
<pre><code class="lang-csharp hljs">public CoordinateEntryDisplayee(Func&lt;HardNcEnv&gt; ncEnvFunc, Func&lt;IMachiningEquipment&gt; millingEquipmentSource)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>ncEnvFunc</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.func-1">Func</a>&lt;<a class="xref" href="Hi.Numerical.NcEnv.html">NcEnv</a>&gt;</dt>
<dt><code>ncEnvFunc</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.func-1">Func</a>&lt;<a class="xref" href="Hi.Numerical.HardNcEnv.html">HardNcEnv</a>&gt;</dt>
<dd><p>The function that provides the NcEnv instance.</p>
</dd>
<dt><code>millingEquipmentSource</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.func-1">Func</a>&lt;<a class="xref" href="Hi.Machining.MachiningEquipmentUtils.IMachiningEquipment.html">IMachiningEquipment</a>&gt;</dt>
@@ -368,7 +368,7 @@ Class CoordinateEntryDisplayee
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public Func&lt;NcEnv&gt; NcEnvFunc { get; set; }</code></pre>
<pre><code class="lang-csharp hljs">public Func&lt;HardNcEnv&gt; NcEnvFunc { get; set; }</code></pre>
</div>
@@ -377,7 +377,7 @@ Class CoordinateEntryDisplayee
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.func-1">Func</a>&lt;<a class="xref" href="Hi.Numerical.NcEnv.html">NcEnv</a>&gt;</dt>
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.func-1">Func</a>&lt;<a class="xref" href="Hi.Numerical.HardNcEnv.html">HardNcEnv</a>&gt;</dt>
<dd></dd>
</dl>