This commit is contained in:
2025-08-30 15:31:33 +08:00
parent 6e7d65b32a
commit 97aa5f3b30
766 changed files with 8238 additions and 1394 deletions
@@ -1286,6 +1286,37 @@ A value of -1 indicates that the display should follow the end of the strip.</p>
<h3 id="Hi_CutterLocations_ClStrips_ClStrip_MachiningStepSelected" data-uid="Hi.CutterLocations.ClStrips.ClStrip.MachiningStepSelected">
MachiningStepSelected
</h3>
<div class="markdown level1 summary"><p>The same effecting position as <a class="xref" href="Hi.CutterLocations.ClStrips.ClStrip.html#Hi_CutterLocations_ClStrips_ClStrip_PosSelected">PosSelected</a> but with more convenient arguments for the end-user.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public event Action&lt;MachiningStep&gt; MachiningStepSelected</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.MachiningSteps.MachiningStep.html">MachiningStep</a>&gt;</dt>
<dd></dd>
</dl>
<h3 id="Hi_CutterLocations_ClStrips_ClStrip_PosAdded" data-uid="Hi.CutterLocations.ClStrips.ClStrip.PosAdded">
PosAdded