fix postprocess precision.
This commit is contained in:
@@ -315,8 +315,8 @@ for interpolation in polar coordinate system.</p>
|
||||
|
||||
<a id="Hi_Numerical_Acts_ActMcPolarLinearContour_GetActMcXyzabcSteps_" data-uid="Hi.Numerical.Acts.ActMcPolarLinearContour.GetActMcXyzabcSteps*"></a>
|
||||
|
||||
<h3 id="Hi_Numerical_Acts_ActMcPolarLinearContour_GetActMcXyzabcSteps_Hi_Numerical_MachiningMotionResolutionUtils_IMachiningMotionResolution_System_Double_" data-uid="Hi.Numerical.Acts.ActMcPolarLinearContour.GetActMcXyzabcSteps(Hi.Numerical.MachiningMotionResolutionUtils.IMachiningMotionResolution,System.Double)">
|
||||
GetActMcXyzabcSteps(IMachiningMotionResolution, double)
|
||||
<h3 id="Hi_Numerical_Acts_ActMcPolarLinearContour_GetActMcXyzabcSteps_Hi_Numerical_MachiningMotionResolutionUtils_IMachiningMotionResolution_System_Double_System_Action_System_Object__" data-uid="Hi.Numerical.Acts.ActMcPolarLinearContour.GetActMcXyzabcSteps(Hi.Numerical.MachiningMotionResolutionUtils.IMachiningMotionResolution,System.Double,System.Action{System.Object})">
|
||||
GetActMcXyzabcSteps(IMachiningMotionResolution, double, Action<object>)
|
||||
|
||||
</h3>
|
||||
|
||||
@@ -325,7 +325,7 @@ for interpolation in polar coordinate system.</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>
|
||||
@@ -335,6 +335,9 @@ for interpolation in polar coordinate system.</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