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 MachineCoordinateStepSemantic | HiAPI-C# 2025 ">
|
||||
|
||||
<meta name="description" content="Read MachineCoordinate from in JsonObject and produce . Requires to have computed McXyz first.">
|
||||
<meta name="description" content="Read MachineCoordinate from in JsonObject and produce . Requires ProgramXyzSyntax to have computed McXyz first.">
|
||||
<link rel="icon" href="../img/HiAPI.favicon.ico">
|
||||
<link rel="stylesheet" href="../public/docfx.min.css">
|
||||
<link rel="stylesheet" href="../public/main.css">
|
||||
@@ -99,7 +99,7 @@ Class MachineCoordinateStepSemantic
|
||||
|
||||
<div class="markdown summary"><p>Read MachineCoordinate from <a class="xref" href="Hi.NcParsers.Keywords.IMachineCoordinateDef.html#Hi_NcParsers_Keywords_IMachineCoordinateDef_MachineCoordinate">MachineCoordinate</a> in JsonObject
|
||||
and produce <a class="xref" href="Hi.Numerical.Acts.ActMcXyzStep.html">ActMcXyzStep</a>.
|
||||
Requires <a class="xref" href="Hi.NcParsers.LogicSyntaxs.ProgramXyzSyntax.html">ProgramXyzSyntax</a> to have computed McXyz first.</p>
|
||||
Requires ProgramXyzSyntax to have computed McXyz first.</p>
|
||||
</div>
|
||||
<div class="markdown conceptual"></div>
|
||||
|
||||
@@ -307,8 +307,8 @@ Since the folder can be moving with the configuration file.</p>
|
||||
|
||||
<a id="Hi_NcParsers_Semantics_MachineCoordinateStepSemantic_Resolve_" data-uid="Hi.NcParsers.Semantics.MachineCoordinateStepSemantic.Resolve*"></a>
|
||||
|
||||
<h3 id="Hi_NcParsers_Semantics_MachineCoordinateStepSemantic_Resolve_Hi_Common_Collections_LazyLinkedListNode_Hi_NcParsers_Syntaxs_SyntaxPiece__System_Collections_Generic_List_Hi_NcParsers_Dependencys_INcDependency__" data-uid="Hi.NcParsers.Semantics.MachineCoordinateStepSemantic.Resolve(Hi.Common.Collections.LazyLinkedListNode{Hi.NcParsers.Syntaxs.SyntaxPiece},System.Collections.Generic.List{Hi.NcParsers.Dependencys.INcDependency})">
|
||||
Resolve(LazyLinkedListNode<SyntaxPiece>, List<INcDependency>)
|
||||
<h3 id="Hi_NcParsers_Semantics_MachineCoordinateStepSemantic_Resolve_Hi_Common_Collections_LazyLinkedListNode_Hi_NcParsers_Syntaxs_SyntaxPiece__System_Collections_Generic_List_Hi_NcParsers_Dependencys_INcDependency__Hi_NcParsers_NcDiagnosticProgress_" data-uid="Hi.NcParsers.Semantics.MachineCoordinateStepSemantic.Resolve(Hi.Common.Collections.LazyLinkedListNode{Hi.NcParsers.Syntaxs.SyntaxPiece},System.Collections.Generic.List{Hi.NcParsers.Dependencys.INcDependency},Hi.NcParsers.NcDiagnosticProgress)">
|
||||
Resolve(LazyLinkedListNode<SyntaxPiece>, List<INcDependency>, NcDiagnosticProgress)
|
||||
|
||||
</h3>
|
||||
|
||||
@@ -318,7 +318,7 @@ May also mutate <a class="xref" href="Hi.NcParsers.Syntaxs.SyntaxPiece.html">Syn
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public IEnumerable<IAct> Resolve(LazyLinkedListNode<SyntaxPiece> syntaxPieceNode, List<INcDependency> dependencyList)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public IEnumerable<IAct> Resolve(LazyLinkedListNode<SyntaxPiece> syntaxPieceNode, List<INcDependency> dependencyList, NcDiagnosticProgress ncDiagnosticProgress)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
@@ -327,6 +327,8 @@ May also mutate <a class="xref" href="Hi.NcParsers.Syntaxs.SyntaxPiece.html">Syn
|
||||
<dd></dd>
|
||||
<dt><code>dependencyList</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>
|
||||
|
||||
<h4 class="section">Returns</h4>
|
||||
|
||||
Reference in New Issue
Block a user