This commit is contained in:
2025-12-05 16:33:37 +08:00
parent dbbe3303b3
commit 9de88d2db0
163 changed files with 5633 additions and 2293 deletions
@@ -103,7 +103,7 @@ Class Substraction
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[BsonIgnoreExtraElements]
public class Substraction : IWriteBin, IExpandToBox3d</code></pre>
public class Substraction : IWriteBin, IDisplayee, IExpandToBox3d</code></pre>
</div>
@@ -121,6 +121,7 @@ public class Substraction : IWriteBin, IExpandToBox3d</code></pre>
<dt>Implements</dt>
<dd>
<div><a class="xref" href="Hi.Common.IWriteBin.html">IWriteBin</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>
</dd>
</dl>
@@ -167,6 +168,9 @@ public class Substraction : IWriteBin, IExpandToBox3d</code></pre>
<div>
<a class="xref" href="Hi.Milling.MillingRemovalUtil.html#Hi_Milling_MillingRemovalUtil_GetContoursOnToolRunningCoordinate_Hi_Cbtr_Substraction_Hi_MachiningSteps_MachineMotionStep_">MillingRemovalUtil.GetContoursOnToolRunningCoordinate(Substraction, MachineMotionStep)</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.Coloring.ColorUtil.html#Hi_Coloring_ColorUtil_GetGloomyColor_System_Object_System_Double_System_Double_">ColorUtil.GetGloomyColor(object, double, double)</a>
</div>
@@ -293,7 +297,7 @@ public class Substraction : IWriteBin, IExpandToBox3d</code></pre>
</h3>
<div class="markdown level1 summary"><p>Gets or sets the contact contours.</p>
<div class="markdown level1 summary"><p>Gets or sets the contact contours on workpiece coordinate.</p>
</div>
<div class="markdown level1 conceptual"></div>
@@ -533,6 +537,39 @@ public int StepIndex { get; set; }</code></pre>
<a id="Hi_Cbtr_Substraction_Display_" data-uid="Hi.Cbtr.Substraction.Display*"></a>
<h3 id="Hi_Cbtr_Substraction_Display_Hi_Disp_Bind_" data-uid="Hi.Cbtr.Substraction.Display(Hi.Disp.Bind)">
Display(Bind)
</h3>
<div class="markdown level1 summary"><p>Display function called in <a class="xref" href="Hi.Disp.DispEngine.html">DispEngine</a> rendering loop.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public void Display(Bind bind)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>bind</code> <a class="xref" href="Hi.Disp.Bind.html">Bind</a></dt>
<dd><p>Bind with <a class="xref" href="Hi.Disp.DispEngine.html">DispEngine</a>. See <a class="xref" href="Hi.Disp.Bind.html">Bind</a>.</p>
</dd>
</dl>
<a id="Hi_Cbtr_Substraction_ExpandToBox3d_" data-uid="Hi.Cbtr.Substraction.ExpandToBox3d*"></a>
<h3 id="Hi_Cbtr_Substraction_ExpandToBox3d_Hi_Geom_Box3d_" data-uid="Hi.Cbtr.Substraction.ExpandToBox3d(Hi.Geom.Box3d)">