fix SoftNcRunner GM code normalization.
This commit is contained in:
@@ -536,8 +536,8 @@ Class Asmb
|
||||
|
||||
<a id="Hi_Mech_Topo_Asmb_CallAsmb_" data-uid="Hi.Mech.Topo.Asmb.CallAsmb*"></a>
|
||||
|
||||
<h3 id="Hi_Mech_Topo_Asmb_CallAsmb_System_Xml_Linq_XElement_System_String_System_Collections_Generic_Dictionary_System_Guid_Hi_Mech_Topo_Asmb__System_Collections_Generic_Dictionary_System_Guid_Hi_Mech_Topo_Anchor__System_Collections_Generic_Dictionary_System_Guid_Hi_Mech_Topo_Branch__" data-uid="Hi.Mech.Topo.Asmb.CallAsmb(System.Xml.Linq.XElement,System.String,System.Collections.Generic.Dictionary{System.Guid,Hi.Mech.Topo.Asmb},System.Collections.Generic.Dictionary{System.Guid,Hi.Mech.Topo.Anchor},System.Collections.Generic.Dictionary{System.Guid,Hi.Mech.Topo.Branch})">
|
||||
CallAsmb(XElement, string, Dictionary<Guid, Asmb>, Dictionary<Guid, Anchor>, Dictionary<Guid, Branch>)
|
||||
<h3 id="Hi_Mech_Topo_Asmb_CallAsmb_System_Xml_Linq_XElement_System_String_System_Collections_Generic_Dictionary_System_Guid_Hi_Mech_Topo_Asmb__System_Collections_Generic_Dictionary_System_Guid_Hi_Mech_Topo_Anchor__System_Collections_Generic_Dictionary_System_Guid_Hi_Mech_Topo_Branch__System_IProgress_System_Object__" data-uid="Hi.Mech.Topo.Asmb.CallAsmb(System.Xml.Linq.XElement,System.String,System.Collections.Generic.Dictionary{System.Guid,Hi.Mech.Topo.Asmb},System.Collections.Generic.Dictionary{System.Guid,Hi.Mech.Topo.Anchor},System.Collections.Generic.Dictionary{System.Guid,Hi.Mech.Topo.Branch},System.IProgress{System.Object})">
|
||||
CallAsmb(XElement, string, Dictionary<Guid, Asmb>, Dictionary<Guid, Anchor>, Dictionary<Guid, Branch>, IProgress<object>)
|
||||
|
||||
</h3>
|
||||
|
||||
@@ -548,7 +548,7 @@ the members will be generated; otherwise, the existed members are applied.</p>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static Asmb CallAsmb(XElement asmbXml, string baseDirectory, Dictionary<Guid, Asmb> asmbs = null, Dictionary<Guid, Anchor> ancs = null, Dictionary<Guid, Branch> brns = null)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public static Asmb CallAsmb(XElement asmbXml, string baseDirectory, Dictionary<Guid, Asmb> asmbs = null, Dictionary<Guid, Anchor> ancs = null, Dictionary<Guid, Branch> brns = null, IProgress<object> progress = null)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
@@ -568,6 +568,8 @@ the members will be generated; otherwise, the existed members are applied.</p>
|
||||
<dt><code>brns</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2">Dictionary</a><<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.guid">Guid</a>, <a class="xref" href="Hi.Mech.Topo.Branch.html">Branch</a>></dt>
|
||||
<dd><p>existed branch map</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>
|
||||
|
||||
<h4 class="section">Returns</h4>
|
||||
|
||||
Reference in New Issue
Block a user