fix SoftNcRunner GM code normalization.
This commit is contained in:
@@ -268,8 +268,8 @@ This class combines a transformer with a target geometry to produce transformed
|
||||
|
||||
<a id="Hi_Geom_TransformationGeom__ctor_" data-uid="Hi.Geom.TransformationGeom.#ctor*"></a>
|
||||
|
||||
<h3 id="Hi_Geom_TransformationGeom__ctor_System_Xml_Linq_XElement_System_String_" data-uid="Hi.Geom.TransformationGeom.#ctor(System.Xml.Linq.XElement,System.String)">
|
||||
TransformationGeom(XElement, string)
|
||||
<h3 id="Hi_Geom_TransformationGeom__ctor_System_Xml_Linq_XElement_System_String_System_IProgress_System_Object__" data-uid="Hi.Geom.TransformationGeom.#ctor(System.Xml.Linq.XElement,System.String,System.IProgress{System.Object})">
|
||||
TransformationGeom(XElement, string, IProgress<object>)
|
||||
|
||||
</h3>
|
||||
|
||||
@@ -278,7 +278,7 @@ This class combines a transformer with a target geometry to produce transformed
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public TransformationGeom(XElement src, string baseDirectory)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public TransformationGeom(XElement src, string baseDirectory, IProgress<object> progress)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
@@ -289,6 +289,8 @@ This class combines a transformer with a target geometry to produce transformed
|
||||
<dt><code>baseDirectory</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||||
<dd><p>The base directory for resolving relative paths.</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></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
@@ -298,7 +300,7 @@ This class combines a transformer with a target geometry to produce transformed
|
||||
|
||||
|
||||
|
||||
<h4 class="section" id="Hi_Geom_TransformationGeom__ctor_System_Xml_Linq_XElement_System_String__remarks">Remarks</h4>
|
||||
<h4 class="section" id="Hi_Geom_TransformationGeom__ctor_System_Xml_Linq_XElement_System_String_System_IProgress_System_Object___remarks">Remarks</h4>
|
||||
<div class="markdown level1 remarks"><p>This constructor deserializes both the transformer and geometry data from the provided XML.
|
||||
If either element is missing or invalid, the corresponding property will be null.</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user