fix SoftNcRunner GM code normalization.
This commit is contained in:
+6
-3
@@ -214,8 +214,8 @@ Class MachiningMotionResolutionCommand
|
||||
|
||||
<a id="Hi_ShellCommands_MachiningMotionResolutionCommand__ctor_" data-uid="Hi.ShellCommands.MachiningMotionResolutionCommand.#ctor*"></a>
|
||||
|
||||
<h3 id="Hi_ShellCommands_MachiningMotionResolutionCommand__ctor_System_Xml_Linq_XElement_System_String_System_String_" data-uid="Hi.ShellCommands.MachiningMotionResolutionCommand.#ctor(System.Xml.Linq.XElement,System.String,System.String)">
|
||||
MachiningMotionResolutionCommand(XElement, string, string)
|
||||
<h3 id="Hi_ShellCommands_MachiningMotionResolutionCommand__ctor_System_Xml_Linq_XElement_System_String_System_String_System_IProgress_System_Object__" data-uid="Hi.ShellCommands.MachiningMotionResolutionCommand.#ctor(System.Xml.Linq.XElement,System.String,System.String,System.IProgress{System.Object})">
|
||||
MachiningMotionResolutionCommand(XElement, string, string, IProgress<object>)
|
||||
|
||||
</h3>
|
||||
|
||||
@@ -224,7 +224,7 @@ Class MachiningMotionResolutionCommand
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public MachiningMotionResolutionCommand(XElement src, string baseDirectory, string relFile)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public MachiningMotionResolutionCommand(XElement src, string baseDirectory, string relFile, IProgress<object> progress)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
@@ -237,6 +237,9 @@ Class MachiningMotionResolutionCommand
|
||||
</dd>
|
||||
<dt><code>relFile</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||||
<dd><p>Relative file path</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 nested resolution XML.</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user