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
@@ -483,7 +483,8 @@ Class Tri3dDispUtil
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Writes the sparkle line representation of a triangle (with normals) into a buffer.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
@@ -493,17 +494,21 @@ Class Tri3dDispUtil
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>src</code> <a class="xref" href="Hi.Geom.Tri3d.html">Tri3d</a></dt>
<dd></dd>
<dd><p>The source triangle.</p>
</dd>
<dt><code>dst</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a>[]</dt>
<dd></dd>
<dd><p>The destination buffer.</p>
</dd>
<dt><code>p</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
<dd></dd>
<dd><p>The current write position in the buffer, updated after writing.</p>
</dd>
</dl>
<h4 class="section">Returns</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
<dd></dd>
<dd><p>The number of elements written.</p>
</dd>
</dl>