tune
This commit is contained in:
@@ -103,7 +103,7 @@ Implements display, collision detection, and content update capabilities.</p>
|
||||
<div class="markdown conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public class StlSourceTopoBrick : ITopoBrick, IGetSolid, IAnchoredDisplayee, IGetRootAnchor, IDisplayee, IExpandToBox3d, IAnchoredCollidableLeaf, IAnchoredCollidableNode, IAnchoredCollidableBased, ICollidable, IDisposable, IUpdateByContent, IClearCache</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public class StlSourceTopoBrick : ITopoBrick, IGetSolid, IAnchoredDisplayee, IGetAnchor, IGetTopoIndex, IDisplayee, IExpandToBox3d, IAnchoredCollidableLeaf, IAnchoredCollidableNode, IAnchoredCollidableBased, ICollidable, IDisposable, IUpdateByContent, IClearCache</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -123,7 +123,8 @@ Implements display, collision detection, and content update capabilities.</p>
|
||||
<div><a class="xref" href="Hi.NcMech.Topo.ITopoBrick.html">ITopoBrick</a></div>
|
||||
<div><a class="xref" href="Hi.NcMech.Solids.IGetSolid.html">IGetSolid</a></div>
|
||||
<div><a class="xref" href="Hi.Mech.Topo.IAnchoredDisplayee.html">IAnchoredDisplayee</a></div>
|
||||
<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.Disp.IDisplayee.html">IDisplayee</a></div>
|
||||
<div><a class="xref" href="Hi.Geom.IExpandToBox3d.html">IExpandToBox3d</a></div>
|
||||
<div><a class="xref" href="Hi.Collision.IAnchoredCollidableLeaf.html">IAnchoredCollidableLeaf</a></div>
|
||||
@@ -169,6 +170,15 @@ Implements display, collision detection, and content update capabilities.</p>
|
||||
<div>
|
||||
<a class="xref" href="Hi.Collision.CollisionUtil.html#Hi_Collision_CollisionUtil_Detect_Hi_Collision_ICollidable_Hi_Collision_ICollidable_Hi_Geom_Mat4d_System_Double_System_Int32_">CollisionUtil.Detect(ICollidable, ICollidable, Mat4d, double, int)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="Hi.Disp.DispUtil.html#Hi_Disp_DispUtil_Display_Hi_Disp_IDisplayee_Hi_Disp_Bind_Hi_Geom_Mat4d_">DispUtil.Display(IDisplayee, Bind, Mat4d)</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<Anchor, Mat4d>)</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<Anchor, Mat4d>)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="Hi.Common.DuplicateUtil.html#Hi_Common_DuplicateUtil_TryDuplicate__1___0_System_Object___">DuplicateUtil.TryDuplicate<TSelf>(TSelf, params object[])</a>
|
||||
</div>
|
||||
@@ -618,6 +628,39 @@ This function is usually used to compute the bounding box of elements.</p>
|
||||
|
||||
|
||||
|
||||
<a id="Hi_NcMech_Topo_StlSourceTopoBrick_GetAnchor_" data-uid="Hi.NcMech.Topo.StlSourceTopoBrick.GetAnchor*"></a>
|
||||
|
||||
<h3 id="Hi_NcMech_Topo_StlSourceTopoBrick_GetAnchor" data-uid="Hi.NcMech.Topo.StlSourceTopoBrick.GetAnchor">
|
||||
GetAnchor()
|
||||
|
||||
</h3>
|
||||
|
||||
<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 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>key anchor</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_NcMech_Topo_StlSourceTopoBrick_GetAnchoredCollidableNode_" data-uid="Hi.NcMech.Topo.StlSourceTopoBrick.GetAnchoredCollidableNode*"></a>
|
||||
|
||||
<h3 id="Hi_NcMech_Topo_StlSourceTopoBrick_GetAnchoredCollidableNode" data-uid="Hi.NcMech.Topo.StlSourceTopoBrick.GetAnchoredCollidableNode">
|
||||
@@ -717,39 +760,6 @@ This function is usually used to compute the bounding box of elements.</p>
|
||||
|
||||
|
||||
|
||||
<a id="Hi_NcMech_Topo_StlSourceTopoBrick_GetRootAnchor_" data-uid="Hi.NcMech.Topo.StlSourceTopoBrick.GetRootAnchor*"></a>
|
||||
|
||||
<h3 id="Hi_NcMech_Topo_StlSourceTopoBrick_GetRootAnchor" data-uid="Hi.NcMech.Topo.StlSourceTopoBrick.GetRootAnchor">
|
||||
GetRootAnchor()
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Get root anchor.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public Anchor GetRootAnchor()</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>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_NcMech_Topo_StlSourceTopoBrick_GetSolid_" data-uid="Hi.NcMech.Topo.StlSourceTopoBrick.GetSolid*"></a>
|
||||
|
||||
<h3 id="Hi_NcMech_Topo_StlSourceTopoBrick_GetSolid" data-uid="Hi.NcMech.Topo.StlSourceTopoBrick.GetSolid">
|
||||
|
||||
Reference in New Issue
Block a user