This commit is contained in:
2025-11-01 16:42:32 +08:00
parent 1507e95fff
commit 83745faed9
37 changed files with 1659 additions and 163 deletions
@@ -473,7 +473,10 @@ Provides implementation for feed-per-cycle optimization with fixed minimum and m
</h3>
<div class="markdown level1 summary"><p>Gets the maximum feed per tooth value in millimeters.</p>
<div class="markdown level1 summary"><p>Gets the maximum feed per tooth value in millimeters.
By the principle of conservation,
if the value is different from the <a class="xref" href="Hi.NcOpt.NcOptOption.html">NcOptOption</a>.<a class="xref" href="Hi.NcOpt.NcOptOption.html#Hi_NcOpt_NcOptOption_MaxFeedPerTooth_mm">MaxFeedPerTooth_mm</a>,
The smaller value will be applied in the optimization process.</p>
</div>
<div class="markdown level1 conceptual"></div>
@@ -506,7 +509,10 @@ Provides implementation for feed-per-cycle optimization with fixed minimum and m
</h3>
<div class="markdown level1 summary"><p>Gets the minimum feed per tooth value in millimeters.</p>
<div class="markdown level1 summary"><p>Gets the minimum feed per tooth value in millimeters.
By the principle of conservation,
if the value is different from the <a class="xref" href="Hi.NcOpt.NcOptOption.html">NcOptOption</a>.<a class="xref" href="Hi.NcOpt.NcOptOption.html#Hi_NcOpt_NcOptOption_MinFeedPerTooth_mm">MinFeedPerTooth_mm</a>,
The larger value will be applied in the optimization process.</p>
</div>
<div class="markdown level1 conceptual"></div>