fix SoftNcRunner GM code normalization.
This commit is contained in:
@@ -280,8 +280,8 @@ Class GeneralXyzabcMachineTool
|
||||
|
||||
<a id="Hi_NcMech_Xyzabc_GeneralXyzabcMachineTool__ctor_" data-uid="Hi.NcMech.Xyzabc.GeneralXyzabcMachineTool.#ctor*"></a>
|
||||
|
||||
<h3 id="Hi_NcMech_Xyzabc_GeneralXyzabcMachineTool__ctor_System_Xml_Linq_XElement_System_String_" data-uid="Hi.NcMech.Xyzabc.GeneralXyzabcMachineTool.#ctor(System.Xml.Linq.XElement,System.String)">
|
||||
GeneralXyzabcMachineTool(XElement, string)
|
||||
<h3 id="Hi_NcMech_Xyzabc_GeneralXyzabcMachineTool__ctor_System_Xml_Linq_XElement_System_String_System_IProgress_System_Object__" data-uid="Hi.NcMech.Xyzabc.GeneralXyzabcMachineTool.#ctor(System.Xml.Linq.XElement,System.String,System.IProgress{System.Object})">
|
||||
GeneralXyzabcMachineTool(XElement, string, IProgress<object>)
|
||||
|
||||
</h3>
|
||||
|
||||
@@ -290,7 +290,7 @@ Class GeneralXyzabcMachineTool
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public GeneralXyzabcMachineTool(XElement src, string baseDirectory)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public GeneralXyzabcMachineTool(XElement src, string baseDirectory, IProgress<object> progress)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
@@ -300,6 +300,9 @@ Class GeneralXyzabcMachineTool
|
||||
</dd>
|
||||
<dt><code>baseDirectory</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||||
<dd><p>Base directory.</p>
|
||||
</dd>
|
||||
<dt><code>progress</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iprogress-1">IProgress</a><<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a>></dt>
|
||||
<dd><p>Progress reporter for loading <a class="xref" href="Hi.NcMech.Xyzabc.GeneralXyzabcMachineTool.html#Hi_NcMech_Xyzabc_GeneralXyzabcMachineTool_XyzabcChain">XyzabcChain</a> and related children.</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user