This commit is contained in:
2025-11-16 17:27:05 +08:00
parent 643a14956d
commit dbbe3303b3
665 changed files with 1697 additions and 1018 deletions
@@ -209,7 +209,7 @@ Class MachiningStep
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public MachiningStep(IMachiningStepHost host, int stepIndex, IIndexedFileLine sourceCommand, MachineMotionStep machineMotionStep, MillingInstance millingPhysicsStep, MachiningStep.CollidedKeyPair[] collidedKeyPairs)</code></pre>
<pre><code class="lang-csharp hljs">public MachiningStep(IMachiningStepHost host, int stepIndex, IIndexedFileLine sourceCommand, MachineMotionStep machineMotionStep, MillingInstance millingInstance, MachiningStep.CollidedKeyPair[] collidedKeyPairs)</code></pre>
</div>
<h4 class="section">Parameters</h4>
@@ -226,7 +226,7 @@ Class MachiningStep
<dt><code>machineMotionStep</code> <a class="xref" href="Hi.MachiningSteps.MachineMotionStep.html">MachineMotionStep</a></dt>
<dd><p>The machine motion step parameters.</p>
</dd>
<dt><code>millingPhysicsStep</code> <a class="xref" href="Hi.MillingSteps.MillingInstance.html">MillingInstance</a></dt>
<dt><code>millingInstance</code> <a class="xref" href="Hi.MillingSteps.MillingInstance.html">MillingInstance</a></dt>
<dd><p>The physics result for the step.</p>
</dd>
<dt><code>collidedKeyPairs</code> <a class="xref" href="Hi.MachiningSteps.MachiningStep.CollidedKeyPair.html">CollidedKeyPair</a>[]</dt>
@@ -2117,7 +2117,8 @@ public double? InstantCraterWear_um { get; }</code></pre>
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Gets a value indicating whether the relief face is collided.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
@@ -2424,7 +2425,8 @@ public Vec3d MaxBottomEdgeDeflectionOnToolRunningCoordinate_mm { get; }</code></
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Gets the maximum bottom edge deflection on tool running coordinate in micrometers.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
@@ -2966,7 +2968,8 @@ public double ReCutDepth_um { get; }</code></pre>
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Gets the relief face colliding depth in millimeters.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">