fix bug of G53.1 and remove NcEnv.SetToolHeightCompensationOnFeatureNormal property.
This commit is contained in:
@@ -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. “G54”, “G59.2”).</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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user