This commit is contained in:
2025-11-06 18:19:41 +08:00
parent 401d3a54e8
commit 73a61d8d1b
34 changed files with 439 additions and 436 deletions
@@ -2959,10 +2959,10 @@ public double ReCutDepth_um { get; }</code></pre>
<a id="Hi_MachiningSteps_MachiningStep_ReliefFaceCollidingAngle_deg_" data-uid="Hi.MachiningSteps.MachiningStep.ReliefFaceCollidingAngle_deg*"></a>
<a id="Hi_MachiningSteps_MachiningStep_ReliefFaceCollidingDepth_mm_" data-uid="Hi.MachiningSteps.MachiningStep.ReliefFaceCollidingDepth_mm*"></a>
<h3 id="Hi_MachiningSteps_MachiningStep_ReliefFaceCollidingAngle_deg" data-uid="Hi.MachiningSteps.MachiningStep.ReliefFaceCollidingAngle_deg">
ReliefFaceCollidingAngle_deg
<h3 id="Hi_MachiningSteps_MachiningStep_ReliefFaceCollidingDepth_mm" data-uid="Hi.MachiningSteps.MachiningStep.ReliefFaceCollidingDepth_mm">
ReliefFaceCollidingDepth_mm
</h3>
@@ -2970,9 +2970,9 @@ public double ReCutDepth_um { get; }</code></pre>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[Present(&quot;Relief Face Colliding Angle&quot;, &quot;Rlf.C.A.&quot;, PhysicsUnit.deg, &quot;G4&quot;)]
<pre><code class="lang-csharp hljs">[Present(&quot;Relief Face Colliding Depth&quot;, &quot;Rlf.C.Depth&quot;, PhysicsUnit.mm, &quot;G4&quot;)]
[JsAce(ClassExt = &quot;MachiningStep&quot;)]
public double? ReliefFaceCollidingAngle_deg { get; }</code></pre>
public double? ReliefFaceCollidingDepth_mm { get; }</code></pre>
</div>
@@ -1101,7 +1101,7 @@ Call <a class="xref" href="Hi.Milling.Cutters.MillingCutter.html#Hi_Milling_Cutt
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public MillingCutterOptLimit MillingCutterOptLimit { get; set; }</code></pre>
<pre><code class="lang-csharp hljs">public MillingCutterOptOption MillingCutterOptLimit { get; set; }</code></pre>
</div>
@@ -1110,7 +1110,7 @@ Call <a class="xref" href="Hi.Milling.Cutters.MillingCutter.html#Hi_Milling_Cutt
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Hi.NcOpt.MillingCutterOptLimit.html">MillingCutterOptLimit</a></dt>
<dt><a class="xref" href="Hi.NcOpt.MillingCutterOptOption.html">MillingCutterOptOption</a></dt>
<dd></dd>
</dl>
@@ -233,7 +233,7 @@ Class MillingForceUtil
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void GetMillingFoce(ICuttingPara millingPara, IMachiningTool millingTool, MachineMotionStep machineStep, LayerMillingEngagement engagement, out MillingPhysicsBrief brief, out MillingForceLuggage luggage, double trialClippingHeight_mm, bool enableCalculatingReliefColliding = false)</code></pre>
<pre><code class="lang-csharp hljs">public static void GetMillingFoce(ICuttingPara millingPara, IMachiningTool millingTool, MachineMotionStep machineStep, LayerMillingEngagement engagement, out MillingPhysicsBrief brief, out MillingForceLuggage luggage, double trialClippingHeight_mm, bool enableCalculatingReliefColliding)</code></pre>
</div>
<h4 class="section">Parameters</h4>
@@ -1205,41 +1205,10 @@ This property is for computing heat transfer.</p>
<a id="Hi_MillingForces_MillingPhysicsBrief_ReliefFaceCollidingAngle_deg_" data-uid="Hi.MillingForces.MillingPhysicsBrief.ReliefFaceCollidingAngle_deg*"></a>
<a id="Hi_MillingForces_MillingPhysicsBrief_ReliefFaceCollidingDepth_mm_" data-uid="Hi.MillingForces.MillingPhysicsBrief.ReliefFaceCollidingDepth_mm*"></a>
<h3 id="Hi_MillingForces_MillingPhysicsBrief_ReliefFaceCollidingAngle_deg" data-uid="Hi.MillingForces.MillingPhysicsBrief.ReliefFaceCollidingAngle_deg">
ReliefFaceCollidingAngle_deg
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public double? ReliefFaceCollidingAngle_deg { get; }</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>
<a id="Hi_MillingForces_MillingPhysicsBrief_ReliefFaceCollidingAngle_rad_" data-uid="Hi.MillingForces.MillingPhysicsBrief.ReliefFaceCollidingAngle_rad*"></a>
<h3 id="Hi_MillingForces_MillingPhysicsBrief_ReliefFaceCollidingAngle_rad" data-uid="Hi.MillingForces.MillingPhysicsBrief.ReliefFaceCollidingAngle_rad">
ReliefFaceCollidingAngle_rad
<h3 id="Hi_MillingForces_MillingPhysicsBrief_ReliefFaceCollidingDepth_mm" data-uid="Hi.MillingForces.MillingPhysicsBrief.ReliefFaceCollidingDepth_mm">
ReliefFaceCollidingDepth_mm
</h3>
@@ -1248,7 +1217,7 @@ This property is for computing heat transfer.</p>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public double? ReliefFaceCollidingAngle_rad { get; }</code></pre>
<pre><code class="lang-csharp hljs">public double? ReliefFaceCollidingDepth_mm { get; }</code></pre>
</div>
@@ -159,7 +159,7 @@ Provides access to cutter optimization limit settings.</p>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">ICutterOptLimit CutterOptLimit { get; set; }</code></pre>
<pre><code class="lang-csharp hljs">ICutterOptOption CutterOptLimit { get; set; }</code></pre>
</div>
@@ -168,7 +168,7 @@ Provides access to cutter optimization limit settings.</p>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Hi.NcOpt.ICutterOptLimit.html">ICutterOptLimit</a></dt>
<dt><a class="xref" href="Hi.NcOpt.ICutterOptOption.html">ICutterOptOption</a></dt>
<dd></dd>
</dl>
@@ -2,9 +2,9 @@
<html>
<head>
<meta charset="utf-8">
<title>Interface ICutterOptLimit | HiAPI-C# 2025 </title>
<title>Interface ICutterOptOption | HiAPI-C# 2025 </title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="title" content="Interface ICutterOptLimit | HiAPI-C# 2025 ">
<meta name="title" content="Interface ICutterOptOption | HiAPI-C# 2025 ">
<meta name="description" content="Interface for cutter optimization limits. Combines feed-per-tooth optimization capabilities with duplication and XML serialization support. Inherits from , , and .">
<link rel="icon" href="../img/HiAPI.favicon.ico">
@@ -84,12 +84,12 @@
<nav id="breadcrumb"></nav>
</div>
<article data-uid="Hi.NcOpt.ICutterOptLimit">
<article data-uid="Hi.NcOpt.ICutterOptOption">
<h1 id="Hi_NcOpt_ICutterOptLimit" data-uid="Hi.NcOpt.ICutterOptLimit" class="text-break">
Interface ICutterOptLimit
<h1 id="Hi_NcOpt_ICutterOptOption" data-uid="Hi.NcOpt.ICutterOptOption" class="text-break">
Interface ICutterOptOption
</h1>
<div class="facts text-secondary">
@@ -104,7 +104,7 @@ Inherits from <a class="xref" href="Hi.Common.XmlUtils.IMakeXmlSource.html">IMak
<div class="markdown conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public interface ICutterOptLimit : IFeedPerToothOptLimit, IMakeXmlSource, IDuplicate</code></pre>
<pre><code class="lang-csharp hljs">public interface ICutterOptOption : IFeedPerToothOptLimit, IMakeXmlSource, IDuplicate</code></pre>
</div>
@@ -164,9 +164,9 @@ Inherits from <a class="xref" href="Hi.Common.XmlUtils.IMakeXmlSource.html">IMak
</h2>
<a id="Hi_NcOpt_ICutterOptLimit_EnableOpt_" data-uid="Hi.NcOpt.ICutterOptLimit.EnableOpt*"></a>
<a id="Hi_NcOpt_ICutterOptOption_EnableOpt_" data-uid="Hi.NcOpt.ICutterOptOption.EnableOpt*"></a>
<h3 id="Hi_NcOpt_ICutterOptLimit_EnableOpt" data-uid="Hi.NcOpt.ICutterOptLimit.EnableOpt">
<h3 id="Hi_NcOpt_ICutterOptOption_EnableOpt" data-uid="Hi.NcOpt.ICutterOptOption.EnableOpt">
EnableOpt
</h3>
@@ -2,11 +2,11 @@
<html>
<head>
<meta charset="utf-8">
<title>Class MillingCutterOptLimit | HiAPI-C# 2025 </title>
<title>Class MillingCutterOptOption | HiAPI-C# 2025 </title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="title" content="Class MillingCutterOptLimit | HiAPI-C# 2025 ">
<meta name="title" content="Class MillingCutterOptOption | HiAPI-C# 2025 ">
<meta name="description" content="Represents optimization limits for milling cutters.">
<meta name="description" content="Represents NC optimization option for milling cutters.">
<link rel="icon" href="../img/HiAPI.favicon.ico">
<link rel="stylesheet" href="../public/docfx.min.css">
<link rel="stylesheet" href="../public/main.css">
@@ -84,12 +84,12 @@
<nav id="breadcrumb"></nav>
</div>
<article data-uid="Hi.NcOpt.MillingCutterOptLimit">
<article data-uid="Hi.NcOpt.MillingCutterOptOption">
<h1 id="Hi_NcOpt_MillingCutterOptLimit" data-uid="Hi.NcOpt.MillingCutterOptLimit" class="text-break">
Class MillingCutterOptLimit
<h1 id="Hi_NcOpt_MillingCutterOptOption" data-uid="Hi.NcOpt.MillingCutterOptOption" class="text-break">
Class MillingCutterOptOption
</h1>
<div class="facts text-secondary">
@@ -97,12 +97,12 @@ Class MillingCutterOptLimit
<dl><dt>Assembly</dt><dd>HiMech.dll</dd></dl>
</div>
<div class="markdown summary"><p>Represents optimization limits for milling cutters.</p>
<div class="markdown summary"><p>Represents NC optimization option for milling cutters.</p>
</div>
<div class="markdown conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public class MillingCutterOptLimit : ICutterOptLimit, IFeedPerToothOptLimit, IMakeXmlSource, IDuplicate, IClearCache, IToXElement</code></pre>
<pre><code class="lang-csharp hljs">public class MillingCutterOptOption : ICutterOptOption, IFeedPerToothOptLimit, IMakeXmlSource, IDuplicate, IClearCache, IToXElement</code></pre>
</div>
@@ -112,14 +112,14 @@ Class MillingCutterOptLimit
<dt>Inheritance</dt>
<dd>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
<div><span class="xref">MillingCutterOptLimit</span></div>
<div><span class="xref">MillingCutterOptOption</span></div>
</dd>
</dl>
<dl class="typelist implements">
<dt>Implements</dt>
<dd>
<div><a class="xref" href="Hi.NcOpt.ICutterOptLimit.html">ICutterOptLimit</a></div>
<div><a class="xref" href="Hi.NcOpt.ICutterOptOption.html">ICutterOptOption</a></div>
<div><a class="xref" href="Hi.NcOpt.IFeedPerToothOptLimit.html">IFeedPerToothOptLimit</a></div>
<div><a class="xref" href="Hi.Common.XmlUtils.IMakeXmlSource.html">IMakeXmlSource</a></div>
<div><a class="xref" href="Hi.Common.IDuplicate.html">IDuplicate</a></div>
@@ -189,10 +189,10 @@ Class MillingCutterOptLimit
</h2>
<a id="Hi_NcOpt_MillingCutterOptLimit__ctor_" data-uid="Hi.NcOpt.MillingCutterOptLimit.#ctor*"></a>
<a id="Hi_NcOpt_MillingCutterOptOption__ctor_" data-uid="Hi.NcOpt.MillingCutterOptOption.#ctor*"></a>
<h3 id="Hi_NcOpt_MillingCutterOptLimit__ctor" data-uid="Hi.NcOpt.MillingCutterOptLimit.#ctor">
MillingCutterOptLimit()
<h3 id="Hi_NcOpt_MillingCutterOptOption__ctor" data-uid="Hi.NcOpt.MillingCutterOptOption.#ctor">
MillingCutterOptOption()
</h3>
@@ -201,7 +201,7 @@ Class MillingCutterOptLimit
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public MillingCutterOptLimit()</code></pre>
<pre><code class="lang-csharp hljs">public MillingCutterOptOption()</code></pre>
</div>
@@ -216,19 +216,19 @@ Class MillingCutterOptLimit
<a id="Hi_NcOpt_MillingCutterOptLimit__ctor_" data-uid="Hi.NcOpt.MillingCutterOptLimit.#ctor*"></a>
<a id="Hi_NcOpt_MillingCutterOptOption__ctor_" data-uid="Hi.NcOpt.MillingCutterOptOption.#ctor*"></a>
<h3 id="Hi_NcOpt_MillingCutterOptLimit__ctor_System_Xml_Linq_XElement_System_String_System_String_Hi_Milling_Cutters_MillingCutter_" data-uid="Hi.NcOpt.MillingCutterOptLimit.#ctor(System.Xml.Linq.XElement,System.String,System.String,Hi.Milling.Cutters.MillingCutter)">
MillingCutterOptLimit(XElement, string, string, MillingCutter)
<h3 id="Hi_NcOpt_MillingCutterOptOption__ctor_System_Xml_Linq_XElement_System_String_System_String_Hi_Milling_Cutters_MillingCutter_" data-uid="Hi.NcOpt.MillingCutterOptOption.#ctor(System.Xml.Linq.XElement,System.String,System.String,Hi.Milling.Cutters.MillingCutter)">
MillingCutterOptOption(XElement, string, string, MillingCutter)
</h3>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="Hi.NcOpt.MillingCutterOptLimit.html">MillingCutterOptLimit</a> class from XML.</p>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="Hi.NcOpt.MillingCutterOptOption.html">MillingCutterOptOption</a> class from XML.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public MillingCutterOptLimit(XElement src, string baseDirectory, string relFile, MillingCutter cutter)</code></pre>
<pre><code class="lang-csharp hljs">public MillingCutterOptOption(XElement src, string baseDirectory, string relFile, MillingCutter cutter)</code></pre>
</div>
<h4 class="section">Parameters</h4>
@@ -262,14 +262,15 @@ Class MillingCutterOptLimit
</h2>
<a id="Hi_NcOpt_MillingCutterOptLimit_EnableLimitByMinimumUncutChipThickness_" data-uid="Hi.NcOpt.MillingCutterOptLimit.EnableLimitByMinimumUncutChipThickness*"></a>
<a id="Hi_NcOpt_MillingCutterOptOption_EnableLimitByMinimumUncutChipThickness_" data-uid="Hi.NcOpt.MillingCutterOptOption.EnableLimitByMinimumUncutChipThickness*"></a>
<h3 id="Hi_NcOpt_MillingCutterOptLimit_EnableLimitByMinimumUncutChipThickness" data-uid="Hi.NcOpt.MillingCutterOptLimit.EnableLimitByMinimumUncutChipThickness">
<h3 id="Hi_NcOpt_MillingCutterOptOption_EnableLimitByMinimumUncutChipThickness" data-uid="Hi.NcOpt.MillingCutterOptOption.EnableLimitByMinimumUncutChipThickness">
EnableLimitByMinimumUncutChipThickness
</h3>
<div class="markdown level1 summary"><p>Gets or sets whether to limit by minimum uncut chip thickness.</p>
<div class="markdown level1 summary"><p>Gets or sets whether to limit feedrate by minimum uncut chip thickness.
It is a lower bound limit.</p>
</div>
<div class="markdown level1 conceptual"></div>
@@ -294,9 +295,42 @@ Class MillingCutterOptLimit
<a id="Hi_NcOpt_MillingCutterOptLimit_EnableOpt_" data-uid="Hi.NcOpt.MillingCutterOptLimit.EnableOpt*"></a>
<a id="Hi_NcOpt_MillingCutterOptOption_EnableLimitByReliefAngle_" data-uid="Hi.NcOpt.MillingCutterOptOption.EnableLimitByReliefAngle*"></a>
<h3 id="Hi_NcOpt_MillingCutterOptLimit_EnableOpt" data-uid="Hi.NcOpt.MillingCutterOptLimit.EnableOpt">
<h3 id="Hi_NcOpt_MillingCutterOptOption_EnableLimitByReliefAngle" data-uid="Hi.NcOpt.MillingCutterOptOption.EnableLimitByReliefAngle">
EnableLimitByReliefAngle
</h3>
<div class="markdown level1 summary"><p>Gets or sets whether to limit feedrate by relief angle collision.
It is a upper bound limit.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public bool EnableLimitByReliefAngle { 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.boolean">bool</a></dt>
<dd></dd>
</dl>
<a id="Hi_NcOpt_MillingCutterOptOption_EnableOpt_" data-uid="Hi.NcOpt.MillingCutterOptOption.EnableOpt*"></a>
<h3 id="Hi_NcOpt_MillingCutterOptOption_EnableOpt" data-uid="Hi.NcOpt.MillingCutterOptOption.EnableOpt">
EnableOpt
</h3>
@@ -326,9 +360,9 @@ Class MillingCutterOptLimit
<a id="Hi_NcOpt_MillingCutterOptLimit_MaxFeedPerTooth_mm_" data-uid="Hi.NcOpt.MillingCutterOptLimit.MaxFeedPerTooth_mm*"></a>
<a id="Hi_NcOpt_MillingCutterOptOption_MaxFeedPerTooth_mm_" data-uid="Hi.NcOpt.MillingCutterOptOption.MaxFeedPerTooth_mm*"></a>
<h3 id="Hi_NcOpt_MillingCutterOptLimit_MaxFeedPerTooth_mm" data-uid="Hi.NcOpt.MillingCutterOptLimit.MaxFeedPerTooth_mm">
<h3 id="Hi_NcOpt_MillingCutterOptOption_MaxFeedPerTooth_mm" data-uid="Hi.NcOpt.MillingCutterOptOption.MaxFeedPerTooth_mm">
MaxFeedPerTooth_mm
</h3>
@@ -364,9 +398,9 @@ The smaller value will be applied in the optimization process.
<a id="Hi_NcOpt_MillingCutterOptLimit_MinFeedPerTooth_mm_" data-uid="Hi.NcOpt.MillingCutterOptLimit.MinFeedPerTooth_mm*"></a>
<a id="Hi_NcOpt_MillingCutterOptOption_MinFeedPerTooth_mm_" data-uid="Hi.NcOpt.MillingCutterOptOption.MinFeedPerTooth_mm*"></a>
<h3 id="Hi_NcOpt_MillingCutterOptLimit_MinFeedPerTooth_mm" data-uid="Hi.NcOpt.MillingCutterOptLimit.MinFeedPerTooth_mm">
<h3 id="Hi_NcOpt_MillingCutterOptOption_MinFeedPerTooth_mm" data-uid="Hi.NcOpt.MillingCutterOptOption.MinFeedPerTooth_mm">
MinFeedPerTooth_mm
</h3>
@@ -402,9 +436,9 @@ The larger value will be applied in the optimization process.
<a id="Hi_NcOpt_MillingCutterOptLimit_XName_" data-uid="Hi.NcOpt.MillingCutterOptLimit.XName*"></a>
<a id="Hi_NcOpt_MillingCutterOptOption_XName_" data-uid="Hi.NcOpt.MillingCutterOptOption.XName*"></a>
<h3 id="Hi_NcOpt_MillingCutterOptLimit_XName" data-uid="Hi.NcOpt.MillingCutterOptLimit.XName">
<h3 id="Hi_NcOpt_MillingCutterOptOption_XName" data-uid="Hi.NcOpt.MillingCutterOptOption.XName">
XName
</h3>
@@ -434,9 +468,9 @@ The larger value will be applied in the optimization process.
<a id="Hi_NcOpt_MillingCutterOptLimit_YieldingSafetyFactor_" data-uid="Hi.NcOpt.MillingCutterOptLimit.YieldingSafetyFactor*"></a>
<a id="Hi_NcOpt_MillingCutterOptOption_YieldingSafetyFactor_" data-uid="Hi.NcOpt.MillingCutterOptOption.YieldingSafetyFactor*"></a>
<h3 id="Hi_NcOpt_MillingCutterOptLimit_YieldingSafetyFactor" data-uid="Hi.NcOpt.MillingCutterOptLimit.YieldingSafetyFactor">
<h3 id="Hi_NcOpt_MillingCutterOptOption_YieldingSafetyFactor" data-uid="Hi.NcOpt.MillingCutterOptOption.YieldingSafetyFactor">
YieldingSafetyFactor
</h3>
@@ -469,15 +503,15 @@ The larger value will be applied in the optimization process.</p>
<a id="Hi_NcOpt_MillingCutterOptLimit_YieldingUtilizationFactor_" data-uid="Hi.NcOpt.MillingCutterOptLimit.YieldingUtilizationFactor*"></a>
<a id="Hi_NcOpt_MillingCutterOptOption_YieldingUtilizationFactor_" data-uid="Hi.NcOpt.MillingCutterOptOption.YieldingUtilizationFactor*"></a>
<h3 id="Hi_NcOpt_MillingCutterOptLimit_YieldingUtilizationFactor" data-uid="Hi.NcOpt.MillingCutterOptLimit.YieldingUtilizationFactor">
<h3 id="Hi_NcOpt_MillingCutterOptOption_YieldingUtilizationFactor" data-uid="Hi.NcOpt.MillingCutterOptOption.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>
It is the reciprocal of <a class="xref" href="Hi.NcOpt.MillingCutterOptOption.html#Hi_NcOpt_MillingCutterOptOption_YieldingSafetyFactor">YieldingSafetyFactor</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
@@ -506,9 +540,9 @@ It is the reciprocal of <a class="xref" href="Hi.NcOpt.MillingCutterOptLimit.htm
</h2>
<a id="Hi_NcOpt_MillingCutterOptLimit_ClearCache_" data-uid="Hi.NcOpt.MillingCutterOptLimit.ClearCache*"></a>
<a id="Hi_NcOpt_MillingCutterOptOption_ClearCache_" data-uid="Hi.NcOpt.MillingCutterOptOption.ClearCache*"></a>
<h3 id="Hi_NcOpt_MillingCutterOptLimit_ClearCache" data-uid="Hi.NcOpt.MillingCutterOptLimit.ClearCache">
<h3 id="Hi_NcOpt_MillingCutterOptOption_ClearCache" data-uid="Hi.NcOpt.MillingCutterOptOption.ClearCache">
ClearCache()
</h3>
@@ -533,9 +567,9 @@ It is the reciprocal of <a class="xref" href="Hi.NcOpt.MillingCutterOptLimit.htm
<a id="Hi_NcOpt_MillingCutterOptLimit_Duplicate_" data-uid="Hi.NcOpt.MillingCutterOptLimit.Duplicate*"></a>
<a id="Hi_NcOpt_MillingCutterOptOption_Duplicate_" data-uid="Hi.NcOpt.MillingCutterOptOption.Duplicate*"></a>
<h3 id="Hi_NcOpt_MillingCutterOptLimit_Duplicate_System_Object___" data-uid="Hi.NcOpt.MillingCutterOptLimit.Duplicate(System.Object[])">
<h3 id="Hi_NcOpt_MillingCutterOptOption_Duplicate_System_Object___" data-uid="Hi.NcOpt.MillingCutterOptOption.Duplicate(System.Object[])">
Duplicate(params object[])
</h3>
@@ -568,16 +602,16 @@ It is the reciprocal of <a class="xref" href="Hi.NcOpt.MillingCutterOptLimit.htm
<h4 class="section" id="Hi_NcOpt_MillingCutterOptLimit_Duplicate_System_Object____remarks">Remarks</h4>
<h4 class="section" id="Hi_NcOpt_MillingCutterOptOption_Duplicate_System_Object____remarks">Remarks</h4>
<div class="markdown level1 remarks"><p><code class="paramref">res</code>[0] has to be <a class="xref" href="Hi.Machining.ICutter.html">ICutter</a>.</p>
</div>
<a id="Hi_NcOpt_MillingCutterOptLimit_GetMaxFeedPerTooth_mm_" data-uid="Hi.NcOpt.MillingCutterOptLimit.GetMaxFeedPerTooth_mm*"></a>
<a id="Hi_NcOpt_MillingCutterOptOption_GetMaxFeedPerTooth_mm_" data-uid="Hi.NcOpt.MillingCutterOptOption.GetMaxFeedPerTooth_mm*"></a>
<h3 id="Hi_NcOpt_MillingCutterOptLimit_GetMaxFeedPerTooth_mm" data-uid="Hi.NcOpt.MillingCutterOptLimit.GetMaxFeedPerTooth_mm">
<h3 id="Hi_NcOpt_MillingCutterOptOption_GetMaxFeedPerTooth_mm" data-uid="Hi.NcOpt.MillingCutterOptOption.GetMaxFeedPerTooth_mm">
GetMaxFeedPerTooth_mm()
</h3>
@@ -611,9 +645,9 @@ The smaller value will be applied in the optimization process.</p>
<a id="Hi_NcOpt_MillingCutterOptLimit_GetMinFeedPerTooth_mm_" data-uid="Hi.NcOpt.MillingCutterOptLimit.GetMinFeedPerTooth_mm*"></a>
<a id="Hi_NcOpt_MillingCutterOptOption_GetMinFeedPerTooth_mm_" data-uid="Hi.NcOpt.MillingCutterOptOption.GetMinFeedPerTooth_mm*"></a>
<h3 id="Hi_NcOpt_MillingCutterOptLimit_GetMinFeedPerTooth_mm" data-uid="Hi.NcOpt.MillingCutterOptLimit.GetMinFeedPerTooth_mm">
<h3 id="Hi_NcOpt_MillingCutterOptOption_GetMinFeedPerTooth_mm" data-uid="Hi.NcOpt.MillingCutterOptOption.GetMinFeedPerTooth_mm">
GetMinFeedPerTooth_mm()
</h3>
@@ -647,9 +681,9 @@ The larger value will be applied in the optimization process.</p>
<a id="Hi_NcOpt_MillingCutterOptLimit_MakeXmlSource_" data-uid="Hi.NcOpt.MillingCutterOptLimit.MakeXmlSource*"></a>
<a id="Hi_NcOpt_MillingCutterOptOption_MakeXmlSource_" data-uid="Hi.NcOpt.MillingCutterOptOption.MakeXmlSource*"></a>
<h3 id="Hi_NcOpt_MillingCutterOptLimit_MakeXmlSource_System_String_System_String_System_Boolean_" data-uid="Hi.NcOpt.MillingCutterOptLimit.MakeXmlSource(System.String,System.String,System.Boolean)">
<h3 id="Hi_NcOpt_MillingCutterOptOption_MakeXmlSource_System_String_System_String_System_Boolean_" data-uid="Hi.NcOpt.MillingCutterOptOption.MakeXmlSource(System.String,System.String,System.Boolean)">
MakeXmlSource(string, string, bool)
</h3>
@@ -689,7 +723,7 @@ This method may also generate additional resources such as related files.</p>
<h4 class="section" id="Hi_NcOpt_MillingCutterOptLimit_MakeXmlSource_System_String_System_String_System_Boolean__remarks">Remarks</h4>
<h4 class="section" id="Hi_NcOpt_MillingCutterOptOption_MakeXmlSource_System_String_System_String_System_Boolean__remarks">Remarks</h4>
<div class="markdown level1 remarks"><p>For the demand of easy moving source folder (especially project folder) without configuration file path corruption, the relative file path is applied.
The <code class="paramref">baseDirectory</code> is typically the folder at the nearest configuration file folder.
Since the folder can be moving with the configuration file.</p>
@@ -698,9 +732,9 @@ Since the folder can be moving with the configuration file.</p>
<a id="Hi_NcOpt_MillingCutterOptLimit_ToXElement_" data-uid="Hi.NcOpt.MillingCutterOptLimit.ToXElement*"></a>
<a id="Hi_NcOpt_MillingCutterOptOption_ToXElement_" data-uid="Hi.NcOpt.MillingCutterOptOption.ToXElement*"></a>
<h3 id="Hi_NcOpt_MillingCutterOptLimit_ToXElement" data-uid="Hi.NcOpt.MillingCutterOptLimit.ToXElement">
<h3 id="Hi_NcOpt_MillingCutterOptOption_ToXElement" data-uid="Hi.NcOpt.MillingCutterOptOption.ToXElement">
ToXElement()
</h3>
@@ -1260,7 +1260,7 @@ It is the reciprocal of <a class="xref" href="Hi.NcOpt.NcOptOption.html#Hi_NcOpt
<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.MillingCutterOptLimit.html">MillingCutterOptLimit</a>.<a class="xref" href="Hi.NcOpt.MillingCutterOptLimit.html#Hi_NcOpt_MillingCutterOptLimit_YieldingSafetyFactor">YieldingSafetyFactor</a>,
if the value is different from the <a class="xref" href="Hi.NcOpt.MillingCutterOptOption.html">MillingCutterOptOption</a>.<a class="xref" href="Hi.NcOpt.MillingCutterOptOption.html#Hi_NcOpt_MillingCutterOptOption_YieldingSafetyFactor">YieldingSafetyFactor</a>,
The larger value will be applied in the optimization process.</p>
</div>
<div class="markdown level1 conceptual"></div>
+9 -9
View File
@@ -112,8 +112,8 @@ Provides implementation for feed-per-tooth optimization with fixed minimum and m
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="Hi.NcOpt.MillingCutterOptLimit.html">MillingCutterOptLimit</a></dt>
<dd><p>Represents optimization limits for milling cutters.</p>
<dt><a class="xref" href="Hi.NcOpt.MillingCutterOptOption.html">MillingCutterOptOption</a></dt>
<dd><p>Represents NC optimization option for milling cutters.</p>
</dd>
</dl>
<dl class="jumplist">
@@ -134,17 +134,17 @@ Provides implementation for feed-per-tooth optimization with fixed minimum and m
<h3 id="interfaces">
Interfaces
</h3>
<dl class="jumplist">
<dt><a class="xref" href="Hi.NcOpt.ICutterOptLimit.html">ICutterOptLimit</a></dt>
<dd><p>Interface for cutter optimization limits.
Combines feed-per-tooth optimization capabilities with duplication and XML serialization support.
Inherits from <a class="xref" href="Hi.Common.XmlUtils.IMakeXmlSource.html">IMakeXmlSource</a>, <a class="xref" href="Hi.NcOpt.IFeedPerToothOptLimit.html">IFeedPerToothOptLimit</a>, and <a class="xref" href="Hi.Common.IDuplicate.html">IDuplicate</a>.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="Hi.NcOpt.ICutterOptLimitHost.html">ICutterOptLimitHost</a></dt>
<dd><p>Interface for hosts that contain cutter optimization limits.
Provides access to cutter optimization limit settings.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="Hi.NcOpt.ICutterOptOption.html">ICutterOptOption</a></dt>
<dd><p>Interface for cutter optimization limits.
Combines feed-per-tooth optimization capabilities with duplication and XML serialization support.
Inherits from <a class="xref" href="Hi.Common.XmlUtils.IMakeXmlSource.html">IMakeXmlSource</a>, <a class="xref" href="Hi.NcOpt.IFeedPerToothOptLimit.html">IFeedPerToothOptLimit</a>, and <a class="xref" href="Hi.Common.IDuplicate.html">IDuplicate</a>.</p>
</dd>
</dl>
<dl class="jumplist">
+3 -3
View File
@@ -2257,10 +2257,10 @@
<a href="Hi.NcOpt.FixedFeedPerToothOptLimit.html" name="" title="FixedFeedPerToothOptLimit">FixedFeedPerToothOptLimit</a>
</li>
<li>
<a href="Hi.NcOpt.ICutterOptLimit.html" name="" title="ICutterOptLimit">ICutterOptLimit</a>
<a href="Hi.NcOpt.ICutterOptLimitHost.html" name="" title="ICutterOptLimitHost">ICutterOptLimitHost</a>
</li>
<li>
<a href="Hi.NcOpt.ICutterOptLimitHost.html" name="" title="ICutterOptLimitHost">ICutterOptLimitHost</a>
<a href="Hi.NcOpt.ICutterOptOption.html" name="" title="ICutterOptOption">ICutterOptOption</a>
</li>
<li>
<a href="Hi.NcOpt.ICuttingVelocityOptLimit.html" name="" title="ICuttingVelocityOptLimit">ICuttingVelocityOptLimit</a>
@@ -2269,7 +2269,7 @@
<a href="Hi.NcOpt.IFeedPerToothOptLimit.html" name="" title="IFeedPerToothOptLimit">IFeedPerToothOptLimit</a>
</li>
<li>
<a href="Hi.NcOpt.MillingCutterOptLimit.html" name="" title="MillingCutterOptLimit">MillingCutterOptLimit</a>
<a href="Hi.NcOpt.MillingCutterOptOption.html" name="" title="MillingCutterOptOption">MillingCutterOptOption</a>
</li>
<li>
<a href="Hi.NcOpt.NcOptOption.html" name="" title="NcOptOption">NcOptOption</a>
File diff suppressed because one or more lines are too long