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
@@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="title" content="Class ShrinkIfNoDecimalPointSyntax | HiAPI-C# 2025 ">
<meta name="description" content="Applies the &amp;ldquo;conventional type&amp;rdquo; decimal-point interpretation to coordinate values in . When a tag value has no decimal point (e.g. Y20), it is shrunk by the implied decimal places: Y20 → Y0.020 (3 decimal places). Values that already contain a decimal point are left unchanged. Place inside before so the modified text is parsed correctly by subsequent syntaxes.">
<meta name="description" content="Applies the &amp;ldquo;conventional type&amp;rdquo; decimal-point interpretation to coordinate values in . When a tag value has no decimal point (e.g. Y20), it is shrunk by the implied decimal places: Y20 → Y0.020 (3 decimal places). Values that already contain a decimal point are left unchanged. Place inside before FloatTagSetupSyntax so the modified text is parsed correctly by subsequent syntaxes.">
<link rel="icon" href="../img/HiAPI.favicon.ico">
<link rel="stylesheet" href="../public/docfx.min.css">
<link rel="stylesheet" href="../public/main.css">
@@ -103,7 +103,7 @@ When a tag value has no decimal point (e.g. <code>Y20</code>), it is shrunk by
the implied decimal places: <code>Y20</code><code>Y0.020</code> (3 decimal places).
Values that already contain a decimal point are left unchanged.</p>
<p>
Place inside <a class="xref" href="Hi.NcParsers.Syntaxs.BundleSyntax.html">BundleSyntax</a> before <a class="xref" href="Hi.NcParsers.ParsingSyntaxs.FloatTagSetupSyntax.html">FloatTagSetupSyntax</a>
Place inside <a class="xref" href="Hi.NcParsers.Syntaxs.BundleSyntax.html">BundleSyntax</a> before FloatTagSetupSyntax
so the modified text is parsed correctly by subsequent syntaxes.
</p>
</div>
@@ -332,8 +332,8 @@ This syntax is only needed for legacy &ldquo;conventional type&rdquo; configurat
<a id="Hi_NcParsers_ParsingSyntaxs_ShrinkIfNoDecimalPointSyntax_Build_" data-uid="Hi.NcParsers.ParsingSyntaxs.ShrinkIfNoDecimalPointSyntax.Build*"></a>
<h3 id="Hi_NcParsers_ParsingSyntaxs_ShrinkIfNoDecimalPointSyntax_Build_Hi_Common_Collections_LazyLinkedListNode_Hi_NcParsers_Syntaxs_SyntaxPiece__System_Collections_Generic_List_Hi_NcParsers_Dependencys_INcDependency__" data-uid="Hi.NcParsers.ParsingSyntaxs.ShrinkIfNoDecimalPointSyntax.Build(Hi.Common.Collections.LazyLinkedListNode{Hi.NcParsers.Syntaxs.SyntaxPiece},System.Collections.Generic.List{Hi.NcParsers.Dependencys.INcDependency})">
Build(LazyLinkedListNode&lt;SyntaxPiece&gt;, List&lt;INcDependency&gt;)
<h3 id="Hi_NcParsers_ParsingSyntaxs_ShrinkIfNoDecimalPointSyntax_Build_Hi_Common_Collections_LazyLinkedListNode_Hi_NcParsers_Syntaxs_SyntaxPiece__System_Collections_Generic_List_Hi_NcParsers_Dependencys_INcDependency__Hi_NcParsers_NcDiagnosticProgress_" data-uid="Hi.NcParsers.ParsingSyntaxs.ShrinkIfNoDecimalPointSyntax.Build(Hi.Common.Collections.LazyLinkedListNode{Hi.NcParsers.Syntaxs.SyntaxPiece},System.Collections.Generic.List{Hi.NcParsers.Dependencys.INcDependency},Hi.NcParsers.NcDiagnosticProgress)">
Build(LazyLinkedListNode&lt;SyntaxPiece&gt;, List&lt;INcDependency&gt;, NcDiagnosticProgress)
</h3>
@@ -343,7 +343,7 @@ This syntax is only needed for legacy &ldquo;conventional type&rdquo; configurat
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public void Build(LazyLinkedListNode&lt;SyntaxPiece&gt; syntaxPieceNode, List&lt;INcDependency&gt; ncDependencyList)</code></pre>
<pre><code class="lang-csharp hljs">public void Build(LazyLinkedListNode&lt;SyntaxPiece&gt; syntaxPieceNode, List&lt;INcDependency&gt; ncDependencyList, NcDiagnosticProgress ncDiagnosticProgress)</code></pre>
</div>
<h4 class="section">Parameters</h4>
@@ -352,6 +352,8 @@ This syntax is only needed for legacy &ldquo;conventional type&rdquo; configurat
<dd></dd>
<dt><code>ncDependencyList</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">List</a>&lt;<a class="xref" href="Hi.NcParsers.Dependencys.INcDependency.html">INcDependency</a>&gt;</dt>
<dd></dd>
<dt><code>ncDiagnosticProgress</code> <a class="xref" href="Hi.NcParsers.NcDiagnosticProgress.html">NcDiagnosticProgress</a></dt>
<dd></dd>
</dl>