update ISO coordinate rendering for 3+2axis machine.
This commit is contained in:
@@ -191,6 +191,83 @@ non-word-character prefixes (e.g. Fanuc '#', Siemens '$').</p>
|
||||
</h2>
|
||||
|
||||
|
||||
<a id="Hi_NcParsers_SoftNcUtil_GetOccupiedMotionMode_" data-uid="Hi.NcParsers.SoftNcUtil.GetOccupiedMotionMode*"></a>
|
||||
|
||||
<h3 id="Hi_NcParsers_SoftNcUtil_GetOccupiedMotionMode_System_Text_Json_Nodes_JsonObject_" data-uid="Hi.NcParsers.SoftNcUtil.GetOccupiedMotionMode(System.Text.Json.Nodes.JsonObject)">
|
||||
GetOccupiedMotionMode(JsonObject)
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Removes empty sub-nodes from Parsing, then removes Parsing itself if empty.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static string GetOccupiedMotionMode(this JsonObject json)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>json</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.text.json.nodes.jsonobject">JsonObject</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
<h4 class="section">Returns</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_NcParsers_SoftNcUtil_GetVec3d_" data-uid="Hi.NcParsers.SoftNcUtil.GetVec3d*"></a>
|
||||
|
||||
<h3 id="Hi_NcParsers_SoftNcUtil_GetVec3d_System_Text_Json_Nodes_JsonObject_System_String_" data-uid="Hi.NcParsers.SoftNcUtil.GetVec3d(System.Text.Json.Nodes.JsonObject,System.String)">
|
||||
GetVec3d(JsonObject, string)
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Read <a class="xref" href="Hi.Geom.Vec3d.html">Vec3d</a> from a sub-object with X/Y/Z keys.
|
||||
Returns null if the section or all three keys are missing.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static Vec3d GetVec3d(JsonObject json, string sectionKey)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>json</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.text.json.nodes.jsonobject">JsonObject</a></dt>
|
||||
<dd></dd>
|
||||
<dt><code>sectionKey</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
<h4 class="section">Returns</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Hi.Geom.Vec3d.html">Vec3d</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_NcParsers_SoftNcUtil_GrabDouble_" data-uid="Hi.NcParsers.SoftNcUtil.GrabDouble*"></a>
|
||||
|
||||
<h3 id="Hi_NcParsers_SoftNcUtil_GrabDouble_System_String__System_String_System_Boolean_" data-uid="Hi.NcParsers.SoftNcUtil.GrabDouble(System.String@,System.String,System.Boolean)">
|
||||
@@ -541,6 +618,42 @@ Returns 0 if null or unparseable.</p>
|
||||
|
||||
|
||||
|
||||
<a id="Hi_NcParsers_SoftNcUtil_SetVec3d_" data-uid="Hi.NcParsers.SoftNcUtil.SetVec3d*"></a>
|
||||
|
||||
<h3 id="Hi_NcParsers_SoftNcUtil_SetVec3d_System_Text_Json_Nodes_JsonObject_System_String_Hi_Geom_Vec3d_" data-uid="Hi.NcParsers.SoftNcUtil.SetVec3d(System.Text.Json.Nodes.JsonObject,System.String,Hi.Geom.Vec3d)">
|
||||
SetVec3d(JsonObject, string, Vec3d)
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Write <a class="xref" href="Hi.Geom.Vec3d.html">Vec3d</a> to a sub-object with X/Y/Z keys.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static void SetVec3d(JsonObject json, string sectionKey, Vec3d v)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>json</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.text.json.nodes.jsonobject">JsonObject</a></dt>
|
||||
<dd></dd>
|
||||
<dt><code>sectionKey</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||||
<dd></dd>
|
||||
<dt><code>v</code> <a class="xref" href="Hi.Geom.Vec3d.html">Vec3d</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user