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
@@ -950,6 +950,48 @@ The forced item is workpiece.</p>
<a id="Hi_MillingForces_MillingForceLuggage_NoCut_" data-uid="Hi.MillingForces.MillingForceLuggage.NoCut*"></a>
<h3 id="Hi_MillingForces_MillingForceLuggage_NoCut_System_Int32_" data-uid="Hi.MillingForces.MillingForceLuggage.NoCut(System.Int32)">
NoCut(int)
</h3>
<div class="markdown level1 summary"><p>Builds a luggage representing a physically-computed &ldquo;no cut&rdquo; state
(paired with <a class="xref" href="Hi.MillingForces.MillingPhysicsBrief.html#Hi_MillingForces_MillingPhysicsBrief_NoCut_System_Int32_">NoCut(int)</a>): the three
per-rotation force lists are each filled with <a class="xref" href="Hi.Geom.Vec3d.html#Hi_Geom_Vec3d_Zero">Zero</a>
of length <code class="paramref">rotationDivisionNum</code>. <code>StepIndex</code>
is left at default; the caller assigns it.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static MillingForceLuggage 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>Length of each per-rotation list.</p>
</dd>
</dl>
<h4 class="section">Returns</h4>
<dl class="parameters">
<dt><a class="xref" href="Hi.MillingForces.MillingForceLuggage.html">MillingForceLuggage</a></dt>
<dd></dd>
</dl>
<a id="Hi_MillingForces_MillingForceLuggage_ToCuttingForcesString_" data-uid="Hi.MillingForces.MillingForceLuggage.ToCuttingForcesString*"></a>
<h3 id="Hi_MillingForces_MillingForceLuggage_ToCuttingForcesString" data-uid="Hi.MillingForces.MillingForceLuggage.ToCuttingForcesString">