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
@@ -407,48 +407,6 @@ There is no performance gain from that parameter.</p>
<a id="Hi_Machining_MachiningVolumeRemovalProc_StepSubstract_" data-uid="Hi.Machining.MachiningVolumeRemovalProc.StepSubstract*"></a>
<h3 id="Hi_Machining_MachiningVolumeRemovalProc_StepSubstract_Hi_Cbtr_GeomBoolCache_Hi_NcMech_Workpieces_Workpiece_" data-uid="Hi.Machining.MachiningVolumeRemovalProc.StepSubstract(Hi.Cbtr.GeomBoolCache,Hi.NcMech.Workpieces.Workpiece)">
StepSubstract(GeomBoolCache, Workpiece)
</h3>
<div class="markdown level1 summary"><p>Performs volume subtraction using the provided geometric boolean cache on the workpiece.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static Substraction StepSubstract(GeomBoolCache geomBoolCache, Workpiece workpiece)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>geomBoolCache</code> <a class="xref" href="Hi.Cbtr.GeomBoolCache.html">GeomBoolCache</a></dt>
<dd><p>The geometric boolean cache containing the operation data.</p>
</dd>
<dt><code>workpiece</code> <a class="xref" href="Hi.NcMech.Workpieces.Workpiece.html">Workpiece</a></dt>
<dd><p>The workpiece to perform subtraction on.</p>
</dd>
</dl>
<h4 class="section">Returns</h4>
<dl class="parameters">
<dt><a class="xref" href="Hi.Cbtr.Substraction.html">Substraction</a></dt>
<dd><p>The result of the subtraction operation, or null if the operation cannot be performed.</p>
</dd>
</dl>
<h2 class="section" id="events">Events
</h2>