This commit is contained in:
2025-12-22 23:35:40 +08:00
parent 32ff8b45e3
commit 4556281c0a
77 changed files with 9248 additions and 3996 deletions
@@ -1238,79 +1238,6 @@ This should be called after collision detection is complete.</p>
<h2 class="section" id="events">Events
</h2>
<h3 id="Hi_Machining_MachiningEquipmentUtils_MachiningEquipment_MachiningChainChanged" data-uid="Hi.Machining.MachiningEquipmentUtils.MachiningEquipment.MachiningChainChanged">
MachiningChainChanged
</h3>
<div class="markdown level1 summary"><p>Event that is raised when the machining chain is changed.
Provides both the previous and new chain values.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public event Action&lt;SeqPair&lt;IMachiningChain&gt;&gt; MachiningChainChanged</code></pre>
</div>
<h4 class="section">Event Type</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.action-1">Action</a>&lt;<a class="xref" href="Hi.Common.SeqPair-1.html">SeqPair</a>&lt;<a class="xref" href="Hi.Mech.IMachiningChain.html">IMachiningChain</a>&gt;&gt;</dt>
<dd></dd>
</dl>
<h3 id="Hi_Machining_MachiningEquipmentUtils_MachiningEquipment_WorkpieceChanged" data-uid="Hi.Machining.MachiningEquipmentUtils.MachiningEquipment.WorkpieceChanged">
WorkpieceChanged
</h3>
<div class="markdown level1 summary"><p>Event that is raised when the workpiece is changed.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public event Action&lt;SeqPair&lt;Workpiece&gt;&gt; WorkpieceChanged</code></pre>
</div>
<h4 class="section">Event Type</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.action-1">Action</a>&lt;<a class="xref" href="Hi.Common.SeqPair-1.html">SeqPair</a>&lt;<a class="xref" href="Hi.NcMech.Workpieces.Workpiece.html">Workpiece</a>&gt;&gt;</dt>
<dd></dd>
</dl>
<h4 class="section" id="Hi_Machining_MachiningEquipmentUtils_MachiningEquipment_WorkpieceChanged_remarks">Remarks</h4>
<div class="markdown level1 remarks"><p>This event is triggered whenever the workpiece property is modified.
Subscribers can use this event to respond to changes in the workpiece configuration,
such as updating visualizations or recalculating machining parameters.
The event provides both the previous and new workpiece values through a SeqPair.</p>
</div>
</article>