fix SoftNcRunner GM code normalization.
This commit is contained in:
@@ -287,8 +287,8 @@ The chain code of a five axis machine tool can be defined by "[O][Z][C][w];
|
||||
|
||||
<a id="Hi_Numerical_Xyzabc_CodeXyzabcChain__ctor_" data-uid="Hi.Numerical.Xyzabc.CodeXyzabcChain.#ctor*"></a>
|
||||
|
||||
<h3 id="Hi_Numerical_Xyzabc_CodeXyzabcChain__ctor_System_Xml_Linq_XElement_System_String_System_String_" data-uid="Hi.Numerical.Xyzabc.CodeXyzabcChain.#ctor(System.Xml.Linq.XElement,System.String,System.String)">
|
||||
CodeXyzabcChain(XElement, string, string)
|
||||
<h3 id="Hi_Numerical_Xyzabc_CodeXyzabcChain__ctor_System_Xml_Linq_XElement_System_String_System_String_System_IProgress_System_Object__" data-uid="Hi.Numerical.Xyzabc.CodeXyzabcChain.#ctor(System.Xml.Linq.XElement,System.String,System.String,System.IProgress{System.Object})">
|
||||
CodeXyzabcChain(XElement, string, string, IProgress<object>)
|
||||
|
||||
</h3>
|
||||
|
||||
@@ -297,7 +297,7 @@ The chain code of a five axis machine tool can be defined by "[O][Z][C][w];
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public CodeXyzabcChain(XElement src, string baseDirectory, string relFile)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public CodeXyzabcChain(XElement src, string baseDirectory, string relFile, IProgress<object> progress)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
@@ -310,6 +310,9 @@ The chain code of a five axis machine tool can be defined by "[O][Z][C][w];
|
||||
</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>The progress reporter.</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user