update ISO coordinate rendering for 3+2axis machine.
This commit is contained in:
@@ -187,37 +187,6 @@ Class NcSyntaxUtil
|
||||
|
||||
|
||||
|
||||
<a id="Hi_NcParsers_Syntaxs_NcSyntaxUtil_DefaultCleanupSyntax_" data-uid="Hi.NcParsers.Syntaxs.NcSyntaxUtil.DefaultCleanupSyntax*"></a>
|
||||
|
||||
<h3 id="Hi_NcParsers_Syntaxs_NcSyntaxUtil_DefaultCleanupSyntax" data-uid="Hi.NcParsers.Syntaxs.NcSyntaxUtil.DefaultCleanupSyntax">
|
||||
DefaultCleanupSyntax
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static CleanupSyntax DefaultCleanupSyntax { get; set; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Property Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Hi.NcParsers.Syntaxs.CleanupSyntax.html">CleanupSyntax</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_NcParsers_Syntaxs_NcSyntaxUtil_FloatTagList_" data-uid="Hi.NcParsers.Syntaxs.NcSyntaxUtil.FloatTagList*"></a>
|
||||
|
||||
<h3 id="Hi_NcParsers_Syntaxs_NcSyntaxUtil_FloatTagList" data-uid="Hi.NcParsers.Syntaxs.NcSyntaxUtil.FloatTagList">
|
||||
@@ -335,7 +304,7 @@ Fanuc: #1=#2+#3</p>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static List<TagSetup> GrabTagAssignment(ref string unparsedText, IEnumerable<string> targetTags, string varPrefix, IEnumerable<string> terminateWords = null)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public static List<TagValue> GrabTagAssignment(ref string unparsedText, IEnumerable<string> targetTags, string varPrefix, IEnumerable<string> terminateWords = null)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
@@ -344,7 +313,7 @@ Fanuc: #1=#2+#3</p>
|
||||
<dd><p>The NC text to parse and modify.</p>
|
||||
</dd>
|
||||
<dt><code>targetTags</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a><<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>></dt>
|
||||
<dd><p>candidate target tags that to be setup value</p>
|
||||
<dd><p>candidate target tags to extract values for</p>
|
||||
</dd>
|
||||
<dt><code>varPrefix</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||||
<dd><p>variable index code prefix.</p>
|
||||
@@ -357,7 +326,7 @@ These are different from varPrefix - they signal end of expression, not variable
|
||||
|
||||
<h4 class="section">Returns</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">List</a><<a class="xref" href="Hi.NcParsers.Syntaxs.TagSetup.html">TagSetup</a>></dt>
|
||||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">List</a><<a class="xref" href="Hi.NcParsers.Syntaxs.TagValue.html">TagValue</a>></dt>
|
||||
<dd><p>List of extracted tag assignments.</p>
|
||||
</dd>
|
||||
</dl>
|
||||
@@ -372,17 +341,16 @@ These are different from varPrefix - they signal end of expression, not variable
|
||||
|
||||
|
||||
|
||||
<a id="Hi_NcParsers_Syntaxs_NcSyntaxUtil_GrabTagSetup_" data-uid="Hi.NcParsers.Syntaxs.NcSyntaxUtil.GrabTagSetup*"></a>
|
||||
<a id="Hi_NcParsers_Syntaxs_NcSyntaxUtil_GrabTagValue_" data-uid="Hi.NcParsers.Syntaxs.NcSyntaxUtil.GrabTagValue*"></a>
|
||||
|
||||
<h3 id="Hi_NcParsers_Syntaxs_NcSyntaxUtil_GrabTagSetup_System_String__System_Collections_Generic_IEnumerable_System_String__System_String_" data-uid="Hi.NcParsers.Syntaxs.NcSyntaxUtil.GrabTagSetup(System.String@,System.Collections.Generic.IEnumerable{System.String},System.String)">
|
||||
GrabTagSetup(ref string, IEnumerable<string>, string)
|
||||
<h3 id="Hi_NcParsers_Syntaxs_NcSyntaxUtil_GrabTagValue_System_String__System_Collections_Generic_IEnumerable_System_String__System_String_" data-uid="Hi.NcParsers.Syntaxs.NcSyntaxUtil.GrabTagValue(System.String@,System.Collections.Generic.IEnumerable{System.String},System.String)">
|
||||
GrabTagValue(ref string, IEnumerable<string>, string)
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Get Tag Setups.
|
||||
Concatenated tag setup syntax.
|
||||
The syntax is for assignment with space or no splition assignment.
|
||||
The syntax is not for assignment sign (=) syntax.
|
||||
<div class="markdown level1 summary"><p>Get tag values.
|
||||
Concatenated tag-value syntax (no = sign).
|
||||
The syntax is for assignment with space or no separation.
|
||||
ex.
|
||||
Heidenhain: L X Q2 Y33.4 FQ1
|
||||
Heidenhain: L X Q2 Y33.4 F+Q1
|
||||
@@ -392,7 +360,7 @@ Fanuc Macro: X[#1+#2] Y[#1*2+100]</p>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static List<TagSetup> GrabTagSetup(ref string unparsedText, IEnumerable<string> targetTags, string varPrefix)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public static List<TagValue> GrabTagValue(ref string unparsedText, IEnumerable<string> targetTags, string varPrefix)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
@@ -401,7 +369,7 @@ Fanuc Macro: X[#1+#2] Y[#1*2+100]</p>
|
||||
<dd><p>The NC text to parse and modify.</p>
|
||||
</dd>
|
||||
<dt><code>targetTags</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a><<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>></dt>
|
||||
<dd><p>candidate target tags that to be setup value</p>
|
||||
<dd><p>candidate target tags to extract values for</p>
|
||||
</dd>
|
||||
<dt><code>varPrefix</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||||
<dd><p>variable index code prefix. ex. Fanuc # for #123; Heidenhain Q for Q123.</p>
|
||||
@@ -410,8 +378,8 @@ Fanuc Macro: X[#1+#2] Y[#1*2+100]</p>
|
||||
|
||||
<h4 class="section">Returns</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">List</a><<a class="xref" href="Hi.NcParsers.Syntaxs.TagSetup.html">TagSetup</a>></dt>
|
||||
<dd><p>List of extracted tag setups.</p>
|
||||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">List</a><<a class="xref" href="Hi.NcParsers.Syntaxs.TagValue.html">TagValue</a>></dt>
|
||||
<dd><p>List of extracted tag values.</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user