update ISO coordinate rendering for 3+2axis machine.
This commit is contained in:
+7
-5
@@ -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 &ldquo;conventional type&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 &ldquo;conventional type&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 “conventional type” 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<SyntaxPiece>, List<INcDependency>)
|
||||
<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<SyntaxPiece>, List<INcDependency>, NcDiagnosticProgress)
|
||||
|
||||
</h3>
|
||||
|
||||
@@ -343,7 +343,7 @@ This syntax is only needed for legacy “conventional type” configurat
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public void Build(LazyLinkedListNode<SyntaxPiece> syntaxPieceNode, List<INcDependency> ncDependencyList)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public void Build(LazyLinkedListNode<SyntaxPiece> syntaxPieceNode, List<INcDependency> ncDependencyList, NcDiagnosticProgress ncDiagnosticProgress)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
@@ -352,6 +352,8 @@ This syntax is only needed for legacy “conventional type” configurat
|
||||
<dd></dd>
|
||||
<dt><code>ncDependencyList</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">List</a><<a class="xref" href="Hi.NcParsers.Dependencys.INcDependency.html">INcDependency</a>></dt>
|
||||
<dd></dd>
|
||||
<dt><code>ncDiagnosticProgress</code> <a class="xref" href="Hi.NcParsers.NcDiagnosticProgress.html">NcDiagnosticProgress</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user