fix postprocess precision.

This commit is contained in:
2026-02-19 21:34:39 +08:00
parent a21240016f
commit 2d38701590
48 changed files with 984 additions and 394 deletions
@@ -477,8 +477,8 @@ Class ActSpiralMcXyzContour
<a id="Hi_Numerical_Acts_ActSpiralMcXyzContour_GetActMcXyzabcSteps_" data-uid="Hi.Numerical.Acts.ActSpiralMcXyzContour.GetActMcXyzabcSteps*"></a>
<h3 id="Hi_Numerical_Acts_ActSpiralMcXyzContour_GetActMcXyzabcSteps_Hi_Numerical_MachiningMotionResolutionUtils_IMachiningMotionResolution_System_Double_" data-uid="Hi.Numerical.Acts.ActSpiralMcXyzContour.GetActMcXyzabcSteps(Hi.Numerical.MachiningMotionResolutionUtils.IMachiningMotionResolution,System.Double)">
GetActMcXyzabcSteps(IMachiningMotionResolution, double)
<h3 id="Hi_Numerical_Acts_ActSpiralMcXyzContour_GetActMcXyzabcSteps_Hi_Numerical_MachiningMotionResolutionUtils_IMachiningMotionResolution_System_Double_System_Action_System_Object__" data-uid="Hi.Numerical.Acts.ActSpiralMcXyzContour.GetActMcXyzabcSteps(Hi.Numerical.MachiningMotionResolutionUtils.IMachiningMotionResolution,System.Double,System.Action{System.Object})">
GetActMcXyzabcSteps(IMachiningMotionResolution, double, Action&lt;object&gt;)
</h3>
@@ -487,7 +487,7 @@ Class ActSpiralMcXyzContour
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public IEnumerable&lt;ActMcXyzabcStep&gt; GetActMcXyzabcSteps(IMachiningMotionResolution ncResolution, double spindleBuckleToToolTipLength)</code></pre>
<pre><code class="lang-csharp hljs">public IEnumerable&lt;ActMcXyzabcStep&gt; GetActMcXyzabcSteps(IMachiningMotionResolution ncResolution, double spindleBuckleToToolTipLength, Action&lt;object&gt; coordinateConversionFailedAction)</code></pre>
</div>
<h4 class="section">Parameters</h4>
@@ -497,6 +497,9 @@ Class ActSpiralMcXyzContour
</dd>
<dt><code>spindleBuckleToToolTipLength</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></dt>
<dd><p>The length from spindle buckle to tool tip, used for computing step numbers.</p>
</dd>
<dt><code>coordinateConversionFailedAction</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.action-1">Action</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a>&gt;</dt>
<dd><p>Called when attacher NP to MC conversion fails; the argument is the failed DVec3d (attacher NP).</p>
</dd>
</dl>