This commit is contained in:
2025-07-25 16:27:29 +08:00
parent 38b27cd481
commit b5cad3c171
1114 changed files with 68009 additions and 23981 deletions
@@ -336,6 +336,39 @@ This property is provided as a member value getter and should not be modified.</
<a id="Hi_MachiningProcs_MachiningActRunner_EnablePhysics_" data-uid="Hi.MachiningProcs.MachiningActRunner.EnablePhysics*"></a>
<h3 id="Hi_MachiningProcs_MachiningActRunner_EnablePhysics" data-uid="Hi.MachiningProcs.MachiningActRunner.EnablePhysics">
EnablePhysics
</h3>
<div class="markdown level1 summary"><p>Gets or sets whether milling force evaluation is enabled.
This is a runtime configuration and is not managed in XML IO.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public bool EnablePhysics { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt>
<dd></dd>
</dl>
<a id="Hi_MachiningProcs_MachiningActRunner_EnableSweeping_" data-uid="Hi.MachiningProcs.MachiningActRunner.EnableSweeping*"></a>
<h3 id="Hi_MachiningProcs_MachiningActRunner_EnableSweeping" data-uid="Hi.MachiningProcs.MachiningActRunner.EnableSweeping">
@@ -424,7 +457,7 @@ This is for internal use only.</p>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.action-1">Action</a>&lt;<a class="xref" href="Hi.MillingSteps.MachiningStep.html">MachiningStep</a>&gt;</dt>
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.action-1">Action</a>&lt;<a class="xref" href="Hi.MachiningSteps.MachiningStep.html">MachiningStep</a>&gt;</dt>
<dd></dd>
</dl>
@@ -691,6 +724,37 @@ This is for internal use only.</p>
<a id="Hi_MachiningProcs_MachiningActRunner_XyzabcChain_" data-uid="Hi.MachiningProcs.MachiningActRunner.XyzabcChain*"></a>
<h3 id="Hi_MachiningProcs_MachiningActRunner_XyzabcChain" data-uid="Hi.MachiningProcs.MachiningActRunner.XyzabcChain">
XyzabcChain
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public IXyzabcChain XyzabcChain { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Hi.Numerical.Xyzabc.IXyzabcChain.html">IXyzabcChain</a></dt>
<dd></dd>
</dl>
<h2 class="section" id="methods">Methods
</h2>
@@ -856,8 +920,8 @@ This is for internal use only.</p>
<a id="Hi_MachiningProcs_MachiningActRunner_ProcAct_" data-uid="Hi.MachiningProcs.MachiningActRunner.ProcAct*"></a>
<h3 id="Hi_MachiningProcs_MachiningActRunner_ProcAct_Hi_Numerical_Acts_IAct_Hi_MillingSteps_ISourceCommand_Hi_MachiningProcs_MachiningSession_System_Threading_CancellationToken_Hi_MillingSteps_IMachiningStepHost_" data-uid="Hi.MachiningProcs.MachiningActRunner.ProcAct(Hi.Numerical.Acts.IAct,Hi.MillingSteps.ISourceCommand,Hi.MachiningProcs.MachiningSession,System.Threading.CancellationToken,Hi.MillingSteps.IMachiningStepHost)">
ProcAct(IAct, ISourceCommand, MachiningSession, CancellationToken, IMachiningStepHost)
<h3 id="Hi_MachiningProcs_MachiningActRunner_ProcAct_Hi_Numerical_Acts_IAct_Hi_MachiningProcs_MachiningSession_Hi_MachiningSteps_IMachiningStepHost_Hi_MachiningSteps_ISourceCommand_System_Threading_CancellationToken_" data-uid="Hi.MachiningProcs.MachiningActRunner.ProcAct(Hi.Numerical.Acts.IAct,Hi.MachiningProcs.MachiningSession,Hi.MachiningSteps.IMachiningStepHost,Hi.MachiningSteps.ISourceCommand,System.Threading.CancellationToken)">
ProcAct(IAct, MachiningSession, IMachiningStepHost, ISourceCommand, CancellationToken)
</h3>
@@ -866,25 +930,25 @@ This is for internal use only.</p>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public IEnumerable&lt;object&gt; ProcAct(IAct act, ISourceCommand sourceCommand, MachiningSession millingSession, CancellationToken cancellationToken, IMachiningStepHost host)</code></pre>
<pre><code class="lang-csharp hljs">public IEnumerable&lt;object&gt; ProcAct(IAct act, MachiningSession millingSession, IMachiningStepHost host, ISourceCommand sourceCommand, CancellationToken cancellationToken)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>act</code> <a class="xref" href="Hi.Numerical.Acts.IAct.html">IAct</a></dt>
<dd><p>The act to process.</p>
</dd>
<dt><code>sourceCommand</code> <a class="xref" href="Hi.MillingSteps.ISourceCommand.html">ISourceCommand</a></dt>
<dd><p>The source command.</p>
</dd>
<dt><code>millingSession</code> <a class="xref" href="Hi.MachiningProcs.MachiningSession.html">MachiningSession</a></dt>
<dd><p>The milling session.</p>
</dd>
<dt><code>host</code> <a class="xref" href="Hi.MachiningSteps.IMachiningStepHost.html">IMachiningStepHost</a></dt>
<dd><p>The milling step host.</p>
</dd>
<dt><code>sourceCommand</code> <a class="xref" href="Hi.MachiningSteps.ISourceCommand.html">ISourceCommand</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>
<dd><p>The cancellation token.</p>
</dd>
<dt><code>host</code> <a class="xref" href="Hi.MillingSteps.IMachiningStepHost.html">IMachiningStepHost</a></dt>
<dd><p>The milling step host.</p>
</dd>
</dl>
@@ -1045,7 +1109,7 @@ This is for internal use only.</p>
<h4 class="section">Event Type</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.action-1">Action</a>&lt;<a class="xref" href="Hi.MillingSteps.MachiningStep.html">MachiningStep</a>&gt;</dt>
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.action-1">Action</a>&lt;<a class="xref" href="Hi.MachiningSteps.MachiningStep.html">MachiningStep</a>&gt;</dt>
<dd></dd>
</dl>