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
@@ -244,12 +244,12 @@ Class IsoCoordinateEntryDisplayee
</h3>
<div class="markdown level1 summary"><p>Gets or sets the ISO coordinate ID.</p>
<div class="markdown level1 summary"><p>Gets or sets the ISO coordinate key (e.g. &ldquo;G54&rdquo;, &ldquo;G59.2&rdquo;).</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public int IsoCoordinateId { get; set; }</code></pre>
<pre><code class="lang-csharp hljs">public string IsoCoordinateId { get; set; }</code></pre>
</div>
@@ -258,7 +258,7 @@ Class IsoCoordinateEntryDisplayee
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
<dd></dd>
</dl>