This commit is contained in:
2025-07-25 16:27:29 +08:00
parent 38b27cd481
commit b5cad3c171
1114 changed files with 68009 additions and 23981 deletions
@@ -102,7 +102,7 @@ Class AnchoredBoxable
<div class="markdown conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public class AnchoredBoxable : IGetRootAnchor, IExpandToBox3d</code></pre>
<pre><code class="lang-csharp hljs">public class AnchoredBoxable : IGetAnchor, IGetTopoIndex, IExpandToBox3d</code></pre>
</div>
@@ -119,7 +119,8 @@ Class AnchoredBoxable
<dl class="typelist implements">
<dt>Implements</dt>
<dd>
<div><a class="xref" href="Hi.Mech.Topo.IGetRootAnchor.html">IGetRootAnchor</a></div>
<div><a class="xref" href="Hi.Mech.Topo.IGetAnchor.html">IGetAnchor</a></div>
<div><a class="xref" href="Hi.Mech.Topo.IGetTopoIndex.html">IGetTopoIndex</a></div>
<div><a class="xref" href="Hi.Geom.IExpandToBox3d.html">IExpandToBox3d</a></div>
</dd>
</dl>
@@ -163,6 +164,12 @@ Class AnchoredBoxable
<div>
<a class="xref" href="Hi.Common.InvokeUtil.html#Hi_Common_InvokeUtil_SelfInvoke__2___0_System_Func___0___1__">InvokeUtil.SelfInvoke&lt;TSrc, TDst&gt;(TSrc, Func&lt;TSrc, TDst&gt;)</a>
</div>
<div>
<a class="xref" href="Hi.Mech.Topo.TopoUtil.html#Hi_Mech_Topo_TopoUtil_Display_Hi_Mech_Topo_IGetAnchor_Hi_Disp_Bind_System_Collections_Generic_Dictionary_Hi_Mech_Topo_Anchor_Hi_Geom_Mat4d__">TopoUtil.Display(IGetAnchor, Bind, Dictionary&lt;Anchor, Mat4d&gt;)</a>
</div>
<div>
<a class="xref" href="Hi.Mech.Topo.TopoUtil.html#Hi_Mech_Topo_TopoUtil_ExpandToBox3d_Hi_Mech_Topo_IGetAnchor_Hi_Geom_Box3d_System_Collections_Generic_Dictionary_Hi_Mech_Topo_Anchor_Hi_Geom_Mat4d__">TopoUtil.ExpandToBox3d(IGetAnchor, Box3d, Dictionary&lt;Anchor, Mat4d&gt;)</a>
</div>
<div>
<a class="xref" href="Hi.Coloring.ColorUtil.html#Hi_Coloring_ColorUtil_GetGloomyColor_System_Object_System_Double_System_Double_">ColorUtil.GetGloomyColor(object, double, double)</a>
</div>
@@ -214,8 +221,8 @@ Class AnchoredBoxable
<a id="Hi_Mech_Topo_AnchoredBoxable__ctor_" data-uid="Hi.Mech.Topo.AnchoredBoxable.#ctor*"></a>
<h3 id="Hi_Mech_Topo_AnchoredBoxable__ctor_Hi_Mech_Topo_IGetRootAnchor_Hi_Geom_IExpandToBox3d_" data-uid="Hi.Mech.Topo.AnchoredBoxable.#ctor(Hi.Mech.Topo.IGetRootAnchor,Hi.Geom.IExpandToBox3d)">
AnchoredBoxable(IGetRootAnchor, IExpandToBox3d)
<h3 id="Hi_Mech_Topo_AnchoredBoxable__ctor_Hi_Mech_Topo_IGetAnchor_Hi_Geom_IExpandToBox3d_" data-uid="Hi.Mech.Topo.AnchoredBoxable.#ctor(Hi.Mech.Topo.IGetAnchor,Hi.Geom.IExpandToBox3d)">
AnchoredBoxable(IGetAnchor, IExpandToBox3d)
</h3>
@@ -224,12 +231,12 @@ Class AnchoredBoxable
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public AnchoredBoxable(IGetRootAnchor anchor, IExpandToBox3d boxable)</code></pre>
<pre><code class="lang-csharp hljs">public AnchoredBoxable(IGetAnchor anchor, IExpandToBox3d boxable)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>anchor</code> <a class="xref" href="Hi.Mech.Topo.IGetRootAnchor.html">IGetRootAnchor</a></dt>
<dt><code>anchor</code> <a class="xref" href="Hi.Mech.Topo.IGetAnchor.html">IGetAnchor</a></dt>
<dd><p>The object that provides the root anchor.</p>
</dd>
<dt><code>boxable</code> <a class="xref" href="Hi.Geom.IExpandToBox3d.html">IExpandToBox3d</a></dt>
@@ -354,26 +361,26 @@ This function is usually used to compute the bounding box of elements.</p>
<a id="Hi_Mech_Topo_AnchoredBoxable_GetRootAnchor_" data-uid="Hi.Mech.Topo.AnchoredBoxable.GetRootAnchor*"></a>
<a id="Hi_Mech_Topo_AnchoredBoxable_GetAnchor_" data-uid="Hi.Mech.Topo.AnchoredBoxable.GetAnchor*"></a>
<h3 id="Hi_Mech_Topo_AnchoredBoxable_GetRootAnchor" data-uid="Hi.Mech.Topo.AnchoredBoxable.GetRootAnchor">
GetRootAnchor()
<h3 id="Hi_Mech_Topo_AnchoredBoxable_GetAnchor" data-uid="Hi.Mech.Topo.AnchoredBoxable.GetAnchor">
GetAnchor()
</h3>
<div class="markdown level1 summary"><p>Get root anchor.</p>
<div class="markdown level1 summary"><p>Get key anchor. (i.e. root anchor)</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public Anchor GetRootAnchor()</code></pre>
<pre><code class="lang-csharp hljs">public Anchor GetAnchor()</code></pre>
</div>
<h4 class="section">Returns</h4>
<dl class="parameters">
<dt><a class="xref" href="Hi.Mech.Topo.Anchor.html">Anchor</a></dt>
<dd><p>root anchor.</p>
<dd><p>key anchor</p>
</dd>
</dl>