fix SoftNcRunner GM code normalization.
This commit is contained in:
@@ -218,8 +218,8 @@ Class HardNcEnv
|
||||
|
||||
<a id="Hi_Numerical_HardNcEnv__ctor_" data-uid="Hi.Numerical.HardNcEnv.#ctor*"></a>
|
||||
|
||||
<h3 id="Hi_Numerical_HardNcEnv__ctor_System_Xml_Linq_XElement_System_String_System_String_" data-uid="Hi.Numerical.HardNcEnv.#ctor(System.Xml.Linq.XElement,System.String,System.String)">
|
||||
HardNcEnv(XElement, string, string)
|
||||
<h3 id="Hi_Numerical_HardNcEnv__ctor_System_Xml_Linq_XElement_System_String_System_String_System_IProgress_System_Object__" data-uid="Hi.Numerical.HardNcEnv.#ctor(System.Xml.Linq.XElement,System.String,System.String,System.IProgress{System.Object})">
|
||||
HardNcEnv(XElement, string, string, IProgress<object>)
|
||||
|
||||
</h3>
|
||||
|
||||
@@ -228,7 +228,7 @@ Class HardNcEnv
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public HardNcEnv(XElement src, string baseDirectory, string relFile)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public HardNcEnv(XElement src, string baseDirectory, string relFile, IProgress<object> progress)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
@@ -241,6 +241,9 @@ Class HardNcEnv
|
||||
</dd>
|
||||
<dt><code>relFile</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||||
<dd><p>The relative file path.</p>
|
||||
</dd>
|
||||
<dt><code>progress</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iprogress-1">IProgress</a><<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a>></dt>
|
||||
<dd><p>Optional progress reporter for nested XML factory calls.</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
@@ -794,38 +797,6 @@ The position may not equal to machine zero in real Fanuc controller.</p>
|
||||
|
||||
|
||||
|
||||
<a id="Hi_Numerical_HardNcEnv_IsIdealOffsetDependentOnToolHouse_" data-uid="Hi.Numerical.HardNcEnv.IsIdealOffsetDependentOnToolHouse*"></a>
|
||||
|
||||
<h3 id="Hi_Numerical_HardNcEnv_IsIdealOffsetDependentOnToolHouse" data-uid="Hi.Numerical.HardNcEnv.IsIdealOffsetDependentOnToolHouse">
|
||||
IsIdealOffsetDependentOnToolHouse
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Gets or sets whether the ideal offset depends on tool house position.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public bool IsIdealOffsetDependentOnToolHouse { get; set; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Property Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_Numerical_HardNcEnv_IsoCoordinateTable_" data-uid="Hi.Numerical.HardNcEnv.IsoCoordinateTable*"></a>
|
||||
|
||||
<h3 id="Hi_Numerical_HardNcEnv_IsoCoordinateTable" data-uid="Hi.Numerical.HardNcEnv.IsoCoordinateTable">
|
||||
|
||||
Reference in New Issue
Block a user