update ISO coordinate rendering for 3+2axis machine.

This commit is contained in:
2026-04-06 15:08:59 +08:00
parent 8dd5309e0e
commit 0fe9497552
219 changed files with 23941 additions and 12629 deletions
@@ -278,6 +278,39 @@ 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_String_System_Boolean_" data-uid="Hi.NcMech.Xyzabc.CodeXyzabcMachineTool.#ctor(System.String,System.Boolean)">
CodeXyzabcMachineTool(string, bool)
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public CodeXyzabcMachineTool(string chainCode = &quot;[O][Z][C][w];[O][Y][X][B][S][t]&quot;, bool isVertical = true)</code></pre>
</div>
<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>
<dt><code>isVertical</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt>
<dd></dd>
</dl>
<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)">