fix SoftNcRunner GM code normalization.
This commit is contained in:
@@ -282,8 +282,8 @@ Class ThermalLayer1D
|
||||
|
||||
<a id="Hi_Physics_ThermalLayer1D__ctor_" data-uid="Hi.Physics.ThermalLayer1D.#ctor*"></a>
|
||||
|
||||
<h3 id="Hi_Physics_ThermalLayer1D__ctor_System_Xml_Linq_XElement_System_String_System_String_" data-uid="Hi.Physics.ThermalLayer1D.#ctor(System.Xml.Linq.XElement,System.String,System.String)">
|
||||
ThermalLayer1D(XElement, string, string)
|
||||
<h3 id="Hi_Physics_ThermalLayer1D__ctor_System_Xml_Linq_XElement_System_String_System_String_System_IProgress_System_Object__" data-uid="Hi.Physics.ThermalLayer1D.#ctor(System.Xml.Linq.XElement,System.String,System.String,System.IProgress{System.Object})">
|
||||
ThermalLayer1D(XElement, string, string, IProgress<object>)
|
||||
|
||||
</h3>
|
||||
|
||||
@@ -292,7 +292,7 @@ Class ThermalLayer1D
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public ThermalLayer1D(XElement src, string baseDirectory, string relFile)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public ThermalLayer1D(XElement src, string baseDirectory, string relFile, IProgress<object> progress)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
@@ -305,6 +305,9 @@ Class ThermalLayer1D
|
||||
</dd>
|
||||
<dt><code>relFile</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||||
<dd><p>The 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 material XML loading.</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user