fix SoftNcRunner GM code normalization.

This commit is contained in:
2026-05-06 13:21:19 +08:00
parent 0fe9497552
commit 2f57932000
1238 changed files with 69405 additions and 22511 deletions
@@ -232,7 +232,9 @@ Shared by all tilt syntaxes (G68, G68.2, CYCLE800, PLANE SPATIAL).</p>
</h3>
<div class="markdown level1 summary"><p>Composes the tilt rotation into <a class="xref" href="Hi.NcParsers.Keywords.ITransformationDef.html#Hi_NcParsers_Keywords_ITransformationDef_ProgramToMcTransform">ProgramToMcTransform</a>.</p>
<div class="markdown level1 summary"><p>Composes the tilt rotation into <a class="xref" href="Hi.NcParsers.Keywords.ITransformationDef.html#Hi_NcParsers_Keywords_ITransformationDef_ProgramToMcTransform">ProgramToMcTransform</a>.
Tilt is a fixed geometric rotation per block, so the entry is always
<a class="xref" href="Hi.NcParsers.Syntaxs.TransformationUtil.html#Hi_NcParsers_Syntaxs_TransformationUtil_KindStatic">KindStatic</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
@@ -266,8 +268,12 @@ Shared by all tilt syntaxes (G68, G68.2, CYCLE800, PLANE SPATIAL).</p>
</h3>
<div class="markdown level1 summary"><p>Finds the previous tilt mode from backward nodes.
Returns null if no tilt section found.</p>
<div class="markdown level1 summary"><p>Returns the tilt mode written on the immediately previous block, or
null when none. Each prior block is guaranteed to carry a
<a class="xref" href="Hi.NcParsers.Keywords.TiltTransform.html">TiltTransform</a> section (LogicSyntax-stage authored,
or PostSyntax-stage carried by <a class="xref" href="Hi.NcParsers.PostLogicSyntaxs.ModalCarrySyntax.html">ModalCarrySyntax</a>),
so a single-step lookup replaces the legacy
<a class="xref" href="Hi.Common.Collections.LazyLinkedListNode-1.html#Hi_Common_Collections_LazyLinkedListNode_1_EnumerateBack">EnumerateBack()</a> walk.</p>
</div>
<div class="markdown level1 conceptual"></div>
@@ -304,8 +310,8 @@ Returns null if no tilt section found.</p>
</h3>
<div class="markdown level1 summary"><p>Finds the previous tilt Mat4d from the ProgramToMcTransform chain.
Returns identity if not found.</p>
<div class="markdown level1 summary"><p>Returns the tilt <a class="xref" href="Hi.Geom.Mat4d.html">Mat4d</a> stored on the immediately previous
block's transform list, or <a class="xref" href="Hi.Geom.Mat4d.html#Hi_Geom_Mat4d_Idt">Idt</a> when none.</p>
</div>
<div class="markdown level1 conceptual"></div>