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
@@ -213,8 +213,8 @@ Class ActLineBegin
<a id="Hi_Numerical_Acts_ActLineBegin__ctor_" data-uid="Hi.Numerical.Acts.ActLineBegin.#ctor*"></a>
<h3 id="Hi_Numerical_Acts_ActLineBegin__ctor_Hi_Common_FileLines_IIndexedFileLine_" data-uid="Hi.Numerical.Acts.ActLineBegin.#ctor(Hi.Common.FileLines.IIndexedFileLine)">
ActLineBegin(IIndexedFileLine)
<h3 id="Hi_Numerical_Acts_ActLineBegin__ctor_Hi_NcParsers_IGetSentence_" data-uid="Hi.Numerical.Acts.ActLineBegin.#ctor(Hi.NcParsers.IGetSentence)">
ActLineBegin(IGetSentence)
</h3>
@@ -223,12 +223,12 @@ Class ActLineBegin
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public ActLineBegin(IIndexedFileLine sourceCommand)</code></pre>
<pre><code class="lang-csharp hljs">public ActLineBegin(IGetSentence sourceCommand)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>sourceCommand</code> <a class="xref" href="Hi.Common.FileLines.IIndexedFileLine.html">IIndexedFileLine</a></dt>
<dt><code>sourceCommand</code> <a class="xref" href="Hi.NcParsers.IGetSentence.html">IGetSentence</a></dt>
<dd><p>The source command associated with this line beginning.</p>
</dd>
</dl>
@@ -260,7 +260,7 @@ Class ActLineBegin
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public IIndexedFileLine SourceCommand { get; set; }</code></pre>
<pre><code class="lang-csharp hljs">public IGetSentence SourceCommand { get; set; }</code></pre>
</div>
@@ -269,7 +269,7 @@ Class ActLineBegin
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Hi.Common.FileLines.IIndexedFileLine.html">IIndexedFileLine</a></dt>
<dt><a class="xref" href="Hi.NcParsers.IGetSentence.html">IGetSentence</a></dt>
<dd></dd>
</dl>