fix SoftNcRunner GM code normalization.

This commit is contained in:
2026-05-16 18:08:13 +08:00
parent e026da61b3
commit 8b285cc863
765 changed files with 18689 additions and 9785 deletions
@@ -1910,6 +1910,51 @@ In multi thread, call it before going to un-safe area.</p>
<a id="Hi_MillingForces_MillingPhysicsBrief_NoCut_" data-uid="Hi.MillingForces.MillingPhysicsBrief.NoCut*"></a>
<h3 id="Hi_MillingForces_MillingPhysicsBrief_NoCut_System_Int32_" data-uid="Hi.MillingForces.MillingPhysicsBrief.NoCut(System.Int32)">
NoCut(int)
</h3>
<div class="markdown level1 summary"><p>Builds a brief representing a physically-computed &ldquo;no cut&rdquo; state
— i.e. <code>EnablePhysics=true</code> but the step has no engagement
(<code>IsTouched=false</code>). This is semantically distinct from a
<code>null</code> brief which means &ldquo;physics was not computed at all&rdquo;.
All forces, moments, ratios, chip dimensions and deflections are
zero; relief-face colliding speed is set to a negative sentinel
so <a class="xref" href="Hi.MillingForces.MillingPhysicsBrief.html#Hi_MillingForces_MillingPhysicsBrief_IsReliefFaceCollided">IsReliefFaceCollided</a> returns <code>false</code> rather
than <code>null</code>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static MillingPhysicsBrief NoCut(int rotationDivisionNum)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>rotationDivisionNum</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
<dd><p>The rotation division count this brief reports.</p>
</dd>
</dl>
<h4 class="section">Returns</h4>
<dl class="parameters">
<dt><a class="xref" href="Hi.MillingForces.MillingPhysicsBrief.html">MillingPhysicsBrief</a></dt>
<dd></dd>
</dl>
<a id="Hi_MillingForces_MillingPhysicsBrief_PowerWithoutFriction_W_" data-uid="Hi.MillingForces.MillingPhysicsBrief.PowerWithoutFriction_W*"></a>
<h3 id="Hi_MillingForces_MillingPhysicsBrief_PowerWithoutFriction_W" data-uid="Hi.MillingForces.MillingPhysicsBrief.PowerWithoutFriction_W">