fix SoftNcRunner GM code normalization.
This commit is contained in:
@@ -285,7 +285,8 @@ Class CodeXyzabcMachineTool
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 summary"><p>Builds a machine tool from a compact <a class="xref" href="Hi.Numerical.Xyzabc.CodeXyzabcChain.html">CodeXyzabcChain</a> axis string and vertical/horizontal layout flag.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
@@ -295,9 +296,11 @@ Class CodeXyzabcMachineTool
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>chainCode</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||||
<dd></dd>
|
||||
<dd><p>Bracket token string consumed by <a class="xref" href="Hi.Numerical.Xyzabc.CodeXyzabcChain.html">CodeXyzabcChain</a> (defaults to a common 5-axis layout).</p>
|
||||
</dd>
|
||||
<dt><code>isVertical</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt>
|
||||
<dd></dd>
|
||||
<dd><p>Whether the Z column is treated as vertical for the generated chain.</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
@@ -313,8 +316,8 @@ Class CodeXyzabcMachineTool
|
||||
|
||||
<a id="Hi_NcMech_Xyzabc_CodeXyzabcMachineTool__ctor_" data-uid="Hi.NcMech.Xyzabc.CodeXyzabcMachineTool.#ctor*"></a>
|
||||
|
||||
<h3 id="Hi_NcMech_Xyzabc_CodeXyzabcMachineTool__ctor_System_Xml_Linq_XElement_System_String_" data-uid="Hi.NcMech.Xyzabc.CodeXyzabcMachineTool.#ctor(System.Xml.Linq.XElement,System.String)">
|
||||
CodeXyzabcMachineTool(XElement, string)
|
||||
<h3 id="Hi_NcMech_Xyzabc_CodeXyzabcMachineTool__ctor_System_Xml_Linq_XElement_System_String_System_IProgress_System_Object__" data-uid="Hi.NcMech.Xyzabc.CodeXyzabcMachineTool.#ctor(System.Xml.Linq.XElement,System.String,System.IProgress{System.Object})">
|
||||
CodeXyzabcMachineTool(XElement, string, IProgress<object>)
|
||||
|
||||
</h3>
|
||||
|
||||
@@ -323,7 +326,7 @@ Class CodeXyzabcMachineTool
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public CodeXyzabcMachineTool(XElement src, string baseDirectory)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public CodeXyzabcMachineTool(XElement src, string baseDirectory, IProgress<object> progress)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
@@ -333,6 +336,9 @@ Class CodeXyzabcMachineTool
|
||||
</dd>
|
||||
<dt><code>baseDirectory</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||||
<dd><p>The base directory for resolving relative paths.</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