This commit is contained in:
2025-12-26 14:22:34 +08:00
parent 4ec5309907
commit f74d06f299
18 changed files with 81 additions and 48 deletions
@@ -3506,7 +3506,8 @@ public IEnumerable&lt;Action&gt; RunNcFile(string relNcFilePath)</code></pre>
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Gets a new feed per cycle machining motion resolution instance with the specified scale.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
@@ -3517,13 +3518,15 @@ public FeedPerCycleMachiningMotionResolution ScaledFeedPerCycle(double scale)</c
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>scale</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></dt>
<dd></dd>
<dd><p>The scale factor for the resolution.</p>
</dd>
</dl>
<h4 class="section">Returns</h4>
<dl class="parameters">
<dt><a class="xref" href="Hi.Numerical.MachiningMotionResolutionUtils.FeedPerCycleMachiningMotionResolution.html">FeedPerCycleMachiningMotionResolution</a></dt>
<dd></dd>
<dd><p>A new <a class="xref" href="Hi.Numerical.MachiningMotionResolutionUtils.FeedPerCycleMachiningMotionResolution.html">FeedPerCycleMachiningMotionResolution</a> instance with the specified scale.</p>
</dd>
</dl>