fix postprocess precision.
This commit is contained in:
+6
-3
@@ -372,8 +372,8 @@ The Normal property of DVec3d represents ABC angles in radians.</p>
|
||||
|
||||
<a id="Hi_Numerical_Acts_ActMcXyzabcOrientableLinearContour_GetActMcXyzabcSteps_" data-uid="Hi.Numerical.Acts.ActMcXyzabcOrientableLinearContour.GetActMcXyzabcSteps*"></a>
|
||||
|
||||
<h3 id="Hi_Numerical_Acts_ActMcXyzabcOrientableLinearContour_GetActMcXyzabcSteps_Hi_Numerical_MachiningMotionResolutionUtils_IMachiningMotionResolution_System_Double_" data-uid="Hi.Numerical.Acts.ActMcXyzabcOrientableLinearContour.GetActMcXyzabcSteps(Hi.Numerical.MachiningMotionResolutionUtils.IMachiningMotionResolution,System.Double)">
|
||||
GetActMcXyzabcSteps(IMachiningMotionResolution, double)
|
||||
<h3 id="Hi_Numerical_Acts_ActMcXyzabcOrientableLinearContour_GetActMcXyzabcSteps_Hi_Numerical_MachiningMotionResolutionUtils_IMachiningMotionResolution_System_Double_System_Action_System_Object__" data-uid="Hi.Numerical.Acts.ActMcXyzabcOrientableLinearContour.GetActMcXyzabcSteps(Hi.Numerical.MachiningMotionResolutionUtils.IMachiningMotionResolution,System.Double,System.Action{System.Object})">
|
||||
GetActMcXyzabcSteps(IMachiningMotionResolution, double, Action<object>)
|
||||
|
||||
</h3>
|
||||
|
||||
@@ -382,7 +382,7 @@ The Normal property of DVec3d represents ABC angles in radians.</p>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public IEnumerable<ActMcXyzabcStep> GetActMcXyzabcSteps(IMachiningMotionResolution ncResolution, double spindleBuckleToToolTipLength)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public IEnumerable<ActMcXyzabcStep> GetActMcXyzabcSteps(IMachiningMotionResolution ncResolution, double spindleBuckleToToolTipLength, Action<object> coordinateConversionFailedAction)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
@@ -392,6 +392,9 @@ The Normal property of DVec3d represents ABC angles in radians.</p>
|
||||
</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><<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a>></dt>
|
||||
<dd><p>Called when attacher NP to MC conversion fails; the argument is the failed DVec3d (attacher NP).</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user