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
@@ -104,7 +104,7 @@ Internal Use Only</p>
<div class="markdown conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public class MillingCutterEditorDisplayee : IAnchoredDisplayee, IGetRootAnchor, IDisplayee, IExpandToBox3d, IClearCache, IDisposable</code></pre>
<pre><code class="lang-csharp hljs">public class MillingCutterEditorDisplayee : IAnchoredDisplayee, IGetAnchor, IGetTopoIndex, IDisplayee, IExpandToBox3d, IClearCache, IDisposable</code></pre>
</div>
@@ -122,7 +122,8 @@ Internal Use Only</p>
<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.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.Common.IClearCache.html">IClearCache</a></div>
@@ -160,6 +161,15 @@ Internal Use Only</p>
<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&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.Common.DuplicateUtil.html#Hi_Common_DuplicateUtil_TryDuplicate__1___0_System_Object___">DuplicateUtil.TryDuplicate&lt;TSelf&gt;(TSelf, params object[])</a>
</div>
@@ -198,8 +208,7 @@ Internal Use Only</p>
</h3>
<div class="markdown level1 summary"><p>Initializes a new instance of the MillingCutterEditorDisplayee class.
Internal Use Only</p>
<div class="markdown level1 summary"><p>Initializes a new instance of the MillingCutterEditorDisplayee class.</p>
</div>
<div class="markdown level1 conceptual"></div>
@@ -226,8 +235,7 @@ Internal Use Only</p>
</h3>
<div class="markdown level1 summary"><p>Initializes a new instance of the MillingCutterEditorDisplayee class with a milling cutter host.
Internal Use Only</p>
<div class="markdown level1 summary"><p>Initializes a new instance of the MillingCutterEditorDisplayee class with a milling cutter host.</p>
</div>
<div class="markdown level1 conceptual"></div>
@@ -257,20 +265,19 @@ Internal Use Only</p>
</h2>
<a id="Hi_Milling_Cutters_MillingCutterEditorDisplayee_MillingCutterHost_" data-uid="Hi.Milling.Cutters.MillingCutterEditorDisplayee.MillingCutterHost*"></a>
<a id="Hi_Milling_Cutters_MillingCutterEditorDisplayee_MillingCutterSourceFunc_" data-uid="Hi.Milling.Cutters.MillingCutterEditorDisplayee.MillingCutterSourceFunc*"></a>
<h3 id="Hi_Milling_Cutters_MillingCutterEditorDisplayee_MillingCutterHost" data-uid="Hi.Milling.Cutters.MillingCutterEditorDisplayee.MillingCutterHost">
MillingCutterHost
<h3 id="Hi_Milling_Cutters_MillingCutterEditorDisplayee_MillingCutterSourceFunc" data-uid="Hi.Milling.Cutters.MillingCutterEditorDisplayee.MillingCutterSourceFunc">
MillingCutterSourceFunc
</h3>
<div class="markdown level1 summary"><p>Gets or sets the function that provides the milling cutter instance.
Internal Use Only</p>
<div class="markdown level1 summary"><p>Gets or sets the function that provides the milling cutter instance.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public Func&lt;MillingCutter&gt; MillingCutterHost { get; set; }</code></pre>
<pre><code class="lang-csharp hljs">public Func&lt;MillingCutter&gt; MillingCutterSourceFunc { get; set; }</code></pre>
</div>
@@ -290,6 +297,37 @@ Internal Use Only</p>
<a id="Hi_Milling_Cutters_MillingCutterEditorDisplayee_ShapeMode_" data-uid="Hi.Milling.Cutters.MillingCutterEditorDisplayee.ShapeMode*"></a>
<h3 id="Hi_Milling_Cutters_MillingCutterEditorDisplayee_ShapeMode" data-uid="Hi.Milling.Cutters.MillingCutterEditorDisplayee.ShapeMode">
ShapeMode
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public MillingCutterEditorDisplayee.ShapeModeEnum ShapeMode { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Hi.Milling.Cutters.MillingCutterEditorDisplayee.html">MillingCutterEditorDisplayee</a>.<a class="xref" href="Hi.Milling.Cutters.MillingCutterEditorDisplayee.ShapeModeEnum.html">ShapeModeEnum</a></dt>
<dd></dd>
</dl>
<h2 class="section" id="methods">Methods
</h2>
@@ -301,8 +339,7 @@ Internal Use Only</p>
</h3>
<div class="markdown level1 summary"><p>Clears all cached display data.
Internal Use Only</p>
<div class="markdown level1 summary"><p>Clears all cached display data.</p>
</div>
<div class="markdown level1 conceptual"></div>
@@ -329,8 +366,7 @@ Internal Use Only</p>
</h3>
<div class="markdown level1 summary"><p>Displays the milling cutter visualization.
Internal Use Only</p>
<div class="markdown level1 summary"><p>Displays the milling cutter visualization.</p>
</div>
<div class="markdown level1 conceptual"></div>
@@ -363,8 +399,7 @@ Internal Use Only</p>
</h3>
<div class="markdown level1 summary"><p>Disposes of all resources.
Internal Use Only</p>
<div class="markdown level1 summary"><p>Disposes of all resources.</p>
</div>
<div class="markdown level1 conceptual"></div>
@@ -391,8 +426,7 @@ Internal Use Only</p>
</h3>
<div class="markdown level1 summary"><p>Disposes of unmanaged resources.
Internal Use Only</p>
<div class="markdown level1 summary"><p>Disposes of unmanaged resources.</p>
</div>
<div class="markdown level1 conceptual"></div>
@@ -425,8 +459,7 @@ Internal Use Only</p>
</h3>
<div class="markdown level1 summary"><p>Expands the bounding box to include the cutter geometry.
Internal Use Only</p>
<div class="markdown level1 summary"><p>Expands the bounding box to include the cutter geometry.</p>
</div>
<div class="markdown level1 conceptual"></div>
@@ -452,20 +485,19 @@ Internal Use Only</p>
<a id="Hi_Milling_Cutters_MillingCutterEditorDisplayee_GetRootAnchor_" data-uid="Hi.Milling.Cutters.MillingCutterEditorDisplayee.GetRootAnchor*"></a>
<a id="Hi_Milling_Cutters_MillingCutterEditorDisplayee_GetAnchor_" data-uid="Hi.Milling.Cutters.MillingCutterEditorDisplayee.GetAnchor*"></a>
<h3 id="Hi_Milling_Cutters_MillingCutterEditorDisplayee_GetRootAnchor" data-uid="Hi.Milling.Cutters.MillingCutterEditorDisplayee.GetRootAnchor">
GetRootAnchor()
<h3 id="Hi_Milling_Cutters_MillingCutterEditorDisplayee_GetAnchor" data-uid="Hi.Milling.Cutters.MillingCutterEditorDisplayee.GetAnchor">
GetAnchor()
</h3>
<div class="markdown level1 summary"><p>Gets the root anchor point of the cutter.
Internal Use Only</p>
<div class="markdown level1 summary"><p>Gets the root anchor point of the cutter.</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>