tune
This commit is contained in:
@@ -102,7 +102,7 @@ Interface IHolder
|
||||
<div class="markdown conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public interface IHolder : ITopoDisplayee, IGetAsmb, IGetTopoIndex, IAnchoredDisplayee, IGetRootAnchor, IDisplayee, IExpandToBox3d, IGetAnchoredDisplayeeList, IGetBuckleAnchorList, IMakeXmlSource, IAbstractNote, IGetFletchBuckle, IAnchoredCollidableBased, IDuplicate, INameNote</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public interface IHolder : ITopo, IGetAsmb, IGetAnchoredDisplayeeList, IAnchoredDisplayee, IDisplayee, IExpandToBox3d, IMakeXmlSource, IAbstractNote, IGetFletchBuckle, IAnchoredCollidableBased, IDuplicate, INameNote, IAnchoredCollidabled, IGetCollidable, IGetAnchor, IGetTopoIndex, IGetSolid</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -118,7 +118,7 @@ Interface IHolder
|
||||
<a class="xref" href="Hi.Mech.Topo.IGetAsmb.html#Hi_Mech_Topo_IGetAsmb_GetAsmb">IGetAsmb.GetAsmb()</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="Hi.Mech.Topo.IGetRootAnchor.html#Hi_Mech_Topo_IGetRootAnchor_GetRootAnchor">IGetRootAnchor.GetRootAnchor()</a>
|
||||
<a class="xref" href="Hi.Mech.Topo.IGetAnchoredDisplayeeList.html#Hi_Mech_Topo_IGetAnchoredDisplayeeList_GetAnchoredDisplayeeList">IGetAnchoredDisplayeeList.GetAnchoredDisplayeeList()</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="Hi.Disp.IDisplayee.html#Hi_Disp_IDisplayee_Display_Hi_Disp_Bind_">IDisplayee.Display(Bind)</a>
|
||||
@@ -127,13 +127,7 @@ Interface IHolder
|
||||
<a class="xref" href="Hi.Geom.IExpandToBox3d.html#Hi_Geom_IExpandToBox3d_ExpandToBox3d_Hi_Geom_Box3d_">IExpandToBox3d.ExpandToBox3d(Box3d)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="Hi.Mech.Topo.IGetAnchoredDisplayeeList.html#Hi_Mech_Topo_IGetAnchoredDisplayeeList_GetAnchoredDisplayeeList">IGetAnchoredDisplayeeList.GetAnchoredDisplayeeList()</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="Hi.Mech.Topo.IGetBuckleAnchorList.html#Hi_Mech_Topo_IGetBuckleAnchorList_GetBuckleAnchorList">IGetBuckleAnchorList.GetBuckleAnchorList()</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="Hi.Common.XmlUtils.IMakeXmlSource.html#Hi_Common_XmlUtils_IMakeXmlSource_MakeXmlSource_System_String_System_String_">IMakeXmlSource.MakeXmlSource(string, string)</a>
|
||||
<a class="xref" href="Hi.Common.XmlUtils.IMakeXmlSource.html#Hi_Common_XmlUtils_IMakeXmlSource_MakeXmlSource_System_String_System_String_System_Boolean_">IMakeXmlSource.MakeXmlSource(string, string, bool)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="Hi.Common.IAbstractNote.html#Hi_Common_IAbstractNote_AbstractNote">IAbstractNote.AbstractNote</a>
|
||||
@@ -151,10 +145,22 @@ Interface IHolder
|
||||
<a class="xref" href="Hi.Common.IDuplicate.html#Hi_Common_IDuplicate_Duplicate_System_Object___">IDuplicate.Duplicate(params object[])</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="Hi.Common.XmlUtils.INameNote.html#Hi_Common_XmlUtils_INameNote_Name">INameNote.Name</a>
|
||||
<a class="xref" href="Hi.Common.INameNote.html#Hi_Common_INameNote_Name">INameNote.Name</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="Hi.Common.XmlUtils.INameNote.html#Hi_Common_XmlUtils_INameNote_Note">INameNote.Note</a>
|
||||
<a class="xref" href="Hi.Common.INameNote.html#Hi_Common_INameNote_Note">INameNote.Note</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="Hi.Collisions.IAnchoredCollidabled.html#Hi_Collisions_IAnchoredCollidabled_GetCollidableAnchor">IAnchoredCollidabled.GetCollidableAnchor()</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="Hi.Collision.IGetCollidable.html#Hi_Collision_IGetCollidable_GetCollidable">IGetCollidable.GetCollidable()</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="Hi.Mech.Topo.IGetAnchor.html#Hi_Mech_Topo_IGetAnchor_GetAnchor">IGetAnchor.GetAnchor()</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="Hi.NcMech.Solids.IGetSolid.html#Hi_NcMech_Solids_IGetSolid_GetSolid">IGetSolid.GetSolid()</a>
|
||||
</div>
|
||||
</dd></dl>
|
||||
|
||||
@@ -162,10 +168,19 @@ Interface IHolder
|
||||
<dt>Extension Methods</dt>
|
||||
<dd>
|
||||
<div>
|
||||
<a class="xref" href="Hi.Disp.TopoDisplayeeUtil.html#Hi_Disp_TopoDisplayeeUtil_Display_Hi_Disp_ITopoDisplayee_Hi_Disp_Bind_">TopoDisplayeeUtil.Display(ITopoDisplayee, Bind)</a>
|
||||
<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.Disp.TopoDisplayeeUtil.html#Hi_Disp_TopoDisplayeeUtil_ExpandToBox3d_Hi_Disp_ITopoDisplayee_Hi_Geom_Box3d_">TopoDisplayeeUtil.ExpandToBox3d(ITopoDisplayee, Box3d)</a>
|
||||
<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.Mech.Topo.TopoDisplayeeUtil.html#Hi_Mech_Topo_TopoDisplayeeUtil_Display_Hi_Mech_Topo_ITopo_Hi_Disp_Bind_">TopoDisplayeeUtil.Display(ITopo, Bind)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="Hi.Mech.Topo.TopoDisplayeeUtil.html#Hi_Mech_Topo_TopoDisplayeeUtil_ExpandToBox3d_Hi_Mech_Topo_ITopo_Hi_Geom_Box3d_">TopoDisplayeeUtil.ExpandToBox3d(ITopo, Box3d)</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>
|
||||
@@ -194,6 +209,134 @@ Interface IHolder
|
||||
|
||||
|
||||
|
||||
<h2 class="section" id="properties">Properties
|
||||
</h2>
|
||||
|
||||
|
||||
<a id="Hi_NcMech_Holders_IHolder_CutterBuckle_" data-uid="Hi.NcMech.Holders.IHolder.CutterBuckle*"></a>
|
||||
|
||||
<h3 id="Hi_NcMech_Holders_IHolder_CutterBuckle" data-uid="Hi.NcMech.Holders.IHolder.CutterBuckle">
|
||||
CutterBuckle
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">Anchor CutterBuckle { get; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Property Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Hi.Mech.Topo.Anchor.html">Anchor</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_NcMech_Holders_IHolder_GeomAnchor_" data-uid="Hi.NcMech.Holders.IHolder.GeomAnchor*"></a>
|
||||
|
||||
<h3 id="Hi_NcMech_Holders_IHolder_GeomAnchor" data-uid="Hi.NcMech.Holders.IHolder.GeomAnchor">
|
||||
GeomAnchor
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">Anchor GeomAnchor { get; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Property Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Hi.Mech.Topo.Anchor.html">Anchor</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_NcMech_Holders_IHolder_SpindleBuckle_" data-uid="Hi.NcMech.Holders.IHolder.SpindleBuckle*"></a>
|
||||
|
||||
<h3 id="Hi_NcMech_Holders_IHolder_SpindleBuckle" data-uid="Hi.NcMech.Holders.IHolder.SpindleBuckle">
|
||||
SpindleBuckle
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">Anchor SpindleBuckle { get; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Property Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Hi.Mech.Topo.Anchor.html">Anchor</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_NcMech_Holders_IHolder_ThemeColor_" data-uid="Hi.NcMech.Holders.IHolder.ThemeColor*"></a>
|
||||
|
||||
<h3 id="Hi_NcMech_Holders_IHolder_ThemeColor" data-uid="Hi.NcMech.Holders.IHolder.ThemeColor">
|
||||
ThemeColor
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static Vec3d ThemeColor { get; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Property Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Hi.Geom.Vec3d.html">Vec3d</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h2 class="section" id="methods">Methods
|
||||
</h2>
|
||||
|
||||
@@ -205,7 +348,7 @@ Interface IHolder
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Tool Buckle. Generally locate on free-end-side.</p>
|
||||
<div class="markdown level1 summary"><p>Cutter Buckle. Generally locate on free-end-side.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user