This commit is contained in:
2026-01-31 17:18:04 +08:00
parent 0d5ad55028
commit 3cabb9e5f7
64 changed files with 9438 additions and 3144 deletions
@@ -1056,7 +1056,7 @@ If <code class="paramref">displayees</code> is null, do nothing.</p>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public List&lt;DirectionBranchPack&gt; GetBranchChain(IGetAnchor head, IGetAnchor tail)</code></pre>
<pre><code class="lang-csharp hljs">public List&lt;DirectionBranchEntry&gt; GetBranchChain(IGetAnchor head, IGetAnchor tail)</code></pre>
</div>
<h4 class="section">Parameters</h4>
@@ -1071,7 +1071,7 @@ If <code class="paramref">displayees</code> is null, do nothing.</p>
<h4 class="section">Returns</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">List</a>&lt;<a class="xref" href="Hi.Mech.Topo.DirectionBranchPack.html">DirectionBranchPack</a>&gt;</dt>
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">List</a>&lt;<a class="xref" href="Hi.Mech.Topo.DirectionBranchEntry.html">DirectionBranchEntry</a>&gt;</dt>
<dd><p>A list of direction-branch pairs representing the chain, or an empty list if no chain exists.</p>
</dd>
</dl>