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
@@ -334,6 +334,12 @@ Class MillingCutterOptLimit
</h3>
<div class="markdown level1 summary"><p>Gets or sets the maximum feed per tooth in millimeters.</p>
<summary>
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.
</summary>
</div>
<div class="markdown level1 conceptual"></div>
@@ -366,6 +372,12 @@ Class MillingCutterOptLimit
</h3>
<div class="markdown level1 summary"><p>Gets or sets the minimum feed per tooth in millimeters.</p>
<summary>
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.
</summary>
</div>
<div class="markdown level1 conceptual"></div>
@@ -429,7 +441,10 @@ Class MillingCutterOptLimit
</h3>
<div class="markdown level1 summary"><p>Gets or sets the safety factor for yielding.</p>
<div class="markdown level1 summary"><p>Gets or sets the safety factor for yielding.
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_YieldingSafetyFactor">YieldingSafetyFactor</a>,
The larger value will be applied in the optimization process.</p>
</div>
<div class="markdown level1 conceptual"></div>
@@ -454,6 +469,39 @@ Class MillingCutterOptLimit
<a id="Hi_NcOpt_MillingCutterOptLimit_YieldingUtilizationFactor_" data-uid="Hi.NcOpt.MillingCutterOptLimit.YieldingUtilizationFactor*"></a>
<h3 id="Hi_NcOpt_MillingCutterOptLimit_YieldingUtilizationFactor" data-uid="Hi.NcOpt.MillingCutterOptLimit.YieldingUtilizationFactor">
YieldingUtilizationFactor
</h3>
<div class="markdown level1 summary"><p>Gets or sets the utilization factor for yielding.
It is the reciprocal of <a class="xref" href="Hi.NcOpt.MillingCutterOptLimit.html#Hi_NcOpt_MillingCutterOptLimit_YieldingSafetyFactor">YieldingSafetyFactor</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public double YieldingUtilizationFactor { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></dt>
<dd></dd>
</dl>
<h2 class="section" id="methods">Methods
</h2>
@@ -534,7 +582,10 @@ Class MillingCutterOptLimit
</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>
@@ -567,7 +618,10 @@ Class MillingCutterOptLimit
</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>