tune
This commit is contained in:
@@ -102,7 +102,7 @@ Class HolderEditorDisplayee
|
||||
<div class="markdown conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public class HolderEditorDisplayee : IAnchoredDisplayee, IGetRootAnchor, IDisplayee, IExpandToBox3d</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public class HolderEditorDisplayee : IAnchoredDisplayee, IGetAnchor, IDisplayee, IExpandToBox3d, IGetAsmb, IGetTopoIndex</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -120,9 +120,11 @@ Class HolderEditorDisplayee
|
||||
<dt>Implements</dt>
|
||||
<dd>
|
||||
<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.Disp.IDisplayee.html">IDisplayee</a></div>
|
||||
<div><a class="xref" href="Hi.Geom.IExpandToBox3d.html">IExpandToBox3d</a></div>
|
||||
<div><a class="xref" href="Hi.Mech.Topo.IGetAsmb.html">IGetAsmb</a></div>
|
||||
<div><a class="xref" href="Hi.Mech.Topo.IGetTopoIndex.html">IGetTopoIndex</a></div>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
@@ -156,6 +158,15 @@ Class HolderEditorDisplayee
|
||||
<dl class="typelist extensionMethods">
|
||||
<dt>Extension Methods</dt>
|
||||
<dd>
|
||||
<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>
|
||||
@@ -283,6 +294,130 @@ Class HolderEditorDisplayee
|
||||
|
||||
|
||||
|
||||
<a id="Hi_NcMech_Holders_HolderEditorDisplayee_RenderingMode_" data-uid="Hi.NcMech.Holders.HolderEditorDisplayee.RenderingMode*"></a>
|
||||
|
||||
<h3 id="Hi_NcMech_Holders_HolderEditorDisplayee_RenderingMode" data-uid="Hi.NcMech.Holders.HolderEditorDisplayee.RenderingMode">
|
||||
RenderingMode
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public Solid.RenderingModeEnum RenderingMode { get; set; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Property Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Hi.NcMech.Solids.Solid.html">Solid</a>.<a class="xref" href="Hi.NcMech.Solids.Solid.RenderingModeEnum.html">RenderingModeEnum</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_NcMech_Holders_HolderEditorDisplayee_ShowCutterBuckle_" data-uid="Hi.NcMech.Holders.HolderEditorDisplayee.ShowCutterBuckle*"></a>
|
||||
|
||||
<h3 id="Hi_NcMech_Holders_HolderEditorDisplayee_ShowCutterBuckle" data-uid="Hi.NcMech.Holders.HolderEditorDisplayee.ShowCutterBuckle">
|
||||
ShowCutterBuckle
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public bool ShowCutterBuckle { get; set; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Property Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_NcMech_Holders_HolderEditorDisplayee_ShowGeomAnchor_" data-uid="Hi.NcMech.Holders.HolderEditorDisplayee.ShowGeomAnchor*"></a>
|
||||
|
||||
<h3 id="Hi_NcMech_Holders_HolderEditorDisplayee_ShowGeomAnchor" data-uid="Hi.NcMech.Holders.HolderEditorDisplayee.ShowGeomAnchor">
|
||||
ShowGeomAnchor
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public bool ShowGeomAnchor { get; set; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Property Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_NcMech_Holders_HolderEditorDisplayee_ShowSpindleBuckle_" data-uid="Hi.NcMech.Holders.HolderEditorDisplayee.ShowSpindleBuckle*"></a>
|
||||
|
||||
<h3 id="Hi_NcMech_Holders_HolderEditorDisplayee_ShowSpindleBuckle" data-uid="Hi.NcMech.Holders.HolderEditorDisplayee.ShowSpindleBuckle">
|
||||
ShowSpindleBuckle
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public bool ShowSpindleBuckle { get; set; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Property Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h2 class="section" id="methods">Methods
|
||||
</h2>
|
||||
|
||||
@@ -354,26 +489,59 @@ This function is usually used to compute the bounding box of elements.</p>
|
||||
|
||||
|
||||
|
||||
<a id="Hi_NcMech_Holders_HolderEditorDisplayee_GetRootAnchor_" data-uid="Hi.NcMech.Holders.HolderEditorDisplayee.GetRootAnchor*"></a>
|
||||
<a id="Hi_NcMech_Holders_HolderEditorDisplayee_GetAnchor_" data-uid="Hi.NcMech.Holders.HolderEditorDisplayee.GetAnchor*"></a>
|
||||
|
||||
<h3 id="Hi_NcMech_Holders_HolderEditorDisplayee_GetRootAnchor" data-uid="Hi.NcMech.Holders.HolderEditorDisplayee.GetRootAnchor">
|
||||
GetRootAnchor()
|
||||
<h3 id="Hi_NcMech_Holders_HolderEditorDisplayee_GetAnchor" data-uid="Hi.NcMech.Holders.HolderEditorDisplayee.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>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_NcMech_Holders_HolderEditorDisplayee_GetAsmb_" data-uid="Hi.NcMech.Holders.HolderEditorDisplayee.GetAsmb*"></a>
|
||||
|
||||
<h3 id="Hi_NcMech_Holders_HolderEditorDisplayee_GetAsmb" data-uid="Hi.NcMech.Holders.HolderEditorDisplayee.GetAsmb">
|
||||
GetAsmb()
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Gets the key asmb.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public Asmb GetAsmb()</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
<h4 class="section">Returns</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Hi.Mech.Topo.Asmb.html">Asmb</a></dt>
|
||||
<dd><p>The key asmb.</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user