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
@@ -207,7 +207,8 @@ Class ActClLinear
<dd><p>The linear cutter location path.</p>
</dd>
<dt><code>duration</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.timespan">TimeSpan</a>?</dt>
<dd></dd>
<dd><p>Optional total duration of the linear action.</p>
</dd>
</dl>
@@ -228,7 +229,8 @@ Class ActClLinear
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="Hi.Numerical.Acts.ActClLinear.html">ActClLinear</a> class with begin and end cutter locations.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
@@ -238,11 +240,14 @@ Class ActClLinear
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>beginCl</code> <a class="xref" href="Hi.Geom.DVec3d.html">DVec3d</a></dt>
<dd></dd>
<dd><p>The begin cutter location.</p>
</dd>
<dt><code>endCl</code> <a class="xref" href="Hi.Geom.DVec3d.html">DVec3d</a></dt>
<dd></dd>
<dd><p>The end cutter location.</p>
</dd>
<dt><code>duration</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.timespan">TimeSpan</a>?</dt>
<dd></dd>
<dd><p>Optional total duration of the linear action.</p>
</dd>
</dl>
@@ -377,7 +382,8 @@ Class ActClLinear
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Gets a sequence of steps split from this movement under the specified NC resolution.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
@@ -387,13 +393,15 @@ Class ActClLinear
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>ncResolution</code> <a class="xref" href="Hi.Numerical.MachiningMotionResolutionUtils.IMachiningMotionResolution.html">IMachiningMotionResolution</a></dt>
<dd></dd>
<dd><p>The machining motion resolution.</p>
</dd>
</dl>
<h4 class="section">Returns</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a>&lt;<a class="xref" href="Hi.Numerical.Acts.ActClStep.html">ActClStep</a>&gt;</dt>
<dd></dd>
<dd><p>A sequence of <a class="xref" href="Hi.Numerical.Acts.ActClStep.html">ActClStep</a>.</p>
</dd>
</dl>