fix SoftNcRunner GM code normalization.

This commit is contained in:
2026-05-06 13:21:19 +08:00
parent 0fe9497552
commit 2f57932000
1238 changed files with 69405 additions and 22511 deletions
@@ -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&lt;Guid, Asmb&gt;, Dictionary&lt;Guid, Anchor&gt;, Dictionary&lt;Guid, Branch&gt;)
<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&lt;Guid, Asmb&gt;, Dictionary&lt;Guid, Anchor&gt;, Dictionary&lt;Guid, Branch&gt;, IProgress&lt;object&gt;)
</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&lt;Guid, Asmb&gt; asmbs = null, Dictionary&lt;Guid, Anchor&gt; ancs = null, Dictionary&lt;Guid, Branch&gt; brns = null)</code></pre>
<pre><code class="lang-csharp hljs">public static Asmb CallAsmb(XElement asmbXml, string baseDirectory, Dictionary&lt;Guid, Asmb&gt; asmbs = null, Dictionary&lt;Guid, Anchor&gt; ancs = null, Dictionary&lt;Guid, Branch&gt; brns = null, IProgress&lt;object&gt; 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>&lt;<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>&gt;</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>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a>&gt;</dt>
<dd></dd>
</dl>
<h4 class="section">Returns</h4>