update ISO coordinate rendering for 3+2axis machine.

This commit is contained in:
2026-04-06 15:08:59 +08:00
parent 8dd5309e0e
commit 0fe9497552
219 changed files with 23941 additions and 12629 deletions
@@ -102,6 +102,12 @@ Classes
<dl class="jumplist">
<dt><a class="xref" href="Hi.Numerical.Acts.ActClArc.html">ActClArc</a></dt>
<dd><p>Represents an arc movement action for cutter location.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="Hi.Numerical.Acts.ActClDerivedMcXyzabcContour.html">ActClDerivedMcXyzabcContour</a></dt>
<dd><p>Represents a combined linear movement in both cutter location and machine coordinates.
This class handles synchronized linear interpolation of tool position and orientation.</p>
</dd>
</dl>
<dl class="jumplist">
@@ -166,12 +172,6 @@ Used to explicitly mark operations that should be bypassed.</p>
<dl class="jumplist">
<dt><a class="xref" href="Hi.Numerical.Acts.ActLineEnd.html">ActLineEnd</a></dt>
<dd><p>Represents the end of a line act in numerical control operations.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="Hi.Numerical.Acts.ActLinearClAndLinearMcAbcMcXyzabcContour.html">ActLinearClAndLinearMcAbcMcXyzabcContour</a></dt>
<dd><p>Represents a combined linear movement in both cutter location and machine coordinates.
This class handles synchronized linear interpolation of tool position and orientation.</p>
</dd>
</dl>
<dl class="jumplist">
@@ -181,8 +181,12 @@ This class handles synchronized linear interpolation of tool position and orient
</dl>
<dl class="jumplist">
<dt><a class="xref" href="Hi.Numerical.Acts.ActMcXyzLinearContour.html">ActMcXyzLinearContour</a></dt>
<dd><p>Action of Machine Coordinate XYZABC contour by Machine Coordinate linear interpolation.
The ABC values should be identity.</p>
<dd><p>Action of Machine Coordinate XYZ contour by Machine Coordinate linear interpolation.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="Hi.Numerical.Acts.ActMcXyzSpiralContour.html">ActMcXyzSpiralContour</a></dt>
<dd><p>Represents a spiral contour movement in machine XYZ coordinates.</p>
</dd>
</dl>
<dl class="jumplist">
@@ -192,7 +196,7 @@ This class handles linear positioning in machine coordinates.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="Hi.Numerical.Acts.ActMcXyzabcOrientableLinearContour.html">ActMcXyzabcOrientableLinearContour</a></dt>
<dt><a class="xref" href="Hi.Numerical.Acts.ActMcXyzabcLinearContour.html">ActMcXyzabcLinearContour</a></dt>
<dd><p>Action of Machine Coordinate XYZABC contour by Machine Coordinate orientable linear interpolation.
This class handles complex tool movements with both position and orientation control.</p>
</dd>
@@ -213,13 +217,15 @@ This class handles complex tool movements with both position and orientation con
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="Hi.Numerical.Acts.ActSpindleSpeed.html">ActSpindleSpeed</a></dt>
<dd><p>Represents an act that controls the spindle speed in numerical control operations.</p>
<dt><a class="xref" href="Hi.Numerical.Acts.ActSpindleOrientation.html">ActSpindleOrientation</a></dt>
<dd><p>Oriented spindle stop — commands the spindle to stop at a specific
angular position. Used by G76 (fine boring) and G87 (back boring)
to orient the tool before lateral shift.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="Hi.Numerical.Acts.ActSpiralMcXyzContour.html">ActSpiralMcXyzContour</a></dt>
<dd><p>Represents a spiral contour movement in machine XYZ coordinates.</p>
<dt><a class="xref" href="Hi.Numerical.Acts.ActSpindleSpeed.html">ActSpindleSpeed</a></dt>
<dd><p>Represents an act that controls the spindle speed in numerical control operations.</p>
</dd>
</dl>
<dl class="jumplist">