tune
This commit is contained in:
@@ -160,7 +160,8 @@ Class ActUtil
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 summary"><p>Splits a cutter location movement into a sequence of steps according to the NC resolution and desired step count.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
@@ -170,17 +171,21 @@ Class ActUtil
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>actClMove</code> <a class="xref" href="Hi.Numerical.Acts.IActClMove.html">IActClMove</a></dt>
|
||||
<dd></dd>
|
||||
<dd><p>The cutter location movement action.</p>
|
||||
</dd>
|
||||
<dt><code>stepNum</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
|
||||
<dd></dd>
|
||||
<dd><p>The number of steps to split into.</p>
|
||||
</dd>
|
||||
<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><<a class="xref" href="Hi.Numerical.Acts.ActClStep.html">ActClStep</a>></dt>
|
||||
<dd></dd>
|
||||
<dd><p>An enumerable sequence of <a class="xref" href="Hi.Numerical.Acts.ActClStep.html">ActClStep</a>.</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user