tune
This commit is contained in:
@@ -330,6 +330,38 @@ If the display end is set to -1, returns the total number of positions.</p>
|
||||
|
||||
|
||||
|
||||
<a id="Hi_CutterLocations_ClStrips_ClStrip_IsKeepingDispAlive_" data-uid="Hi.CutterLocations.ClStrips.ClStrip.IsKeepingDispAlive*"></a>
|
||||
|
||||
<h3 id="Hi_CutterLocations_ClStrips_ClStrip_IsKeepingDispAlive" data-uid="Hi.CutterLocations.ClStrips.ClStrip.IsKeepingDispAlive">
|
||||
IsKeepingDispAlive
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Keep the disp range to at least two dots while the stripe length enough.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public bool IsKeepingDispAlive { 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_CutterLocations_ClStrips_ClStrip_IsShowDot_" data-uid="Hi.CutterLocations.ClStrips.ClStrip.IsShowDot*"></a>
|
||||
|
||||
<h3 id="Hi_CutterLocations_ClStrips_ClStrip_IsShowDot" data-uid="Hi.CutterLocations.ClStrips.ClStrip.IsShowDot">
|
||||
@@ -1013,6 +1045,43 @@ A value of -1 indicates that the display should follow the end of the strip.</p>
|
||||
|
||||
|
||||
|
||||
<a id="Hi_CutterLocations_ClStrips_ClStrip_SetDispRange_" data-uid="Hi.CutterLocations.ClStrips.ClStrip.SetDispRange*"></a>
|
||||
|
||||
<h3 id="Hi_CutterLocations_ClStrips_ClStrip_SetDispRange_System_Int32_System_Int32_System_Object_System_Int32_" data-uid="Hi.CutterLocations.ClStrips.ClStrip.SetDispRange(System.Int32,System.Int32,System.Object,System.Int32)">
|
||||
SetDispRange(int, int, object, int)
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public void SetDispRange(int beginIndex, int endIndex, object caller, int lowestLength = 2)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>beginIndex</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
|
||||
<dd></dd>
|
||||
<dt><code>endIndex</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
|
||||
<dd></dd>
|
||||
<dt><code>caller</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></dt>
|
||||
<dd></dd>
|
||||
<dt><code>lowestLength</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_CutterLocations_ClStrips_ClStrip_SetEnteredPos_" data-uid="Hi.CutterLocations.ClStrips.ClStrip.SetEnteredPos*"></a>
|
||||
|
||||
<h3 id="Hi_CutterLocations_ClStrips_ClStrip_SetEnteredPos_Hi_CutterLocations_ClStrips_ClStripPos_System_Object_" data-uid="Hi.CutterLocations.ClStrips.ClStrip.SetEnteredPos(Hi.CutterLocations.ClStrips.ClStripPos,System.Object)">
|
||||
|
||||
@@ -257,6 +257,39 @@ public class Vec3d : IEquatable<Vec3d>, IExpandToBox3d, IBinaryIo, IWriteB
|
||||
|
||||
|
||||
|
||||
<a id="Hi_Geom_Vec3d__ctor_" data-uid="Hi.Geom.Vec3d.#ctor*"></a>
|
||||
|
||||
<h3 id="Hi_Geom_Vec3d__ctor_Hi_Geom_Vec2d_System_Double_" data-uid="Hi.Geom.Vec3d.#ctor(Hi.Geom.Vec2d,System.Double)">
|
||||
Vec3d(Vec2d, double)
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public Vec3d(Vec2d xy, double z)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>xy</code> <a class="xref" href="Hi.Geom.Vec2d.html">Vec2d</a></dt>
|
||||
<dd></dd>
|
||||
<dt><code>z</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_Geom_Vec3d__ctor_" data-uid="Hi.Geom.Vec3d.#ctor*"></a>
|
||||
|
||||
<h3 id="Hi_Geom_Vec3d__ctor_Hi_Geom_Vec3d_" data-uid="Hi.Geom.Vec3d.#ctor(Hi.Geom.Vec3d)">
|
||||
|
||||
@@ -244,6 +244,38 @@ and managing session state.</p>
|
||||
|
||||
|
||||
|
||||
<a id="Hi_MachiningProcs_MachiningSession_IsNcOptOptionListUpdatedByStep_" data-uid="Hi.MachiningProcs.MachiningSession.IsNcOptOptionListUpdatedByStep*"></a>
|
||||
|
||||
<h3 id="Hi_MachiningProcs_MachiningSession_IsNcOptOptionListUpdatedByStep" data-uid="Hi.MachiningProcs.MachiningSession.IsNcOptOptionListUpdatedByStep">
|
||||
IsNcOptOptionListUpdatedByStep
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Internal Use Only.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public bool IsNcOptOptionListUpdatedByStep { 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_MachiningProcs_MachiningSession_NcOptOption_" data-uid="Hi.MachiningProcs.MachiningSession.NcOptOption*"></a>
|
||||
|
||||
<h3 id="Hi_MachiningProcs_MachiningSession_NcOptOption" data-uid="Hi.MachiningProcs.MachiningSession.NcOptOption">
|
||||
|
||||
@@ -1209,6 +1209,39 @@ public double OptMaxAcceleration_mmds2 { get; set; }</code></pre>
|
||||
|
||||
|
||||
|
||||
<a id="Hi_MachiningProcs_RuntimeApi_OptMaxFeedPerTooth_mm_" data-uid="Hi.MachiningProcs.RuntimeApi.OptMaxFeedPerTooth_mm*"></a>
|
||||
|
||||
<h3 id="Hi_MachiningProcs_RuntimeApi_OptMaxFeedPerTooth_mm" data-uid="Hi.MachiningProcs.RuntimeApi.OptMaxFeedPerTooth_mm">
|
||||
OptMaxFeedPerTooth_mm
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Gets or sets the maximum feed per tooth in millimeters for optimization.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">[JsAce]
|
||||
public double OptMaxFeedPerTooth_mm { 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>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_MachiningProcs_RuntimeApi_OptMaxFeedrate_mmdmin_" data-uid="Hi.MachiningProcs.RuntimeApi.OptMaxFeedrate_mmdmin*"></a>
|
||||
|
||||
<h3 id="Hi_MachiningProcs_RuntimeApi_OptMaxFeedrate_mmdmin" data-uid="Hi.MachiningProcs.RuntimeApi.OptMaxFeedrate_mmdmin">
|
||||
@@ -1275,6 +1308,39 @@ public double OptMaxJerk_mmds3 { get; set; }</code></pre>
|
||||
|
||||
|
||||
|
||||
<a id="Hi_MachiningProcs_RuntimeApi_OptMinFeedPerTooth_mm_" data-uid="Hi.MachiningProcs.RuntimeApi.OptMinFeedPerTooth_mm*"></a>
|
||||
|
||||
<h3 id="Hi_MachiningProcs_RuntimeApi_OptMinFeedPerTooth_mm" data-uid="Hi.MachiningProcs.RuntimeApi.OptMinFeedPerTooth_mm">
|
||||
OptMinFeedPerTooth_mm
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Gets or sets the minimum feed per tooth in millimeters for optimization.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">[JsAce]
|
||||
public double OptMinFeedPerTooth_mm { 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>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_MachiningProcs_RuntimeApi_OptMinFeedrate_mmdmin_" data-uid="Hi.MachiningProcs.RuntimeApi.OptMinFeedrate_mmdmin*"></a>
|
||||
|
||||
<h3 id="Hi_MachiningProcs_RuntimeApi_OptMinFeedrate_mmdmin" data-uid="Hi.MachiningProcs.RuntimeApi.OptMinFeedrate_mmdmin">
|
||||
@@ -1407,6 +1473,40 @@ public double OptSpindlePowerSafetyFactor { get; set; }</code></pre>
|
||||
|
||||
|
||||
|
||||
<a id="Hi_MachiningProcs_RuntimeApi_OptSpindlePowerUtilizationFactor_" data-uid="Hi.MachiningProcs.RuntimeApi.OptSpindlePowerUtilizationFactor*"></a>
|
||||
|
||||
<h3 id="Hi_MachiningProcs_RuntimeApi_OptSpindlePowerUtilizationFactor" data-uid="Hi.MachiningProcs.RuntimeApi.OptSpindlePowerUtilizationFactor">
|
||||
OptSpindlePowerUtilizationFactor
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Utilization factor for spindle power during optimization.
|
||||
It is the reciprocal of the spindle power safety factor.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">[JsAce]
|
||||
public double OptSpindlePowerUtilizationFactor { 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>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_MachiningProcs_RuntimeApi_OptSpindleTorqueSafetyFactor_" data-uid="Hi.MachiningProcs.RuntimeApi.OptSpindleTorqueSafetyFactor*"></a>
|
||||
|
||||
<h3 id="Hi_MachiningProcs_RuntimeApi_OptSpindleTorqueSafetyFactor" data-uid="Hi.MachiningProcs.RuntimeApi.OptSpindleTorqueSafetyFactor">
|
||||
@@ -1439,6 +1539,40 @@ public double OptSpindleTorqueSafetyFactor { get; set; }</code></pre>
|
||||
|
||||
|
||||
|
||||
<a id="Hi_MachiningProcs_RuntimeApi_OptSpindleTorqueUtilizationFactor_" data-uid="Hi.MachiningProcs.RuntimeApi.OptSpindleTorqueUtilizationFactor*"></a>
|
||||
|
||||
<h3 id="Hi_MachiningProcs_RuntimeApi_OptSpindleTorqueUtilizationFactor" data-uid="Hi.MachiningProcs.RuntimeApi.OptSpindleTorqueUtilizationFactor">
|
||||
OptSpindleTorqueUtilizationFactor
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Utilization factor for spindle torque during optimization.
|
||||
It is the reciprocal of the spindle torque safety factor.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">[JsAce]
|
||||
public double OptSpindleTorqueUtilizationFactor { 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>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_MachiningProcs_RuntimeApi_OptThermalYieldSafetyFactor_" data-uid="Hi.MachiningProcs.RuntimeApi.OptThermalYieldSafetyFactor*"></a>
|
||||
|
||||
<h3 id="Hi_MachiningProcs_RuntimeApi_OptThermalYieldSafetyFactor" data-uid="Hi.MachiningProcs.RuntimeApi.OptThermalYieldSafetyFactor">
|
||||
@@ -1472,6 +1606,107 @@ public double OptThermalYieldSafetyFactor { get; set; }</code></pre>
|
||||
|
||||
|
||||
|
||||
<a id="Hi_MachiningProcs_RuntimeApi_OptThermalYieldUtilizationFactor_" data-uid="Hi.MachiningProcs.RuntimeApi.OptThermalYieldUtilizationFactor*"></a>
|
||||
|
||||
<h3 id="Hi_MachiningProcs_RuntimeApi_OptThermalYieldUtilizationFactor" data-uid="Hi.MachiningProcs.RuntimeApi.OptThermalYieldUtilizationFactor">
|
||||
OptThermalYieldUtilizationFactor
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Utilization factor for thermal yield during optimization.
|
||||
It is the reciprocal of the thermal yield safety factor.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">[JsAce]
|
||||
public double OptThermalYieldUtilizationFactor { 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>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_MachiningProcs_RuntimeApi_OptYieldingSafetyFactor_" data-uid="Hi.MachiningProcs.RuntimeApi.OptYieldingSafetyFactor*"></a>
|
||||
|
||||
<h3 id="Hi_MachiningProcs_RuntimeApi_OptYieldingSafetyFactor" data-uid="Hi.MachiningProcs.RuntimeApi.OptYieldingSafetyFactor">
|
||||
OptYieldingSafetyFactor
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Safety factor for yielding during optimization.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">[JsAce]
|
||||
public double OptYieldingSafetyFactor { 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>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_MachiningProcs_RuntimeApi_OptYieldingUtilizationFactor_" data-uid="Hi.MachiningProcs.RuntimeApi.OptYieldingUtilizationFactor*"></a>
|
||||
|
||||
<h3 id="Hi_MachiningProcs_RuntimeApi_OptYieldingUtilizationFactor" data-uid="Hi.MachiningProcs.RuntimeApi.OptYieldingUtilizationFactor">
|
||||
OptYieldingUtilizationFactor
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Utilization factor for yielding during optimization.
|
||||
It is the reciprocal of the yielding safety factor.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">[JsAce]
|
||||
public double OptYieldingUtilizationFactor { 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>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_MachiningProcs_RuntimeApi_ParaTemplateDimension_" data-uid="Hi.MachiningProcs.RuntimeApi.ParaTemplateDimension*"></a>
|
||||
|
||||
<h3 id="Hi_MachiningProcs_RuntimeApi_ParaTemplateDimension" data-uid="Hi.MachiningProcs.RuntimeApi.ParaTemplateDimension">
|
||||
@@ -3551,7 +3786,8 @@ public void WriteStepFiles(string relFileTemplate = "Output/[NcName].step.c
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Gets or sets the action to configure steps during execution.</p>
|
||||
<div class="markdown level1 summary"><p>Gets or sets the action to configure steps during execution.
|
||||
The event will be cleared by the calling of <a class="xref" href="Hi.MachiningProcs.MachiningProject.html#Hi_MachiningProcs_MachiningProject_ResetRuntime">ResetRuntime()</a>.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
@@ -3583,7 +3819,8 @@ public event MachiningActRunner.MachiningStepBuiltDelegate MachiningStepBuilt</c
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Event that is triggered when a milling step is selected.</p>
|
||||
<div class="markdown level1 summary"><p>Event that is triggered when a milling step is selected.
|
||||
The event will be cleared by the calling of <a class="xref" href="Hi.MachiningProcs.MachiningProject.html#Hi_MachiningProcs_MachiningProject_ResetRuntime">ResetRuntime()</a>.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
|
||||
@@ -1735,6 +1735,39 @@ public double OptMaxAcceleration_mmds2 { get; set; }</code></pre>
|
||||
|
||||
|
||||
|
||||
<a id="Hi_MachiningProcs_RuntimeController_OptMaxFeedPerTooth_mm_" data-uid="Hi.MachiningProcs.RuntimeController.OptMaxFeedPerTooth_mm*"></a>
|
||||
|
||||
<h3 id="Hi_MachiningProcs_RuntimeController_OptMaxFeedPerTooth_mm" data-uid="Hi.MachiningProcs.RuntimeController.OptMaxFeedPerTooth_mm">
|
||||
OptMaxFeedPerTooth_mm
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Gets or sets the maximum feed per tooth in millimeters for optimization.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">[JsAce]
|
||||
public double OptMaxFeedPerTooth_mm { 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>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_MachiningProcs_RuntimeController_OptMaxFeedrate_mmdmin_" data-uid="Hi.MachiningProcs.RuntimeController.OptMaxFeedrate_mmdmin*"></a>
|
||||
|
||||
<h3 id="Hi_MachiningProcs_RuntimeController_OptMaxFeedrate_mmdmin" data-uid="Hi.MachiningProcs.RuntimeController.OptMaxFeedrate_mmdmin">
|
||||
@@ -1801,6 +1834,39 @@ public double OptMaxJerk_mmds3 { get; set; }</code></pre>
|
||||
|
||||
|
||||
|
||||
<a id="Hi_MachiningProcs_RuntimeController_OptMinFeedPerTooth_mm_" data-uid="Hi.MachiningProcs.RuntimeController.OptMinFeedPerTooth_mm*"></a>
|
||||
|
||||
<h3 id="Hi_MachiningProcs_RuntimeController_OptMinFeedPerTooth_mm" data-uid="Hi.MachiningProcs.RuntimeController.OptMinFeedPerTooth_mm">
|
||||
OptMinFeedPerTooth_mm
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Gets or sets the minimum feed per tooth in millimeters for optimization.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">[JsAce]
|
||||
public double OptMinFeedPerTooth_mm { 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>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_MachiningProcs_RuntimeController_OptMinFeedrate_mmdmin_" data-uid="Hi.MachiningProcs.RuntimeController.OptMinFeedrate_mmdmin*"></a>
|
||||
|
||||
<h3 id="Hi_MachiningProcs_RuntimeController_OptMinFeedrate_mmdmin" data-uid="Hi.MachiningProcs.RuntimeController.OptMinFeedrate_mmdmin">
|
||||
@@ -1933,6 +1999,40 @@ public double OptSpindlePowerSafetyFactor { get; set; }</code></pre>
|
||||
|
||||
|
||||
|
||||
<a id="Hi_MachiningProcs_RuntimeController_OptSpindlePowerUtilizationFactor_" data-uid="Hi.MachiningProcs.RuntimeController.OptSpindlePowerUtilizationFactor*"></a>
|
||||
|
||||
<h3 id="Hi_MachiningProcs_RuntimeController_OptSpindlePowerUtilizationFactor" data-uid="Hi.MachiningProcs.RuntimeController.OptSpindlePowerUtilizationFactor">
|
||||
OptSpindlePowerUtilizationFactor
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Utilization factor for spindle power during optimization.
|
||||
It is the reciprocal of the spindle power safety factor.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">[JsAce]
|
||||
public double OptSpindlePowerUtilizationFactor { 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>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_MachiningProcs_RuntimeController_OptSpindleTorqueSafetyFactor_" data-uid="Hi.MachiningProcs.RuntimeController.OptSpindleTorqueSafetyFactor*"></a>
|
||||
|
||||
<h3 id="Hi_MachiningProcs_RuntimeController_OptSpindleTorqueSafetyFactor" data-uid="Hi.MachiningProcs.RuntimeController.OptSpindleTorqueSafetyFactor">
|
||||
@@ -1966,6 +2066,174 @@ public double OptSpindleTorqueSafetyFactor { get; set; }</code></pre>
|
||||
|
||||
|
||||
|
||||
<a id="Hi_MachiningProcs_RuntimeController_OptSpindleTorqueUtilizationFactor_" data-uid="Hi.MachiningProcs.RuntimeController.OptSpindleTorqueUtilizationFactor*"></a>
|
||||
|
||||
<h3 id="Hi_MachiningProcs_RuntimeController_OptSpindleTorqueUtilizationFactor" data-uid="Hi.MachiningProcs.RuntimeController.OptSpindleTorqueUtilizationFactor">
|
||||
OptSpindleTorqueUtilizationFactor
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Utilization factor for spindle torque during optimization.
|
||||
It is the reciprocal of the spindle torque safety factor.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">[JsAce]
|
||||
public double OptSpindleTorqueUtilizationFactor { 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>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_MachiningProcs_RuntimeController_OptThermalYieldSafetyFactor_" data-uid="Hi.MachiningProcs.RuntimeController.OptThermalYieldSafetyFactor*"></a>
|
||||
|
||||
<h3 id="Hi_MachiningProcs_RuntimeController_OptThermalYieldSafetyFactor" data-uid="Hi.MachiningProcs.RuntimeController.OptThermalYieldSafetyFactor">
|
||||
OptThermalYieldSafetyFactor
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Safety factor for thermal yield during optimization.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">[JsAce]
|
||||
public double OptThermalYieldSafetyFactor { 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>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_MachiningProcs_RuntimeController_OptThermalYieldUtilizationFactor_" data-uid="Hi.MachiningProcs.RuntimeController.OptThermalYieldUtilizationFactor*"></a>
|
||||
|
||||
<h3 id="Hi_MachiningProcs_RuntimeController_OptThermalYieldUtilizationFactor" data-uid="Hi.MachiningProcs.RuntimeController.OptThermalYieldUtilizationFactor">
|
||||
OptThermalYieldUtilizationFactor
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Utilization factor for thermal yield during optimization.
|
||||
It is the reciprocal of the thermal yield safety factor.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">[JsAce]
|
||||
public double OptThermalYieldUtilizationFactor { 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>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_MachiningProcs_RuntimeController_OptYieldingSafetyFactor_" data-uid="Hi.MachiningProcs.RuntimeController.OptYieldingSafetyFactor*"></a>
|
||||
|
||||
<h3 id="Hi_MachiningProcs_RuntimeController_OptYieldingSafetyFactor" data-uid="Hi.MachiningProcs.RuntimeController.OptYieldingSafetyFactor">
|
||||
OptYieldingSafetyFactor
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Safety factor for yielding during optimization.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">[JsAce]
|
||||
public double OptYieldingSafetyFactor { 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>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_MachiningProcs_RuntimeController_OptYieldingUtilizationFactor_" data-uid="Hi.MachiningProcs.RuntimeController.OptYieldingUtilizationFactor*"></a>
|
||||
|
||||
<h3 id="Hi_MachiningProcs_RuntimeController_OptYieldingUtilizationFactor" data-uid="Hi.MachiningProcs.RuntimeController.OptYieldingUtilizationFactor">
|
||||
OptYieldingUtilizationFactor
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Utilization factor for yielding during optimization.
|
||||
It is the reciprocal of the yielding safety factor.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">[JsAce]
|
||||
public double OptYieldingUtilizationFactor { 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>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_MachiningProcs_RuntimeController_ParaTemplateDimension_" data-uid="Hi.MachiningProcs.RuntimeController.ParaTemplateDimension*"></a>
|
||||
|
||||
<h3 id="Hi_MachiningProcs_RuntimeController_ParaTemplateDimension" data-uid="Hi.MachiningProcs.RuntimeController.ParaTemplateDimension">
|
||||
|
||||
@@ -248,6 +248,38 @@ Interface IMachiningStepHost
|
||||
|
||||
|
||||
|
||||
<a id="Hi_MachiningSteps_IMachiningStepHost_MachiningSession_" data-uid="Hi.MachiningSteps.IMachiningStepHost.MachiningSession*"></a>
|
||||
|
||||
<h3 id="Hi_MachiningSteps_IMachiningStepHost_MachiningSession" data-uid="Hi.MachiningSteps.IMachiningStepHost.MachiningSession">
|
||||
MachiningSession
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Gets the current machining session.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">MachiningSession MachiningSession { get; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h4 class="section">Property Value</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="Hi.MachiningProcs.MachiningSession.html">MachiningSession</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_MachiningSteps_IMachiningStepHost_MachiningToolHouse_" data-uid="Hi.MachiningSteps.IMachiningStepHost.MachiningToolHouse*"></a>
|
||||
|
||||
<h3 id="Hi_MachiningSteps_IMachiningStepHost_MachiningToolHouse" data-uid="Hi.MachiningSteps.IMachiningStepHost.MachiningToolHouse">
|
||||
|
||||
@@ -2074,6 +2074,39 @@ public double? InstantCraterWear_um { get; }</code></pre>
|
||||
|
||||
|
||||
|
||||
<a id="Hi_MachiningSteps_MachiningStep_IsReliefFaceCollided_" data-uid="Hi.MachiningSteps.MachiningStep.IsReliefFaceCollided*"></a>
|
||||
|
||||
<h3 id="Hi_MachiningSteps_MachiningStep_IsReliefFaceCollided" data-uid="Hi.MachiningSteps.MachiningStep.IsReliefFaceCollided">
|
||||
IsReliefFaceCollided
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">[Present("Is Relief Face Collided", "Is-Rlf.C.", PhysicsUnit.None, "G")]
|
||||
[JsAce(ClassExt = "MachiningStep")]
|
||||
public bool? IsReliefFaceCollided { 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.boolean">bool</a>?</dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_MachiningSteps_MachiningStep_IsTouched_" data-uid="Hi.MachiningSteps.MachiningStep.IsTouched*"></a>
|
||||
|
||||
<h3 id="Hi_MachiningSteps_MachiningStep_IsTouched" data-uid="Hi.MachiningSteps.MachiningStep.IsTouched">
|
||||
@@ -2890,6 +2923,39 @@ public double ReCutDepth_um { get; }</code></pre>
|
||||
|
||||
|
||||
|
||||
<a id="Hi_MachiningSteps_MachiningStep_ReliefFaceCollidingAngle_deg_" data-uid="Hi.MachiningSteps.MachiningStep.ReliefFaceCollidingAngle_deg*"></a>
|
||||
|
||||
<h3 id="Hi_MachiningSteps_MachiningStep_ReliefFaceCollidingAngle_deg" data-uid="Hi.MachiningSteps.MachiningStep.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">[Present("Relief Face Colliding Angle", "Rlf.C.A.", PhysicsUnit.deg, "G4")]
|
||||
[JsAce(ClassExt = "MachiningStep")]
|
||||
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_MachiningSteps_MachiningStep_SideCuspList_um_" data-uid="Hi.MachiningSteps.MachiningStep.SideCuspList_um*"></a>
|
||||
|
||||
<h3 id="Hi_MachiningSteps_MachiningStep_SideCuspList_um" data-uid="Hi.MachiningSteps.MachiningStep.SideCuspList_um">
|
||||
@@ -3912,6 +3978,40 @@ public SpindleDirection GetSpindleDirection()</code></pre>
|
||||
|
||||
|
||||
|
||||
<a id="Hi_MachiningSteps_MachiningStep_UpdateNcOptOption_" data-uid="Hi.MachiningSteps.MachiningStep.UpdateNcOptOption*"></a>
|
||||
|
||||
<h3 id="Hi_MachiningSteps_MachiningStep_UpdateNcOptOption_System_Action_Hi_NcOpt_NcOptOption__" data-uid="Hi.MachiningSteps.MachiningStep.UpdateNcOptOption(System.Action{Hi.NcOpt.NcOptOption})">
|
||||
UpdateNcOptOption(Action<NcOptOption>)
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Update <a class="xref" href="Hi.NcOpt.NcOptOption.html">NcOptOption</a> for this step only.
|
||||
Unlike the modification within the script (script command in NC code or RuntimeApi), the setting is not applied to the further step.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public void UpdateNcOptOption(Action<NcOptOption> action)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>action</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.action-1">Action</a><<a class="xref" href="Hi.NcOpt.NcOptOption.html">NcOptOption</a>></dt>
|
||||
<dd><p>the action to modify the step.</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
|
||||
@@ -1205,20 +1205,18 @@ This property is for computing heat transfer.</p>
|
||||
|
||||
|
||||
|
||||
<a id="Hi_MillingForces_MillingPhysicsBrief_ReliefFaceCollidingVelocity_mmds_" data-uid="Hi.MillingForces.MillingPhysicsBrief.ReliefFaceCollidingVelocity_mmds*"></a>
|
||||
<a id="Hi_MillingForces_MillingPhysicsBrief_ReliefFaceCollidingAngle_deg_" data-uid="Hi.MillingForces.MillingPhysicsBrief.ReliefFaceCollidingAngle_deg*"></a>
|
||||
|
||||
<h3 id="Hi_MillingForces_MillingPhysicsBrief_ReliefFaceCollidingVelocity_mmds" data-uid="Hi.MillingForces.MillingPhysicsBrief.ReliefFaceCollidingVelocity_mmds">
|
||||
ReliefFaceCollidingVelocity_mmds
|
||||
<h3 id="Hi_MillingForces_MillingPhysicsBrief_ReliefFaceCollidingAngle_deg" data-uid="Hi.MillingForces.MillingPhysicsBrief.ReliefFaceCollidingAngle_deg">
|
||||
ReliefFaceCollidingAngle_deg
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Internal Use Only.
|
||||
The velocity is recorded here for optimzation.</p>
|
||||
</div>
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public double ReliefFaceCollidingVelocity_mmds { get; }</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public double? ReliefFaceCollidingAngle_deg { get; }</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -1227,7 +1225,39 @@ The velocity is recorded here for optimzation.</p>
|
||||
|
||||
<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>
|
||||
<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>
|
||||
|
||||
<div class="markdown level1 summary"><p>The negative value means there is no relief face collision.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public double? ReliefFaceCollidingAngle_rad { 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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -398,7 +398,10 @@ Provides implementation for feed-per-tooth 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>
|
||||
|
||||
@@ -431,7 +434,10 @@ Provides implementation for feed-per-tooth 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>
|
||||
|
||||
|
||||
@@ -165,7 +165,10 @@ Implements <a class="xref" href="Hi.Common.XmlUtils.IMakeXmlSource.html">IMakeXm
|
||||
|
||||
</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>
|
||||
|
||||
@@ -198,7 +201,10 @@ Implements <a class="xref" href="Hi.Common.XmlUtils.IMakeXmlSource.html">IMakeXm
|
||||
|
||||
</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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -667,6 +667,41 @@ Note: 600mm/min=10mm/s.</p>
|
||||
|
||||
|
||||
|
||||
<a id="Hi_NcOpt_NcOptOption_MaxFeedPerTooth_mm_" data-uid="Hi.NcOpt.NcOptOption.MaxFeedPerTooth_mm*"></a>
|
||||
|
||||
<h3 id="Hi_NcOpt_NcOptOption_MaxFeedPerTooth_mm" data-uid="Hi.NcOpt.NcOptOption.MaxFeedPerTooth_mm">
|
||||
MaxFeedPerTooth_mm
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Gets or sets the maximum feed per tooth in millimeters.
|
||||
By the principle of conservation,
|
||||
if the value is different from the <a class="xref" href="Hi.NcOpt.IFeedPerToothOptLimit.html">IFeedPerToothOptLimit</a>.<a class="xref" href="Hi.NcOpt.IFeedPerToothOptLimit.html#Hi_NcOpt_IFeedPerToothOptLimit_GetMaxFeedPerTooth_mm">GetMaxFeedPerTooth_mm()</a>,
|
||||
The smaller value will be applied in the optimization process.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public double MaxFeedPerTooth_mm { 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>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_NcOpt_NcOptOption_MaxFeedrate_mmdmin_" data-uid="Hi.NcOpt.NcOptOption.MaxFeedrate_mmdmin*"></a>
|
||||
|
||||
<h3 id="Hi_NcOpt_NcOptOption_MaxFeedrate_mmdmin" data-uid="Hi.NcOpt.NcOptOption.MaxFeedrate_mmdmin">
|
||||
@@ -763,6 +798,41 @@ Note: 600mm/min=10mm/s.</p>
|
||||
|
||||
|
||||
|
||||
<a id="Hi_NcOpt_NcOptOption_MinFeedPerTooth_mm_" data-uid="Hi.NcOpt.NcOptOption.MinFeedPerTooth_mm*"></a>
|
||||
|
||||
<h3 id="Hi_NcOpt_NcOptOption_MinFeedPerTooth_mm" data-uid="Hi.NcOpt.NcOptOption.MinFeedPerTooth_mm">
|
||||
MinFeedPerTooth_mm
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Gets or sets the minimum feed per tooth in millimeters.
|
||||
By the principle of conservation,
|
||||
if the value is different from the <a class="xref" href="Hi.NcOpt.IFeedPerToothOptLimit.html">IFeedPerToothOptLimit</a>.<a class="xref" href="Hi.NcOpt.IFeedPerToothOptLimit.html#Hi_NcOpt_IFeedPerToothOptLimit_GetMinFeedPerTooth_mm">GetMinFeedPerTooth_mm()</a>,
|
||||
The larger value will be applied in the optimization process.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public double MinFeedPerTooth_mm { 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>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_NcOpt_NcOptOption_MinFeedrate_mmdmin_" data-uid="Hi.NcOpt.NcOptOption.MinFeedrate_mmdmin*"></a>
|
||||
|
||||
<h3 id="Hi_NcOpt_NcOptOption_MinFeedrate_mmdmin" data-uid="Hi.NcOpt.NcOptOption.MinFeedrate_mmdmin">
|
||||
@@ -802,8 +872,7 @@ Note: 600mm/min=10mm/s.</p>
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Gets or sets the minimum feedrate in millimeters per second.</p>
|
||||
</div>
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
@@ -955,6 +1024,39 @@ Note: 600mm/min=10mm/s.</p>
|
||||
|
||||
|
||||
|
||||
<a id="Hi_NcOpt_NcOptOption_SpindlePowerUtilizationFactor_" data-uid="Hi.NcOpt.NcOptOption.SpindlePowerUtilizationFactor*"></a>
|
||||
|
||||
<h3 id="Hi_NcOpt_NcOptOption_SpindlePowerUtilizationFactor" data-uid="Hi.NcOpt.NcOptOption.SpindlePowerUtilizationFactor">
|
||||
SpindlePowerUtilizationFactor
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Gets or sets the utilization factor for spindle power.
|
||||
It is the reciprocal of <a class="xref" href="Hi.NcOpt.NcOptOption.html#Hi_NcOpt_NcOptOption_SpindlePowerSafetyFactor">SpindlePowerSafetyFactor</a>.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public double SpindlePowerUtilizationFactor { 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>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_NcOpt_NcOptOption_SpindleTorqueSafetyFactor_" data-uid="Hi.NcOpt.NcOptOption.SpindleTorqueSafetyFactor*"></a>
|
||||
|
||||
<h3 id="Hi_NcOpt_NcOptOption_SpindleTorqueSafetyFactor" data-uid="Hi.NcOpt.NcOptOption.SpindleTorqueSafetyFactor">
|
||||
@@ -987,6 +1089,39 @@ Note: 600mm/min=10mm/s.</p>
|
||||
|
||||
|
||||
|
||||
<a id="Hi_NcOpt_NcOptOption_SpindleTorqueUtilizationFactor_" data-uid="Hi.NcOpt.NcOptOption.SpindleTorqueUtilizationFactor*"></a>
|
||||
|
||||
<h3 id="Hi_NcOpt_NcOptOption_SpindleTorqueUtilizationFactor" data-uid="Hi.NcOpt.NcOptOption.SpindleTorqueUtilizationFactor">
|
||||
SpindleTorqueUtilizationFactor
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Gets or sets the utilization factor for spindle torque.
|
||||
It is the reciprocal of <a class="xref" href="Hi.NcOpt.NcOptOption.html#Hi_NcOpt_NcOptOption_SpindleTorqueSafetyFactor">SpindleTorqueSafetyFactor</a>.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public double SpindleTorqueUtilizationFactor { 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>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_NcOpt_NcOptOption_ThermalYieldSafetyFactor_" data-uid="Hi.NcOpt.NcOptOption.ThermalYieldSafetyFactor*"></a>
|
||||
|
||||
<h3 id="Hi_NcOpt_NcOptOption_ThermalYieldSafetyFactor" data-uid="Hi.NcOpt.NcOptOption.ThermalYieldSafetyFactor">
|
||||
@@ -1019,6 +1154,39 @@ Note: 600mm/min=10mm/s.</p>
|
||||
|
||||
|
||||
|
||||
<a id="Hi_NcOpt_NcOptOption_ThermalYieldUtilizationFactor_" data-uid="Hi.NcOpt.NcOptOption.ThermalYieldUtilizationFactor*"></a>
|
||||
|
||||
<h3 id="Hi_NcOpt_NcOptOption_ThermalYieldUtilizationFactor" data-uid="Hi.NcOpt.NcOptOption.ThermalYieldUtilizationFactor">
|
||||
ThermalYieldUtilizationFactor
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Gets or sets the safety bound for cutter thermal yield.
|
||||
It is the reciprocal of <a class="xref" href="Hi.NcOpt.NcOptOption.html#Hi_NcOpt_NcOptOption_ThermalYieldSafetyFactor">ThermalYieldSafetyFactor</a>.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public double ThermalYieldUtilizationFactor { 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>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_NcOpt_NcOptOption_XName_" data-uid="Hi.NcOpt.NcOptOption.XName*"></a>
|
||||
|
||||
<h3 id="Hi_NcOpt_NcOptOption_XName" data-uid="Hi.NcOpt.NcOptOption.XName">
|
||||
@@ -1051,6 +1219,74 @@ Note: 600mm/min=10mm/s.</p>
|
||||
|
||||
|
||||
|
||||
<a id="Hi_NcOpt_NcOptOption_YieldingSafetyFactor_" data-uid="Hi.NcOpt.NcOptOption.YieldingSafetyFactor*"></a>
|
||||
|
||||
<h3 id="Hi_NcOpt_NcOptOption_YieldingSafetyFactor" data-uid="Hi.NcOpt.NcOptOption.YieldingSafetyFactor">
|
||||
YieldingSafetyFactor
|
||||
|
||||
</h3>
|
||||
|
||||
<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>,
|
||||
The larger value will be applied in the optimization process.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public double YieldingSafetyFactor { 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>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_NcOpt_NcOptOption_YieldingUtilizationFactor_" data-uid="Hi.NcOpt.NcOptOption.YieldingUtilizationFactor*"></a>
|
||||
|
||||
<h3 id="Hi_NcOpt_NcOptOption_YieldingUtilizationFactor" data-uid="Hi.NcOpt.NcOptOption.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.NcOptOption.html#Hi_NcOpt_NcOptOption_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>
|
||||
|
||||
|
||||
@@ -667,7 +667,10 @@ Class ShapeBasedCutterOptLimit
|
||||
|
||||
</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>
|
||||
|
||||
@@ -700,7 +703,10 @@ Class ShapeBasedCutterOptLimit
|
||||
|
||||
</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>
|
||||
|
||||
|
||||
@@ -415,38 +415,6 @@ Class WorkpieceMaterial
|
||||
|
||||
|
||||
|
||||
<a id="Hi_Physics_WorkpieceMaterial_EffectiveDepthForElogation_mm_" data-uid="Hi.Physics.WorkpieceMaterial.EffectiveDepthForElogation_mm*"></a>
|
||||
|
||||
<h3 id="Hi_Physics_WorkpieceMaterial_EffectiveDepthForElogation_mm" data-uid="Hi.Physics.WorkpieceMaterial.EffectiveDepthForElogation_mm">
|
||||
EffectiveDepthForElogation_mm
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Gets or sets the effective depth for elongation in millimeters (mm).</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public double EffectiveDepthForElogation_mm { 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>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_Physics_WorkpieceMaterial_ElasticModulus_GPa_" data-uid="Hi.Physics.WorkpieceMaterial.ElasticModulus_GPa*"></a>
|
||||
|
||||
<h3 id="Hi_Physics_WorkpieceMaterial_ElasticModulus_GPa" data-uid="Hi.Physics.WorkpieceMaterial.ElasticModulus_GPa">
|
||||
|
||||
Reference in New Issue
Block a user