fix bug of G53.1 and remove NcEnv.SetToolHeightCompensationOnFeatureNormal property.

This commit is contained in:
2026-03-19 17:25:33 +08:00
parent 2c586333b6
commit 52a3412ecb
826 changed files with 41648 additions and 6499 deletions
@@ -200,8 +200,8 @@ Class ActUtil
<a id="Hi_Numerical_Acts_ActUtil_GetStepNum_" data-uid="Hi.Numerical.Acts.ActUtil.GetStepNum*"></a>
<h3 id="Hi_Numerical_Acts_ActUtil_GetStepNum_Hi_Common_SeqPair_Hi_Geom_DVec3d__Hi_Numerical_Xyzabc_ICoordinateConverter_System_Double_Hi_Numerical_MachiningMotionResolutionUtils_IMachiningMotionResolution_" data-uid="Hi.Numerical.Acts.ActUtil.GetStepNum(Hi.Common.SeqPair{Hi.Geom.DVec3d},Hi.Numerical.Xyzabc.ICoordinateConverter,System.Double,Hi.Numerical.MachiningMotionResolutionUtils.IMachiningMotionResolution)">
GetStepNum(SeqPair&lt;DVec3d&gt;, ICoordinateConverter, double, IMachiningMotionResolution)
<h3 id="Hi_Numerical_Acts_ActUtil_GetStepNum_Hi_Common_SeqPair_Hi_Geom_DVec3d__Hi_Numerical_Xyzabc_IMachineKinematics_System_Double_Hi_Numerical_MachiningMotionResolutionUtils_IMachiningMotionResolution_" data-uid="Hi.Numerical.Acts.ActUtil.GetStepNum(Hi.Common.SeqPair{Hi.Geom.DVec3d},Hi.Numerical.Xyzabc.IMachineKinematics,System.Double,Hi.Numerical.MachiningMotionResolutionUtils.IMachiningMotionResolution)">
GetStepNum(SeqPair&lt;DVec3d&gt;, IMachineKinematics, double, IMachiningMotionResolution)
</h3>
@@ -210,7 +210,7 @@ Class ActUtil
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static int GetStepNum(SeqPair&lt;DVec3d&gt; mcSeq, ICoordinateConverter coordinateConverter, double toolHeightForComputingStepNum, IMachiningMotionResolution ncResolution)</code></pre>
<pre><code class="lang-csharp hljs">public static int GetStepNum(SeqPair&lt;DVec3d&gt; mcSeq, IMachineKinematics coordinateConverter, double toolHeightForComputingStepNum, IMachiningMotionResolution ncResolution)</code></pre>
</div>
<h4 class="section">Parameters</h4>
@@ -218,7 +218,7 @@ Class ActUtil
<dt><code>mcSeq</code> <a class="xref" href="Hi.Common.SeqPair-1.html">SeqPair</a>&lt;<a class="xref" href="Hi.Geom.DVec3d.html">DVec3d</a>&gt;</dt>
<dd><p>The machine coordinate sequence.</p>
</dd>
<dt><code>coordinateConverter</code> <a class="xref" href="Hi.Numerical.Xyzabc.ICoordinateConverter.html">ICoordinateConverter</a></dt>
<dt><code>coordinateConverter</code> <a class="xref" href="Hi.Numerical.Xyzabc.IMachineKinematics.html">IMachineKinematics</a></dt>
<dd><p>The coordinate converter to use.</p>
</dd>
<dt><code>toolHeightForComputingStepNum</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></dt>
@@ -290,8 +290,8 @@ Class ActUtil
<a id="Hi_Numerical_Acts_ActUtil_UpdateStepNumByCl_" data-uid="Hi.Numerical.Acts.ActUtil.UpdateStepNumByCl*"></a>
<h3 id="Hi_Numerical_Acts_ActUtil_UpdateStepNumByCl_Hi_Geom_DVec3d_Hi_Geom_DVec3d_Hi_Numerical_Xyzabc_ICoordinateConverter_System_Double_System_Double_System_Int32__" data-uid="Hi.Numerical.Acts.ActUtil.UpdateStepNumByCl(Hi.Geom.DVec3d,Hi.Geom.DVec3d,Hi.Numerical.Xyzabc.ICoordinateConverter,System.Double,System.Double,System.Int32@)">
UpdateStepNumByCl(DVec3d, DVec3d, ICoordinateConverter, double, double, ref int)
<h3 id="Hi_Numerical_Acts_ActUtil_UpdateStepNumByCl_Hi_Geom_DVec3d_Hi_Geom_DVec3d_Hi_Numerical_Xyzabc_IMachineKinematics_System_Double_System_Double_System_Int32__" data-uid="Hi.Numerical.Acts.ActUtil.UpdateStepNumByCl(Hi.Geom.DVec3d,Hi.Geom.DVec3d,Hi.Numerical.Xyzabc.IMachineKinematics,System.Double,System.Double,System.Int32@)">
UpdateStepNumByCl(DVec3d, DVec3d, IMachineKinematics, double, double, ref int)
</h3>
@@ -300,7 +300,7 @@ Class ActUtil
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void UpdateStepNumByCl(DVec3d mcXyzabc0, DVec3d mcXyzabc1, ICoordinateConverter coordinateConverter, double compensationHeight, double linearResolution_mm, ref int stepNum)</code></pre>
<pre><code class="lang-csharp hljs">public static void UpdateStepNumByCl(DVec3d mcXyzabc0, DVec3d mcXyzabc1, IMachineKinematics coordinateConverter, double compensationHeight, double linearResolution_mm, ref int stepNum)</code></pre>
</div>
<h4 class="section">Parameters</h4>
@@ -311,7 +311,7 @@ Class ActUtil
<dt><code>mcXyzabc1</code> <a class="xref" href="Hi.Geom.DVec3d.html">DVec3d</a></dt>
<dd><p>The ending machine coordinate.</p>
</dd>
<dt><code>coordinateConverter</code> <a class="xref" href="Hi.Numerical.Xyzabc.ICoordinateConverter.html">ICoordinateConverter</a></dt>
<dt><code>coordinateConverter</code> <a class="xref" href="Hi.Numerical.Xyzabc.IMachineKinematics.html">IMachineKinematics</a></dt>
<dd><p>The coordinate converter to use.</p>
</dd>
<dt><code>compensationHeight</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></dt>