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
@@ -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&lt;Vec3d&gt;, 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 = &quot;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(&quot;Is Relief Face Collided&quot;, &quot;Is-Rlf.C.&quot;, PhysicsUnit.None, &quot;G&quot;)]
[JsAce(ClassExt = &quot;MachiningStep&quot;)]
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(&quot;Relief Face Colliding Angle&quot;, &quot;Rlf.C.A.&quot;, PhysicsUnit.deg, &quot;G4&quot;)]
[JsAce(ClassExt = &quot;MachiningStep&quot;)]
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&lt;NcOptOption&gt;)
</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&lt;NcOptOption&gt; 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>&lt;<a class="xref" href="Hi.NcOpt.NcOptOption.html">NcOptOption</a>&gt;</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">
@@ -119,6 +119,14 @@ OptPreferedForce_N = &lt;實數&gt;;
</ul>
<p>重新插捕後NC碼會增加,可以更好地控制加減速。</p>
<ul>
<li><a class="xref" href="../../../../../api/Hi.MachiningProcs.RuntimeApi.html#Hi_MachiningProcs_RuntimeApi_OptFeedrateAssignmentRatio">OptFeedrateAssignmentRatio</a>:進給賦值倍率。</li>
</ul>
<p>當優化程序用重新插補並且進給率變化超過進給賦值倍率時,系統會依據<a class="xref" href="../../../../../api/Hi.MachiningProcs.RuntimeApi.html#Hi_MachiningProcs_RuntimeApi_OptMaxAcceleration_mmds2">OptMaxAcceleration_mmds2</a>插入附帶進給率指令的NC碼。</p>
<p>進給賦值倍率越小,插補點越密集。進給賦值倍率越大,則偏離優化標的的程度越大。</p>
<p>在改進給賦值倍率的同時也要對應加大安全係數。
進給賦值倍率若是0.01,就是1%,每變更1%進給率就會給個新的插補點。
如果改大,比方說10%,可能會變成該處理論值應該是F100,可是優化後卻是F110,所以要配合安全係數修改。</p>
<ul>
<li><a class="xref" href="../../../../../api/Hi.MachiningProcs.RuntimeApi.html#Hi_MachiningProcs_RuntimeApi_OptRapidFeed_mmdmin">OptRapidFeed_mmdmin</a>:優化程序中的無切削區域進給率。單位mm/min。</li>
</ul>
<p>沒有切到工件的NC路徑,為無切削區域。優化後該路徑將採用無切削區域進給率。</p>
File diff suppressed because one or more lines are too long
+430 -25
View File
@@ -14969,6 +14969,19 @@ references:
isSpec: "True"
fullName: Hi.CutterLocations.ClStrips.ClStrip.GetStripPos
nameWithType: ClStrip.GetStripPos
- uid: Hi.CutterLocations.ClStrips.ClStrip.IsKeepingDispAlive
name: IsKeepingDispAlive
href: api/Hi.CutterLocations.ClStrips.ClStrip.html#Hi_CutterLocations_ClStrips_ClStrip_IsKeepingDispAlive
commentId: P:Hi.CutterLocations.ClStrips.ClStrip.IsKeepingDispAlive
fullName: Hi.CutterLocations.ClStrips.ClStrip.IsKeepingDispAlive
nameWithType: ClStrip.IsKeepingDispAlive
- uid: Hi.CutterLocations.ClStrips.ClStrip.IsKeepingDispAlive*
name: IsKeepingDispAlive
href: api/Hi.CutterLocations.ClStrips.ClStrip.html#Hi_CutterLocations_ClStrips_ClStrip_IsKeepingDispAlive_
commentId: Overload:Hi.CutterLocations.ClStrips.ClStrip.IsKeepingDispAlive
isSpec: "True"
fullName: Hi.CutterLocations.ClStrips.ClStrip.IsKeepingDispAlive
nameWithType: ClStrip.IsKeepingDispAlive
- uid: Hi.CutterLocations.ClStrips.ClStrip.IsShowDot
name: IsShowDot
href: api/Hi.CutterLocations.ClStrips.ClStrip.html#Hi_CutterLocations_ClStrips_ClStrip_IsShowDot
@@ -15067,6 +15080,22 @@ references:
isSpec: "True"
fullName: Hi.CutterLocations.ClStrips.ClStrip.SetDispEnd
nameWithType: ClStrip.SetDispEnd
- uid: Hi.CutterLocations.ClStrips.ClStrip.SetDispRange(System.Int32,System.Int32,System.Object,System.Int32)
name: SetDispRange(int, int, object, int)
href: api/Hi.CutterLocations.ClStrips.ClStrip.html#Hi_CutterLocations_ClStrips_ClStrip_SetDispRange_System_Int32_System_Int32_System_Object_System_Int32_
commentId: M:Hi.CutterLocations.ClStrips.ClStrip.SetDispRange(System.Int32,System.Int32,System.Object,System.Int32)
name.vb: SetDispRange(Integer, Integer, Object, Integer)
fullName: Hi.CutterLocations.ClStrips.ClStrip.SetDispRange(int, int, object, int)
fullName.vb: Hi.CutterLocations.ClStrips.ClStrip.SetDispRange(Integer, Integer, Object, Integer)
nameWithType: ClStrip.SetDispRange(int, int, object, int)
nameWithType.vb: ClStrip.SetDispRange(Integer, Integer, Object, Integer)
- uid: Hi.CutterLocations.ClStrips.ClStrip.SetDispRange*
name: SetDispRange
href: api/Hi.CutterLocations.ClStrips.ClStrip.html#Hi_CutterLocations_ClStrips_ClStrip_SetDispRange_
commentId: Overload:Hi.CutterLocations.ClStrips.ClStrip.SetDispRange
isSpec: "True"
fullName: Hi.CutterLocations.ClStrips.ClStrip.SetDispRange
nameWithType: ClStrip.SetDispRange
- uid: Hi.CutterLocations.ClStrips.ClStrip.SetEnteredPos(Hi.CutterLocations.ClStrips.ClStripPos,System.Object)
name: SetEnteredPos(ClStripPos, object)
href: api/Hi.CutterLocations.ClStrips.ClStrip.html#Hi_CutterLocations_ClStrips_ClStrip_SetEnteredPos_Hi_CutterLocations_ClStrips_ClStripPos_System_Object_
@@ -70458,6 +70487,15 @@ references:
fullName.vb: Hi.Geom.Vec3d.New(Hi.Geom.Polar3d)
nameWithType: Vec3d.Vec3d(Polar3d)
nameWithType.vb: Vec3d.New(Polar3d)
- uid: Hi.Geom.Vec3d.#ctor(Hi.Geom.Vec2d,System.Double)
name: Vec3d(Vec2d, double)
href: api/Hi.Geom.Vec3d.html#Hi_Geom_Vec3d__ctor_Hi_Geom_Vec2d_System_Double_
commentId: M:Hi.Geom.Vec3d.#ctor(Hi.Geom.Vec2d,System.Double)
name.vb: New(Vec2d, Double)
fullName: Hi.Geom.Vec3d.Vec3d(Hi.Geom.Vec2d, double)
fullName.vb: Hi.Geom.Vec3d.New(Hi.Geom.Vec2d, Double)
nameWithType: Vec3d.Vec3d(Vec2d, double)
nameWithType.vb: Vec3d.New(Vec2d, Double)
- uid: Hi.Geom.Vec3d.#ctor(Hi.Geom.Vec3d)
name: Vec3d(Vec3d)
href: api/Hi.Geom.Vec3d.html#Hi_Geom_Vec3d__ctor_Hi_Geom_Vec3d_
@@ -78703,6 +78741,19 @@ references:
isSpec: "True"
fullName: Hi.MachiningProcs.MachiningSession.EndPreserve
nameWithType: MachiningSession.EndPreserve
- uid: Hi.MachiningProcs.MachiningSession.IsNcOptOptionListUpdatedByStep
name: IsNcOptOptionListUpdatedByStep
href: api/Hi.MachiningProcs.MachiningSession.html#Hi_MachiningProcs_MachiningSession_IsNcOptOptionListUpdatedByStep
commentId: P:Hi.MachiningProcs.MachiningSession.IsNcOptOptionListUpdatedByStep
fullName: Hi.MachiningProcs.MachiningSession.IsNcOptOptionListUpdatedByStep
nameWithType: MachiningSession.IsNcOptOptionListUpdatedByStep
- uid: Hi.MachiningProcs.MachiningSession.IsNcOptOptionListUpdatedByStep*
name: IsNcOptOptionListUpdatedByStep
href: api/Hi.MachiningProcs.MachiningSession.html#Hi_MachiningProcs_MachiningSession_IsNcOptOptionListUpdatedByStep_
commentId: Overload:Hi.MachiningProcs.MachiningSession.IsNcOptOptionListUpdatedByStep
isSpec: "True"
fullName: Hi.MachiningProcs.MachiningSession.IsNcOptOptionListUpdatedByStep
nameWithType: MachiningSession.IsNcOptOptionListUpdatedByStep
- uid: Hi.MachiningProcs.MachiningSession.NcOptOption
name: NcOptOption
href: api/Hi.MachiningProcs.MachiningSession.html#Hi_MachiningProcs_MachiningSession_NcOptOption
@@ -79953,6 +80004,19 @@ references:
isSpec: "True"
fullName: Hi.MachiningProcs.RuntimeApi.OptMaxAcceleration_mmds2
nameWithType: RuntimeApi.OptMaxAcceleration_mmds2
- uid: Hi.MachiningProcs.RuntimeApi.OptMaxFeedPerTooth_mm
name: OptMaxFeedPerTooth_mm
href: api/Hi.MachiningProcs.RuntimeApi.html#Hi_MachiningProcs_RuntimeApi_OptMaxFeedPerTooth_mm
commentId: P:Hi.MachiningProcs.RuntimeApi.OptMaxFeedPerTooth_mm
fullName: Hi.MachiningProcs.RuntimeApi.OptMaxFeedPerTooth_mm
nameWithType: RuntimeApi.OptMaxFeedPerTooth_mm
- uid: Hi.MachiningProcs.RuntimeApi.OptMaxFeedPerTooth_mm*
name: OptMaxFeedPerTooth_mm
href: api/Hi.MachiningProcs.RuntimeApi.html#Hi_MachiningProcs_RuntimeApi_OptMaxFeedPerTooth_mm_
commentId: Overload:Hi.MachiningProcs.RuntimeApi.OptMaxFeedPerTooth_mm
isSpec: "True"
fullName: Hi.MachiningProcs.RuntimeApi.OptMaxFeedPerTooth_mm
nameWithType: RuntimeApi.OptMaxFeedPerTooth_mm
- uid: Hi.MachiningProcs.RuntimeApi.OptMaxFeedrate_mmdmin
name: OptMaxFeedrate_mmdmin
href: api/Hi.MachiningProcs.RuntimeApi.html#Hi_MachiningProcs_RuntimeApi_OptMaxFeedrate_mmdmin
@@ -79979,6 +80043,19 @@ references:
isSpec: "True"
fullName: Hi.MachiningProcs.RuntimeApi.OptMaxJerk_mmds3
nameWithType: RuntimeApi.OptMaxJerk_mmds3
- uid: Hi.MachiningProcs.RuntimeApi.OptMinFeedPerTooth_mm
name: OptMinFeedPerTooth_mm
href: api/Hi.MachiningProcs.RuntimeApi.html#Hi_MachiningProcs_RuntimeApi_OptMinFeedPerTooth_mm
commentId: P:Hi.MachiningProcs.RuntimeApi.OptMinFeedPerTooth_mm
fullName: Hi.MachiningProcs.RuntimeApi.OptMinFeedPerTooth_mm
nameWithType: RuntimeApi.OptMinFeedPerTooth_mm
- uid: Hi.MachiningProcs.RuntimeApi.OptMinFeedPerTooth_mm*
name: OptMinFeedPerTooth_mm
href: api/Hi.MachiningProcs.RuntimeApi.html#Hi_MachiningProcs_RuntimeApi_OptMinFeedPerTooth_mm_
commentId: Overload:Hi.MachiningProcs.RuntimeApi.OptMinFeedPerTooth_mm
isSpec: "True"
fullName: Hi.MachiningProcs.RuntimeApi.OptMinFeedPerTooth_mm
nameWithType: RuntimeApi.OptMinFeedPerTooth_mm
- uid: Hi.MachiningProcs.RuntimeApi.OptMinFeedrate_mmdmin
name: OptMinFeedrate_mmdmin
href: api/Hi.MachiningProcs.RuntimeApi.html#Hi_MachiningProcs_RuntimeApi_OptMinFeedrate_mmdmin
@@ -80031,6 +80108,19 @@ references:
isSpec: "True"
fullName: Hi.MachiningProcs.RuntimeApi.OptSpindlePowerSafetyFactor
nameWithType: RuntimeApi.OptSpindlePowerSafetyFactor
- uid: Hi.MachiningProcs.RuntimeApi.OptSpindlePowerUtilizationFactor
name: OptSpindlePowerUtilizationFactor
href: api/Hi.MachiningProcs.RuntimeApi.html#Hi_MachiningProcs_RuntimeApi_OptSpindlePowerUtilizationFactor
commentId: P:Hi.MachiningProcs.RuntimeApi.OptSpindlePowerUtilizationFactor
fullName: Hi.MachiningProcs.RuntimeApi.OptSpindlePowerUtilizationFactor
nameWithType: RuntimeApi.OptSpindlePowerUtilizationFactor
- uid: Hi.MachiningProcs.RuntimeApi.OptSpindlePowerUtilizationFactor*
name: OptSpindlePowerUtilizationFactor
href: api/Hi.MachiningProcs.RuntimeApi.html#Hi_MachiningProcs_RuntimeApi_OptSpindlePowerUtilizationFactor_
commentId: Overload:Hi.MachiningProcs.RuntimeApi.OptSpindlePowerUtilizationFactor
isSpec: "True"
fullName: Hi.MachiningProcs.RuntimeApi.OptSpindlePowerUtilizationFactor
nameWithType: RuntimeApi.OptSpindlePowerUtilizationFactor
- uid: Hi.MachiningProcs.RuntimeApi.OptSpindleTorqueSafetyFactor
name: OptSpindleTorqueSafetyFactor
href: api/Hi.MachiningProcs.RuntimeApi.html#Hi_MachiningProcs_RuntimeApi_OptSpindleTorqueSafetyFactor
@@ -80044,6 +80134,19 @@ references:
isSpec: "True"
fullName: Hi.MachiningProcs.RuntimeApi.OptSpindleTorqueSafetyFactor
nameWithType: RuntimeApi.OptSpindleTorqueSafetyFactor
- uid: Hi.MachiningProcs.RuntimeApi.OptSpindleTorqueUtilizationFactor
name: OptSpindleTorqueUtilizationFactor
href: api/Hi.MachiningProcs.RuntimeApi.html#Hi_MachiningProcs_RuntimeApi_OptSpindleTorqueUtilizationFactor
commentId: P:Hi.MachiningProcs.RuntimeApi.OptSpindleTorqueUtilizationFactor
fullName: Hi.MachiningProcs.RuntimeApi.OptSpindleTorqueUtilizationFactor
nameWithType: RuntimeApi.OptSpindleTorqueUtilizationFactor
- uid: Hi.MachiningProcs.RuntimeApi.OptSpindleTorqueUtilizationFactor*
name: OptSpindleTorqueUtilizationFactor
href: api/Hi.MachiningProcs.RuntimeApi.html#Hi_MachiningProcs_RuntimeApi_OptSpindleTorqueUtilizationFactor_
commentId: Overload:Hi.MachiningProcs.RuntimeApi.OptSpindleTorqueUtilizationFactor
isSpec: "True"
fullName: Hi.MachiningProcs.RuntimeApi.OptSpindleTorqueUtilizationFactor
nameWithType: RuntimeApi.OptSpindleTorqueUtilizationFactor
- uid: Hi.MachiningProcs.RuntimeApi.OptThermalYieldSafetyFactor
name: OptThermalYieldSafetyFactor
href: api/Hi.MachiningProcs.RuntimeApi.html#Hi_MachiningProcs_RuntimeApi_OptThermalYieldSafetyFactor
@@ -80057,6 +80160,45 @@ references:
isSpec: "True"
fullName: Hi.MachiningProcs.RuntimeApi.OptThermalYieldSafetyFactor
nameWithType: RuntimeApi.OptThermalYieldSafetyFactor
- uid: Hi.MachiningProcs.RuntimeApi.OptThermalYieldUtilizationFactor
name: OptThermalYieldUtilizationFactor
href: api/Hi.MachiningProcs.RuntimeApi.html#Hi_MachiningProcs_RuntimeApi_OptThermalYieldUtilizationFactor
commentId: P:Hi.MachiningProcs.RuntimeApi.OptThermalYieldUtilizationFactor
fullName: Hi.MachiningProcs.RuntimeApi.OptThermalYieldUtilizationFactor
nameWithType: RuntimeApi.OptThermalYieldUtilizationFactor
- uid: Hi.MachiningProcs.RuntimeApi.OptThermalYieldUtilizationFactor*
name: OptThermalYieldUtilizationFactor
href: api/Hi.MachiningProcs.RuntimeApi.html#Hi_MachiningProcs_RuntimeApi_OptThermalYieldUtilizationFactor_
commentId: Overload:Hi.MachiningProcs.RuntimeApi.OptThermalYieldUtilizationFactor
isSpec: "True"
fullName: Hi.MachiningProcs.RuntimeApi.OptThermalYieldUtilizationFactor
nameWithType: RuntimeApi.OptThermalYieldUtilizationFactor
- uid: Hi.MachiningProcs.RuntimeApi.OptYieldingSafetyFactor
name: OptYieldingSafetyFactor
href: api/Hi.MachiningProcs.RuntimeApi.html#Hi_MachiningProcs_RuntimeApi_OptYieldingSafetyFactor
commentId: P:Hi.MachiningProcs.RuntimeApi.OptYieldingSafetyFactor
fullName: Hi.MachiningProcs.RuntimeApi.OptYieldingSafetyFactor
nameWithType: RuntimeApi.OptYieldingSafetyFactor
- uid: Hi.MachiningProcs.RuntimeApi.OptYieldingSafetyFactor*
name: OptYieldingSafetyFactor
href: api/Hi.MachiningProcs.RuntimeApi.html#Hi_MachiningProcs_RuntimeApi_OptYieldingSafetyFactor_
commentId: Overload:Hi.MachiningProcs.RuntimeApi.OptYieldingSafetyFactor
isSpec: "True"
fullName: Hi.MachiningProcs.RuntimeApi.OptYieldingSafetyFactor
nameWithType: RuntimeApi.OptYieldingSafetyFactor
- uid: Hi.MachiningProcs.RuntimeApi.OptYieldingUtilizationFactor
name: OptYieldingUtilizationFactor
href: api/Hi.MachiningProcs.RuntimeApi.html#Hi_MachiningProcs_RuntimeApi_OptYieldingUtilizationFactor
commentId: P:Hi.MachiningProcs.RuntimeApi.OptYieldingUtilizationFactor
fullName: Hi.MachiningProcs.RuntimeApi.OptYieldingUtilizationFactor
nameWithType: RuntimeApi.OptYieldingUtilizationFactor
- uid: Hi.MachiningProcs.RuntimeApi.OptYieldingUtilizationFactor*
name: OptYieldingUtilizationFactor
href: api/Hi.MachiningProcs.RuntimeApi.html#Hi_MachiningProcs_RuntimeApi_OptYieldingUtilizationFactor_
commentId: Overload:Hi.MachiningProcs.RuntimeApi.OptYieldingUtilizationFactor
isSpec: "True"
fullName: Hi.MachiningProcs.RuntimeApi.OptYieldingUtilizationFactor
nameWithType: RuntimeApi.OptYieldingUtilizationFactor
- uid: Hi.MachiningProcs.RuntimeApi.OptimizeToFiles(System.String)
name: OptimizeToFiles(string)
href: api/Hi.MachiningProcs.RuntimeApi.html#Hi_MachiningProcs_RuntimeApi_OptimizeToFiles_System_String_
@@ -81329,6 +81471,19 @@ references:
isSpec: "True"
fullName: Hi.MachiningProcs.RuntimeController.OptMaxAcceleration_mmds2
nameWithType: RuntimeController.OptMaxAcceleration_mmds2
- uid: Hi.MachiningProcs.RuntimeController.OptMaxFeedPerTooth_mm
name: OptMaxFeedPerTooth_mm
href: api/Hi.MachiningProcs.RuntimeController.html#Hi_MachiningProcs_RuntimeController_OptMaxFeedPerTooth_mm
commentId: P:Hi.MachiningProcs.RuntimeController.OptMaxFeedPerTooth_mm
fullName: Hi.MachiningProcs.RuntimeController.OptMaxFeedPerTooth_mm
nameWithType: RuntimeController.OptMaxFeedPerTooth_mm
- uid: Hi.MachiningProcs.RuntimeController.OptMaxFeedPerTooth_mm*
name: OptMaxFeedPerTooth_mm
href: api/Hi.MachiningProcs.RuntimeController.html#Hi_MachiningProcs_RuntimeController_OptMaxFeedPerTooth_mm_
commentId: Overload:Hi.MachiningProcs.RuntimeController.OptMaxFeedPerTooth_mm
isSpec: "True"
fullName: Hi.MachiningProcs.RuntimeController.OptMaxFeedPerTooth_mm
nameWithType: RuntimeController.OptMaxFeedPerTooth_mm
- uid: Hi.MachiningProcs.RuntimeController.OptMaxFeedrate_mmdmin
name: OptMaxFeedrate_mmdmin
href: api/Hi.MachiningProcs.RuntimeController.html#Hi_MachiningProcs_RuntimeController_OptMaxFeedrate_mmdmin
@@ -81355,6 +81510,19 @@ references:
isSpec: "True"
fullName: Hi.MachiningProcs.RuntimeController.OptMaxJerk_mmds3
nameWithType: RuntimeController.OptMaxJerk_mmds3
- uid: Hi.MachiningProcs.RuntimeController.OptMinFeedPerTooth_mm
name: OptMinFeedPerTooth_mm
href: api/Hi.MachiningProcs.RuntimeController.html#Hi_MachiningProcs_RuntimeController_OptMinFeedPerTooth_mm
commentId: P:Hi.MachiningProcs.RuntimeController.OptMinFeedPerTooth_mm
fullName: Hi.MachiningProcs.RuntimeController.OptMinFeedPerTooth_mm
nameWithType: RuntimeController.OptMinFeedPerTooth_mm
- uid: Hi.MachiningProcs.RuntimeController.OptMinFeedPerTooth_mm*
name: OptMinFeedPerTooth_mm
href: api/Hi.MachiningProcs.RuntimeController.html#Hi_MachiningProcs_RuntimeController_OptMinFeedPerTooth_mm_
commentId: Overload:Hi.MachiningProcs.RuntimeController.OptMinFeedPerTooth_mm
isSpec: "True"
fullName: Hi.MachiningProcs.RuntimeController.OptMinFeedPerTooth_mm
nameWithType: RuntimeController.OptMinFeedPerTooth_mm
- uid: Hi.MachiningProcs.RuntimeController.OptMinFeedrate_mmdmin
name: OptMinFeedrate_mmdmin
href: api/Hi.MachiningProcs.RuntimeController.html#Hi_MachiningProcs_RuntimeController_OptMinFeedrate_mmdmin
@@ -81407,6 +81575,19 @@ references:
isSpec: "True"
fullName: Hi.MachiningProcs.RuntimeController.OptSpindlePowerSafetyFactor
nameWithType: RuntimeController.OptSpindlePowerSafetyFactor
- uid: Hi.MachiningProcs.RuntimeController.OptSpindlePowerUtilizationFactor
name: OptSpindlePowerUtilizationFactor
href: api/Hi.MachiningProcs.RuntimeController.html#Hi_MachiningProcs_RuntimeController_OptSpindlePowerUtilizationFactor
commentId: P:Hi.MachiningProcs.RuntimeController.OptSpindlePowerUtilizationFactor
fullName: Hi.MachiningProcs.RuntimeController.OptSpindlePowerUtilizationFactor
nameWithType: RuntimeController.OptSpindlePowerUtilizationFactor
- uid: Hi.MachiningProcs.RuntimeController.OptSpindlePowerUtilizationFactor*
name: OptSpindlePowerUtilizationFactor
href: api/Hi.MachiningProcs.RuntimeController.html#Hi_MachiningProcs_RuntimeController_OptSpindlePowerUtilizationFactor_
commentId: Overload:Hi.MachiningProcs.RuntimeController.OptSpindlePowerUtilizationFactor
isSpec: "True"
fullName: Hi.MachiningProcs.RuntimeController.OptSpindlePowerUtilizationFactor
nameWithType: RuntimeController.OptSpindlePowerUtilizationFactor
- uid: Hi.MachiningProcs.RuntimeController.OptSpindleTorqueSafetyFactor
name: OptSpindleTorqueSafetyFactor
href: api/Hi.MachiningProcs.RuntimeController.html#Hi_MachiningProcs_RuntimeController_OptSpindleTorqueSafetyFactor
@@ -81420,6 +81601,71 @@ references:
isSpec: "True"
fullName: Hi.MachiningProcs.RuntimeController.OptSpindleTorqueSafetyFactor
nameWithType: RuntimeController.OptSpindleTorqueSafetyFactor
- uid: Hi.MachiningProcs.RuntimeController.OptSpindleTorqueUtilizationFactor
name: OptSpindleTorqueUtilizationFactor
href: api/Hi.MachiningProcs.RuntimeController.html#Hi_MachiningProcs_RuntimeController_OptSpindleTorqueUtilizationFactor
commentId: P:Hi.MachiningProcs.RuntimeController.OptSpindleTorqueUtilizationFactor
fullName: Hi.MachiningProcs.RuntimeController.OptSpindleTorqueUtilizationFactor
nameWithType: RuntimeController.OptSpindleTorqueUtilizationFactor
- uid: Hi.MachiningProcs.RuntimeController.OptSpindleTorqueUtilizationFactor*
name: OptSpindleTorqueUtilizationFactor
href: api/Hi.MachiningProcs.RuntimeController.html#Hi_MachiningProcs_RuntimeController_OptSpindleTorqueUtilizationFactor_
commentId: Overload:Hi.MachiningProcs.RuntimeController.OptSpindleTorqueUtilizationFactor
isSpec: "True"
fullName: Hi.MachiningProcs.RuntimeController.OptSpindleTorqueUtilizationFactor
nameWithType: RuntimeController.OptSpindleTorqueUtilizationFactor
- uid: Hi.MachiningProcs.RuntimeController.OptThermalYieldSafetyFactor
name: OptThermalYieldSafetyFactor
href: api/Hi.MachiningProcs.RuntimeController.html#Hi_MachiningProcs_RuntimeController_OptThermalYieldSafetyFactor
commentId: P:Hi.MachiningProcs.RuntimeController.OptThermalYieldSafetyFactor
fullName: Hi.MachiningProcs.RuntimeController.OptThermalYieldSafetyFactor
nameWithType: RuntimeController.OptThermalYieldSafetyFactor
- uid: Hi.MachiningProcs.RuntimeController.OptThermalYieldSafetyFactor*
name: OptThermalYieldSafetyFactor
href: api/Hi.MachiningProcs.RuntimeController.html#Hi_MachiningProcs_RuntimeController_OptThermalYieldSafetyFactor_
commentId: Overload:Hi.MachiningProcs.RuntimeController.OptThermalYieldSafetyFactor
isSpec: "True"
fullName: Hi.MachiningProcs.RuntimeController.OptThermalYieldSafetyFactor
nameWithType: RuntimeController.OptThermalYieldSafetyFactor
- uid: Hi.MachiningProcs.RuntimeController.OptThermalYieldUtilizationFactor
name: OptThermalYieldUtilizationFactor
href: api/Hi.MachiningProcs.RuntimeController.html#Hi_MachiningProcs_RuntimeController_OptThermalYieldUtilizationFactor
commentId: P:Hi.MachiningProcs.RuntimeController.OptThermalYieldUtilizationFactor
fullName: Hi.MachiningProcs.RuntimeController.OptThermalYieldUtilizationFactor
nameWithType: RuntimeController.OptThermalYieldUtilizationFactor
- uid: Hi.MachiningProcs.RuntimeController.OptThermalYieldUtilizationFactor*
name: OptThermalYieldUtilizationFactor
href: api/Hi.MachiningProcs.RuntimeController.html#Hi_MachiningProcs_RuntimeController_OptThermalYieldUtilizationFactor_
commentId: Overload:Hi.MachiningProcs.RuntimeController.OptThermalYieldUtilizationFactor
isSpec: "True"
fullName: Hi.MachiningProcs.RuntimeController.OptThermalYieldUtilizationFactor
nameWithType: RuntimeController.OptThermalYieldUtilizationFactor
- uid: Hi.MachiningProcs.RuntimeController.OptYieldingSafetyFactor
name: OptYieldingSafetyFactor
href: api/Hi.MachiningProcs.RuntimeController.html#Hi_MachiningProcs_RuntimeController_OptYieldingSafetyFactor
commentId: P:Hi.MachiningProcs.RuntimeController.OptYieldingSafetyFactor
fullName: Hi.MachiningProcs.RuntimeController.OptYieldingSafetyFactor
nameWithType: RuntimeController.OptYieldingSafetyFactor
- uid: Hi.MachiningProcs.RuntimeController.OptYieldingSafetyFactor*
name: OptYieldingSafetyFactor
href: api/Hi.MachiningProcs.RuntimeController.html#Hi_MachiningProcs_RuntimeController_OptYieldingSafetyFactor_
commentId: Overload:Hi.MachiningProcs.RuntimeController.OptYieldingSafetyFactor
isSpec: "True"
fullName: Hi.MachiningProcs.RuntimeController.OptYieldingSafetyFactor
nameWithType: RuntimeController.OptYieldingSafetyFactor
- uid: Hi.MachiningProcs.RuntimeController.OptYieldingUtilizationFactor
name: OptYieldingUtilizationFactor
href: api/Hi.MachiningProcs.RuntimeController.html#Hi_MachiningProcs_RuntimeController_OptYieldingUtilizationFactor
commentId: P:Hi.MachiningProcs.RuntimeController.OptYieldingUtilizationFactor
fullName: Hi.MachiningProcs.RuntimeController.OptYieldingUtilizationFactor
nameWithType: RuntimeController.OptYieldingUtilizationFactor
- uid: Hi.MachiningProcs.RuntimeController.OptYieldingUtilizationFactor*
name: OptYieldingUtilizationFactor
href: api/Hi.MachiningProcs.RuntimeController.html#Hi_MachiningProcs_RuntimeController_OptYieldingUtilizationFactor_
commentId: Overload:Hi.MachiningProcs.RuntimeController.OptYieldingUtilizationFactor
isSpec: "True"
fullName: Hi.MachiningProcs.RuntimeController.OptYieldingUtilizationFactor
nameWithType: RuntimeController.OptYieldingUtilizationFactor
- uid: Hi.MachiningProcs.RuntimeController.OptimizeToFiles(System.String)
name: OptimizeToFiles(string)
href: api/Hi.MachiningProcs.RuntimeController.html#Hi_MachiningProcs_RuntimeController_OptimizeToFiles_System_String_
@@ -82756,6 +83002,19 @@ references:
isSpec: "True"
fullName: Hi.MachiningSteps.IMachiningStepHost.MachiningEquipment
nameWithType: IMachiningStepHost.MachiningEquipment
- uid: Hi.MachiningSteps.IMachiningStepHost.MachiningSession
name: MachiningSession
href: api/Hi.MachiningSteps.IMachiningStepHost.html#Hi_MachiningSteps_IMachiningStepHost_MachiningSession
commentId: P:Hi.MachiningSteps.IMachiningStepHost.MachiningSession
fullName: Hi.MachiningSteps.IMachiningStepHost.MachiningSession
nameWithType: IMachiningStepHost.MachiningSession
- uid: Hi.MachiningSteps.IMachiningStepHost.MachiningSession*
name: MachiningSession
href: api/Hi.MachiningSteps.IMachiningStepHost.html#Hi_MachiningSteps_IMachiningStepHost_MachiningSession_
commentId: Overload:Hi.MachiningSteps.IMachiningStepHost.MachiningSession
isSpec: "True"
fullName: Hi.MachiningSteps.IMachiningStepHost.MachiningSession
nameWithType: IMachiningStepHost.MachiningSession
- uid: Hi.MachiningSteps.IMachiningStepHost.MachiningToolHouse
name: MachiningToolHouse
href: api/Hi.MachiningSteps.IMachiningStepHost.html#Hi_MachiningSteps_IMachiningStepHost_MachiningToolHouse
@@ -84343,6 +84602,19 @@ references:
isSpec: "True"
fullName: Hi.MachiningSteps.MachiningStep.InstantCraterWear_um
nameWithType: MachiningStep.InstantCraterWear_um
- uid: Hi.MachiningSteps.MachiningStep.IsReliefFaceCollided
name: IsReliefFaceCollided
href: api/Hi.MachiningSteps.MachiningStep.html#Hi_MachiningSteps_MachiningStep_IsReliefFaceCollided
commentId: P:Hi.MachiningSteps.MachiningStep.IsReliefFaceCollided
fullName: Hi.MachiningSteps.MachiningStep.IsReliefFaceCollided
nameWithType: MachiningStep.IsReliefFaceCollided
- uid: Hi.MachiningSteps.MachiningStep.IsReliefFaceCollided*
name: IsReliefFaceCollided
href: api/Hi.MachiningSteps.MachiningStep.html#Hi_MachiningSteps_MachiningStep_IsReliefFaceCollided_
commentId: Overload:Hi.MachiningSteps.MachiningStep.IsReliefFaceCollided
isSpec: "True"
fullName: Hi.MachiningSteps.MachiningStep.IsReliefFaceCollided
nameWithType: MachiningStep.IsReliefFaceCollided
- uid: Hi.MachiningSteps.MachiningStep.IsTouched
name: IsTouched
href: api/Hi.MachiningSteps.MachiningStep.html#Hi_MachiningSteps_MachiningStep_IsTouched
@@ -84661,6 +84933,19 @@ references:
isSpec: "True"
fullName: Hi.MachiningSteps.MachiningStep.ReCutDepth_um
nameWithType: MachiningStep.ReCutDepth_um
- uid: Hi.MachiningSteps.MachiningStep.ReliefFaceCollidingAngle_deg
name: ReliefFaceCollidingAngle_deg
href: api/Hi.MachiningSteps.MachiningStep.html#Hi_MachiningSteps_MachiningStep_ReliefFaceCollidingAngle_deg
commentId: P:Hi.MachiningSteps.MachiningStep.ReliefFaceCollidingAngle_deg
fullName: Hi.MachiningSteps.MachiningStep.ReliefFaceCollidingAngle_deg
nameWithType: MachiningStep.ReliefFaceCollidingAngle_deg
- uid: Hi.MachiningSteps.MachiningStep.ReliefFaceCollidingAngle_deg*
name: ReliefFaceCollidingAngle_deg
href: api/Hi.MachiningSteps.MachiningStep.html#Hi_MachiningSteps_MachiningStep_ReliefFaceCollidingAngle_deg_
commentId: Overload:Hi.MachiningSteps.MachiningStep.ReliefFaceCollidingAngle_deg
isSpec: "True"
fullName: Hi.MachiningSteps.MachiningStep.ReliefFaceCollidingAngle_deg
nameWithType: MachiningStep.ReliefFaceCollidingAngle_deg
- uid: Hi.MachiningSteps.MachiningStep.SideCuspList_um
name: SideCuspList_um
href: api/Hi.MachiningSteps.MachiningStep.html#Hi_MachiningSteps_MachiningStep_SideCuspList_um
@@ -84869,6 +85154,22 @@ references:
isSpec: "True"
fullName: Hi.MachiningSteps.MachiningStep.ToothSeqOnToolRunningCoordinate
nameWithType: MachiningStep.ToothSeqOnToolRunningCoordinate
- uid: Hi.MachiningSteps.MachiningStep.UpdateNcOptOption(System.Action{Hi.NcOpt.NcOptOption})
name: UpdateNcOptOption(Action<NcOptOption>)
href: api/Hi.MachiningSteps.MachiningStep.html#Hi_MachiningSteps_MachiningStep_UpdateNcOptOption_System_Action_Hi_NcOpt_NcOptOption__
commentId: M:Hi.MachiningSteps.MachiningStep.UpdateNcOptOption(System.Action{Hi.NcOpt.NcOptOption})
name.vb: UpdateNcOptOption(Action(Of NcOptOption))
fullName: Hi.MachiningSteps.MachiningStep.UpdateNcOptOption(System.Action<Hi.NcOpt.NcOptOption>)
fullName.vb: Hi.MachiningSteps.MachiningStep.UpdateNcOptOption(System.Action(Of Hi.NcOpt.NcOptOption))
nameWithType: MachiningStep.UpdateNcOptOption(Action<NcOptOption>)
nameWithType.vb: MachiningStep.UpdateNcOptOption(Action(Of NcOptOption))
- uid: Hi.MachiningSteps.MachiningStep.UpdateNcOptOption*
name: UpdateNcOptOption
href: api/Hi.MachiningSteps.MachiningStep.html#Hi_MachiningSteps_MachiningStep_UpdateNcOptOption_
commentId: Overload:Hi.MachiningSteps.MachiningStep.UpdateNcOptOption
isSpec: "True"
fullName: Hi.MachiningSteps.MachiningStep.UpdateNcOptOption
nameWithType: MachiningStep.UpdateNcOptOption
- uid: Hi.MachiningSteps.MachiningStep.WorkpieceDermisTemperature_C
name: WorkpieceDermisTemperature_C
href: api/Hi.MachiningSteps.MachiningStep.html#Hi_MachiningSteps_MachiningStep_WorkpieceDermisTemperature_C
@@ -100689,19 +100990,32 @@ references:
isSpec: "True"
fullName: Hi.MillingForces.MillingPhysicsBrief.RakeFaceCycleAvgContactArea_mm2
nameWithType: MillingPhysicsBrief.RakeFaceCycleAvgContactArea_mm2
- uid: Hi.MillingForces.MillingPhysicsBrief.ReliefFaceCollidingVelocity_mmds
name: ReliefFaceCollidingVelocity_mmds
href: api/Hi.MillingForces.MillingPhysicsBrief.html#Hi_MillingForces_MillingPhysicsBrief_ReliefFaceCollidingVelocity_mmds
commentId: P:Hi.MillingForces.MillingPhysicsBrief.ReliefFaceCollidingVelocity_mmds
fullName: Hi.MillingForces.MillingPhysicsBrief.ReliefFaceCollidingVelocity_mmds
nameWithType: MillingPhysicsBrief.ReliefFaceCollidingVelocity_mmds
- uid: Hi.MillingForces.MillingPhysicsBrief.ReliefFaceCollidingVelocity_mmds*
name: ReliefFaceCollidingVelocity_mmds
href: api/Hi.MillingForces.MillingPhysicsBrief.html#Hi_MillingForces_MillingPhysicsBrief_ReliefFaceCollidingVelocity_mmds_
commentId: Overload:Hi.MillingForces.MillingPhysicsBrief.ReliefFaceCollidingVelocity_mmds
- uid: Hi.MillingForces.MillingPhysicsBrief.ReliefFaceCollidingAngle_deg
name: ReliefFaceCollidingAngle_deg
href: api/Hi.MillingForces.MillingPhysicsBrief.html#Hi_MillingForces_MillingPhysicsBrief_ReliefFaceCollidingAngle_deg
commentId: P:Hi.MillingForces.MillingPhysicsBrief.ReliefFaceCollidingAngle_deg
fullName: Hi.MillingForces.MillingPhysicsBrief.ReliefFaceCollidingAngle_deg
nameWithType: MillingPhysicsBrief.ReliefFaceCollidingAngle_deg
- uid: Hi.MillingForces.MillingPhysicsBrief.ReliefFaceCollidingAngle_deg*
name: ReliefFaceCollidingAngle_deg
href: api/Hi.MillingForces.MillingPhysicsBrief.html#Hi_MillingForces_MillingPhysicsBrief_ReliefFaceCollidingAngle_deg_
commentId: Overload:Hi.MillingForces.MillingPhysicsBrief.ReliefFaceCollidingAngle_deg
isSpec: "True"
fullName: Hi.MillingForces.MillingPhysicsBrief.ReliefFaceCollidingVelocity_mmds
nameWithType: MillingPhysicsBrief.ReliefFaceCollidingVelocity_mmds
fullName: Hi.MillingForces.MillingPhysicsBrief.ReliefFaceCollidingAngle_deg
nameWithType: MillingPhysicsBrief.ReliefFaceCollidingAngle_deg
- uid: Hi.MillingForces.MillingPhysicsBrief.ReliefFaceCollidingAngle_rad
name: ReliefFaceCollidingAngle_rad
href: api/Hi.MillingForces.MillingPhysicsBrief.html#Hi_MillingForces_MillingPhysicsBrief_ReliefFaceCollidingAngle_rad
commentId: P:Hi.MillingForces.MillingPhysicsBrief.ReliefFaceCollidingAngle_rad
fullName: Hi.MillingForces.MillingPhysicsBrief.ReliefFaceCollidingAngle_rad
nameWithType: MillingPhysicsBrief.ReliefFaceCollidingAngle_rad
- uid: Hi.MillingForces.MillingPhysicsBrief.ReliefFaceCollidingAngle_rad*
name: ReliefFaceCollidingAngle_rad
href: api/Hi.MillingForces.MillingPhysicsBrief.html#Hi_MillingForces_MillingPhysicsBrief_ReliefFaceCollidingAngle_rad_
commentId: Overload:Hi.MillingForces.MillingPhysicsBrief.ReliefFaceCollidingAngle_rad
isSpec: "True"
fullName: Hi.MillingForces.MillingPhysicsBrief.ReliefFaceCollidingAngle_rad
nameWithType: MillingPhysicsBrief.ReliefFaceCollidingAngle_rad
- uid: Hi.MillingForces.MillingPhysicsBrief.RotationAngleInterval_deg
name: RotationAngleInterval_deg
href: api/Hi.MillingForces.MillingPhysicsBrief.html#Hi_MillingForces_MillingPhysicsBrief_RotationAngleInterval_deg
@@ -112250,6 +112564,19 @@ references:
isSpec: "True"
fullName: Hi.NcOpt.MillingCutterOptLimit.YieldingSafetyFactor
nameWithType: MillingCutterOptLimit.YieldingSafetyFactor
- uid: Hi.NcOpt.MillingCutterOptLimit.YieldingUtilizationFactor
name: YieldingUtilizationFactor
href: api/Hi.NcOpt.MillingCutterOptLimit.html#Hi_NcOpt_MillingCutterOptLimit_YieldingUtilizationFactor
commentId: P:Hi.NcOpt.MillingCutterOptLimit.YieldingUtilizationFactor
fullName: Hi.NcOpt.MillingCutterOptLimit.YieldingUtilizationFactor
nameWithType: MillingCutterOptLimit.YieldingUtilizationFactor
- uid: Hi.NcOpt.MillingCutterOptLimit.YieldingUtilizationFactor*
name: YieldingUtilizationFactor
href: api/Hi.NcOpt.MillingCutterOptLimit.html#Hi_NcOpt_MillingCutterOptLimit_YieldingUtilizationFactor_
commentId: Overload:Hi.NcOpt.MillingCutterOptLimit.YieldingUtilizationFactor
isSpec: "True"
fullName: Hi.NcOpt.MillingCutterOptLimit.YieldingUtilizationFactor
nameWithType: MillingCutterOptLimit.YieldingUtilizationFactor
- uid: Hi.NcOpt.NcOptOption
name: NcOptOption
href: api/Hi.NcOpt.NcOptOption.html
@@ -112513,6 +112840,19 @@ references:
isSpec: "True"
fullName: Hi.NcOpt.NcOptOption.MaxAcceleration_mmds2
nameWithType: NcOptOption.MaxAcceleration_mmds2
- uid: Hi.NcOpt.NcOptOption.MaxFeedPerTooth_mm
name: MaxFeedPerTooth_mm
href: api/Hi.NcOpt.NcOptOption.html#Hi_NcOpt_NcOptOption_MaxFeedPerTooth_mm
commentId: P:Hi.NcOpt.NcOptOption.MaxFeedPerTooth_mm
fullName: Hi.NcOpt.NcOptOption.MaxFeedPerTooth_mm
nameWithType: NcOptOption.MaxFeedPerTooth_mm
- uid: Hi.NcOpt.NcOptOption.MaxFeedPerTooth_mm*
name: MaxFeedPerTooth_mm
href: api/Hi.NcOpt.NcOptOption.html#Hi_NcOpt_NcOptOption_MaxFeedPerTooth_mm_
commentId: Overload:Hi.NcOpt.NcOptOption.MaxFeedPerTooth_mm
isSpec: "True"
fullName: Hi.NcOpt.NcOptOption.MaxFeedPerTooth_mm
nameWithType: NcOptOption.MaxFeedPerTooth_mm
- uid: Hi.NcOpt.NcOptOption.MaxFeedrate_mmdmin
name: MaxFeedrate_mmdmin
href: api/Hi.NcOpt.NcOptOption.html#Hi_NcOpt_NcOptOption_MaxFeedrate_mmdmin
@@ -112552,6 +112892,19 @@ references:
isSpec: "True"
fullName: Hi.NcOpt.NcOptOption.MaxJerk_mmds3
nameWithType: NcOptOption.MaxJerk_mmds3
- uid: Hi.NcOpt.NcOptOption.MinFeedPerTooth_mm
name: MinFeedPerTooth_mm
href: api/Hi.NcOpt.NcOptOption.html#Hi_NcOpt_NcOptOption_MinFeedPerTooth_mm
commentId: P:Hi.NcOpt.NcOptOption.MinFeedPerTooth_mm
fullName: Hi.NcOpt.NcOptOption.MinFeedPerTooth_mm
nameWithType: NcOptOption.MinFeedPerTooth_mm
- uid: Hi.NcOpt.NcOptOption.MinFeedPerTooth_mm*
name: MinFeedPerTooth_mm
href: api/Hi.NcOpt.NcOptOption.html#Hi_NcOpt_NcOptOption_MinFeedPerTooth_mm_
commentId: Overload:Hi.NcOpt.NcOptOption.MinFeedPerTooth_mm
isSpec: "True"
fullName: Hi.NcOpt.NcOptOption.MinFeedPerTooth_mm
nameWithType: NcOptOption.MinFeedPerTooth_mm
- uid: Hi.NcOpt.NcOptOption.MinFeedrate_mmdmin
name: MinFeedrate_mmdmin
href: api/Hi.NcOpt.NcOptOption.html#Hi_NcOpt_NcOptOption_MinFeedrate_mmdmin
@@ -112630,6 +112983,19 @@ references:
isSpec: "True"
fullName: Hi.NcOpt.NcOptOption.SpindlePowerSafetyFactor
nameWithType: NcOptOption.SpindlePowerSafetyFactor
- uid: Hi.NcOpt.NcOptOption.SpindlePowerUtilizationFactor
name: SpindlePowerUtilizationFactor
href: api/Hi.NcOpt.NcOptOption.html#Hi_NcOpt_NcOptOption_SpindlePowerUtilizationFactor
commentId: P:Hi.NcOpt.NcOptOption.SpindlePowerUtilizationFactor
fullName: Hi.NcOpt.NcOptOption.SpindlePowerUtilizationFactor
nameWithType: NcOptOption.SpindlePowerUtilizationFactor
- uid: Hi.NcOpt.NcOptOption.SpindlePowerUtilizationFactor*
name: SpindlePowerUtilizationFactor
href: api/Hi.NcOpt.NcOptOption.html#Hi_NcOpt_NcOptOption_SpindlePowerUtilizationFactor_
commentId: Overload:Hi.NcOpt.NcOptOption.SpindlePowerUtilizationFactor
isSpec: "True"
fullName: Hi.NcOpt.NcOptOption.SpindlePowerUtilizationFactor
nameWithType: NcOptOption.SpindlePowerUtilizationFactor
- uid: Hi.NcOpt.NcOptOption.SpindleTorqueSafetyFactor
name: SpindleTorqueSafetyFactor
href: api/Hi.NcOpt.NcOptOption.html#Hi_NcOpt_NcOptOption_SpindleTorqueSafetyFactor
@@ -112643,6 +113009,19 @@ references:
isSpec: "True"
fullName: Hi.NcOpt.NcOptOption.SpindleTorqueSafetyFactor
nameWithType: NcOptOption.SpindleTorqueSafetyFactor
- uid: Hi.NcOpt.NcOptOption.SpindleTorqueUtilizationFactor
name: SpindleTorqueUtilizationFactor
href: api/Hi.NcOpt.NcOptOption.html#Hi_NcOpt_NcOptOption_SpindleTorqueUtilizationFactor
commentId: P:Hi.NcOpt.NcOptOption.SpindleTorqueUtilizationFactor
fullName: Hi.NcOpt.NcOptOption.SpindleTorqueUtilizationFactor
nameWithType: NcOptOption.SpindleTorqueUtilizationFactor
- uid: Hi.NcOpt.NcOptOption.SpindleTorqueUtilizationFactor*
name: SpindleTorqueUtilizationFactor
href: api/Hi.NcOpt.NcOptOption.html#Hi_NcOpt_NcOptOption_SpindleTorqueUtilizationFactor_
commentId: Overload:Hi.NcOpt.NcOptOption.SpindleTorqueUtilizationFactor
isSpec: "True"
fullName: Hi.NcOpt.NcOptOption.SpindleTorqueUtilizationFactor
nameWithType: NcOptOption.SpindleTorqueUtilizationFactor
- uid: Hi.NcOpt.NcOptOption.ThermalYieldSafetyFactor
name: ThermalYieldSafetyFactor
href: api/Hi.NcOpt.NcOptOption.html#Hi_NcOpt_NcOptOption_ThermalYieldSafetyFactor
@@ -112656,6 +113035,19 @@ references:
isSpec: "True"
fullName: Hi.NcOpt.NcOptOption.ThermalYieldSafetyFactor
nameWithType: NcOptOption.ThermalYieldSafetyFactor
- uid: Hi.NcOpt.NcOptOption.ThermalYieldUtilizationFactor
name: ThermalYieldUtilizationFactor
href: api/Hi.NcOpt.NcOptOption.html#Hi_NcOpt_NcOptOption_ThermalYieldUtilizationFactor
commentId: P:Hi.NcOpt.NcOptOption.ThermalYieldUtilizationFactor
fullName: Hi.NcOpt.NcOptOption.ThermalYieldUtilizationFactor
nameWithType: NcOptOption.ThermalYieldUtilizationFactor
- uid: Hi.NcOpt.NcOptOption.ThermalYieldUtilizationFactor*
name: ThermalYieldUtilizationFactor
href: api/Hi.NcOpt.NcOptOption.html#Hi_NcOpt_NcOptOption_ThermalYieldUtilizationFactor_
commentId: Overload:Hi.NcOpt.NcOptOption.ThermalYieldUtilizationFactor
isSpec: "True"
fullName: Hi.NcOpt.NcOptOption.ThermalYieldUtilizationFactor
nameWithType: NcOptOption.ThermalYieldUtilizationFactor
- uid: Hi.NcOpt.NcOptOption.ToXElement
name: ToXElement()
href: api/Hi.NcOpt.NcOptOption.html#Hi_NcOpt_NcOptOption_ToXElement
@@ -112682,6 +113074,32 @@ references:
isSpec: "True"
fullName: Hi.NcOpt.NcOptOption.XName
nameWithType: NcOptOption.XName
- uid: Hi.NcOpt.NcOptOption.YieldingSafetyFactor
name: YieldingSafetyFactor
href: api/Hi.NcOpt.NcOptOption.html#Hi_NcOpt_NcOptOption_YieldingSafetyFactor
commentId: P:Hi.NcOpt.NcOptOption.YieldingSafetyFactor
fullName: Hi.NcOpt.NcOptOption.YieldingSafetyFactor
nameWithType: NcOptOption.YieldingSafetyFactor
- uid: Hi.NcOpt.NcOptOption.YieldingSafetyFactor*
name: YieldingSafetyFactor
href: api/Hi.NcOpt.NcOptOption.html#Hi_NcOpt_NcOptOption_YieldingSafetyFactor_
commentId: Overload:Hi.NcOpt.NcOptOption.YieldingSafetyFactor
isSpec: "True"
fullName: Hi.NcOpt.NcOptOption.YieldingSafetyFactor
nameWithType: NcOptOption.YieldingSafetyFactor
- uid: Hi.NcOpt.NcOptOption.YieldingUtilizationFactor
name: YieldingUtilizationFactor
href: api/Hi.NcOpt.NcOptOption.html#Hi_NcOpt_NcOptOption_YieldingUtilizationFactor
commentId: P:Hi.NcOpt.NcOptOption.YieldingUtilizationFactor
fullName: Hi.NcOpt.NcOptOption.YieldingUtilizationFactor
nameWithType: NcOptOption.YieldingUtilizationFactor
- uid: Hi.NcOpt.NcOptOption.YieldingUtilizationFactor*
name: YieldingUtilizationFactor
href: api/Hi.NcOpt.NcOptOption.html#Hi_NcOpt_NcOptOption_YieldingUtilizationFactor_
commentId: Overload:Hi.NcOpt.NcOptOption.YieldingUtilizationFactor
isSpec: "True"
fullName: Hi.NcOpt.NcOptOption.YieldingUtilizationFactor
nameWithType: NcOptOption.YieldingUtilizationFactor
- uid: Hi.NcOpt.NcOptProc
name: NcOptProc
href: api/Hi.NcOpt.NcOptProc.html
@@ -131014,19 +131432,6 @@ references:
isSpec: "True"
fullName: Hi.Physics.WorkpieceMaterial.Duplicate
nameWithType: WorkpieceMaterial.Duplicate
- uid: Hi.Physics.WorkpieceMaterial.EffectiveDepthForElogation_mm
name: EffectiveDepthForElogation_mm
href: api/Hi.Physics.WorkpieceMaterial.html#Hi_Physics_WorkpieceMaterial_EffectiveDepthForElogation_mm
commentId: P:Hi.Physics.WorkpieceMaterial.EffectiveDepthForElogation_mm
fullName: Hi.Physics.WorkpieceMaterial.EffectiveDepthForElogation_mm
nameWithType: WorkpieceMaterial.EffectiveDepthForElogation_mm
- uid: Hi.Physics.WorkpieceMaterial.EffectiveDepthForElogation_mm*
name: EffectiveDepthForElogation_mm
href: api/Hi.Physics.WorkpieceMaterial.html#Hi_Physics_WorkpieceMaterial_EffectiveDepthForElogation_mm_
commentId: Overload:Hi.Physics.WorkpieceMaterial.EffectiveDepthForElogation_mm
isSpec: "True"
fullName: Hi.Physics.WorkpieceMaterial.EffectiveDepthForElogation_mm
nameWithType: WorkpieceMaterial.EffectiveDepthForElogation_mm
- uid: Hi.Physics.WorkpieceMaterial.ElasticModulus_GPa
name: ElasticModulus_GPa
href: api/Hi.Physics.WorkpieceMaterial.html#Hi_Physics_WorkpieceMaterial_ElasticModulus_GPa