tune
This commit is contained in:
@@ -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<DirectionBranchPack> GetBranchChain(IGetAnchor head, IGetAnchor tail)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public List<DirectionBranchEntry> 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><<a class="xref" href="Hi.Mech.Topo.DirectionBranchPack.html">DirectionBranchPack</a>></dt>
|
||||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">List</a><<a class="xref" href="Hi.Mech.Topo.DirectionBranchEntry.html">DirectionBranchEntry</a>></dt>
|
||||
<dd><p>A list of direction-branch pairs representing the chain, or an empty list if no chain exists.</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
Reference in New Issue
Block a user