fix bug of G53.1 and remove NcEnv.SetToolHeightCompensationOnFeatureNormal property.
This commit is contained in:
@@ -458,12 +458,13 @@ Class HardNcEnv
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Gets whether integer shrinking is enabled for position commands based on the CNC brand.</p>
|
||||
<div class="markdown level1 summary"><p>Gets or sets whether integer shrinking is enabled for position commands.
|
||||
e.g., “X1.” is interpreted as X=1.0 when enabled.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public bool EnableIntegerShrinkOnPositionCommand { get; }</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public bool EnableIntegerShrinkOnPositionCommand { get; set; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -878,7 +879,7 @@ The position may not equal to machine zero in real Fanuc controller.</p>
|
||||
|
||||
<h4 class="section">Property Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Hi.Numerical.IsoCoordinateTable.html">IsoCoordinateTable</a></dt>
|
||||
<dt><a class="xref" href="Hi.NcParsers.Dependencys.Generic.IsoCoordinateTable.html">IsoCoordinateTable</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
@@ -1114,38 +1115,6 @@ Maximum rotary speed in degds.</p>
|
||||
|
||||
|
||||
|
||||
<a id="Hi_Numerical_HardNcEnv_SetToolHeightCompensationOnFeatureNormal_" data-uid="Hi.Numerical.HardNcEnv.SetToolHeightCompensationOnFeatureNormal*"></a>
|
||||
|
||||
<h3 id="Hi_Numerical_HardNcEnv_SetToolHeightCompensationOnFeatureNormal" data-uid="Hi.Numerical.HardNcEnv.SetToolHeightCompensationOnFeatureNormal">
|
||||
SetToolHeightCompensationOnFeatureNormal
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Gets or sets whether tool height compensation should be applied based on feature normal direction.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public bool SetToolHeightCompensationOnFeatureNormal { get; set; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Property Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_Numerical_HardNcEnv_StrokeLimitAbc_rad_" data-uid="Hi.Numerical.HardNcEnv.StrokeLimitAbc_rad*"></a>
|
||||
|
||||
<h3 id="Hi_Numerical_HardNcEnv_StrokeLimitAbc_rad" data-uid="Hi.Numerical.HardNcEnv.StrokeLimitAbc_rad">
|
||||
|
||||
Reference in New Issue
Block a user