fix bug of G53.1 and remove NcEnv.SetToolHeightCompensationOnFeatureNormal property.
This commit is contained in:
@@ -102,7 +102,7 @@ Class HardNcLine
|
||||
<div class="markdown conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public class HardNcLine : IIndexedFileLine, IFileLine, IFileLineIndex, IGetIndexedFileLine, IGetFileLineIndex, IFlagText</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public class HardNcLine : IIndexedFileLine, IFileLine, IFileLineIndex, IGetIndexedFileLine, IGetFileLineIndex, IFlagText, IGetSentence</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -125,6 +125,7 @@ Class HardNcLine
|
||||
<div><a class="xref" href="Hi.Common.FileLines.IGetIndexedFileLine.html">IGetIndexedFileLine</a></div>
|
||||
<div><a class="xref" href="Hi.Common.FileLines.IGetFileLineIndex.html">IGetFileLineIndex</a></div>
|
||||
<div><a class="xref" href="Hi.MachiningSteps.IFlagText.html">IFlagText</a></div>
|
||||
<div><a class="xref" href="Hi.NcParsers.IGetSentence.html">IGetSentence</a></div>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
@@ -2294,6 +2295,37 @@ So be care that do not change the NC XYZ if not needed.</p>
|
||||
|
||||
|
||||
|
||||
<a id="Hi_Numerical_HardNcLine_GetSentence_" data-uid="Hi.Numerical.HardNcLine.GetSentence*"></a>
|
||||
|
||||
<h3 id="Hi_Numerical_HardNcLine_GetSentence" data-uid="Hi.Numerical.HardNcLine.GetSentence">
|
||||
GetSentence()
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public Sentence GetSentence()</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
<h4 class="section">Returns</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Hi.NcParsers.Sentence.html">Sentence</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_Numerical_HardNcLine_GetSourceCommand_" data-uid="Hi.Numerical.HardNcLine.GetSourceCommand*"></a>
|
||||
|
||||
<h3 id="Hi_Numerical_HardNcLine_GetSourceCommand" data-uid="Hi.Numerical.HardNcLine.GetSourceCommand">
|
||||
|
||||
Reference in New Issue
Block a user