This commit is contained in:
2025-10-21 15:24:10 +08:00
parent 4303229724
commit 1507e95fff
43 changed files with 1199 additions and 157 deletions
@@ -153,38 +153,6 @@ Class MillingForceUtil
</h2>
<a id="Hi_MillingForces_MillingForceUtil_CycleDivisionNum_" data-uid="Hi.MillingForces.MillingForceUtil.CycleDivisionNum*"></a>
<h3 id="Hi_MillingForces_MillingForceUtil_CycleDivisionNum" data-uid="Hi.MillingForces.MillingForceUtil.CycleDivisionNum">
CycleDivisionNum
</h3>
<div class="markdown level1 summary"><p>Division number of a spindle cycle.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static int CycleDivisionNum { 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.int32">int</a></dt>
<dd></dd>
</dl>
<a id="Hi_MillingForces_MillingForceUtil_PressureEvaluationDepth_mm_" data-uid="Hi.MillingForces.MillingForceUtil.PressureEvaluationDepth_mm*"></a>
<h3 id="Hi_MillingForces_MillingForceUtil_PressureEvaluationDepth_mm" data-uid="Hi.MillingForces.MillingForceUtil.PressureEvaluationDepth_mm">
@@ -217,14 +185,46 @@ Class MillingForceUtil
<a id="Hi_MillingForces_MillingForceUtil_RotationDivisionNum_" data-uid="Hi.MillingForces.MillingForceUtil.RotationDivisionNum*"></a>
<h3 id="Hi_MillingForces_MillingForceUtil_RotationDivisionNum" data-uid="Hi.MillingForces.MillingForceUtil.RotationDivisionNum">
RotationDivisionNum
</h3>
<div class="markdown level1 summary"><p>Division number of a spindle cycle.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static int RotationDivisionNum { 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.int32">int</a></dt>
<dd></dd>
</dl>
<h2 class="section" id="methods">Methods
</h2>
<a id="Hi_MillingForces_MillingForceUtil_GetMillingFoce_" data-uid="Hi.MillingForces.MillingForceUtil.GetMillingFoce*"></a>
<h3 id="Hi_MillingForces_MillingForceUtil_GetMillingFoce_Hi_MillingForces_Fittings_ICuttingPara_Hi_Machining_IMachiningTool_Hi_MachiningSteps_MachineMotionStep_Hi_Milling_Engagements_LayerMillingEngagement_Hi_MillingForces_MillingPhysicsBrief__Hi_MillingForces_MillingForceLuggage__System_Double_" data-uid="Hi.MillingForces.MillingForceUtil.GetMillingFoce(Hi.MillingForces.Fittings.ICuttingPara,Hi.Machining.IMachiningTool,Hi.MachiningSteps.MachineMotionStep,Hi.Milling.Engagements.LayerMillingEngagement,Hi.MillingForces.MillingPhysicsBrief@,Hi.MillingForces.MillingForceLuggage@,System.Double)">
GetMillingFoce(ICuttingPara, IMachiningTool, MachineMotionStep, LayerMillingEngagement, out MillingPhysicsBrief, out MillingForceLuggage, double)
<h3 id="Hi_MillingForces_MillingForceUtil_GetMillingFoce_Hi_MillingForces_Fittings_ICuttingPara_Hi_Machining_IMachiningTool_Hi_MachiningSteps_MachineMotionStep_Hi_Milling_Engagements_LayerMillingEngagement_Hi_MillingForces_MillingPhysicsBrief__Hi_MillingForces_MillingForceLuggage__System_Double_System_Boolean_" data-uid="Hi.MillingForces.MillingForceUtil.GetMillingFoce(Hi.MillingForces.Fittings.ICuttingPara,Hi.Machining.IMachiningTool,Hi.MachiningSteps.MachineMotionStep,Hi.Milling.Engagements.LayerMillingEngagement,Hi.MillingForces.MillingPhysicsBrief@,Hi.MillingForces.MillingForceLuggage@,System.Double,System.Boolean)">
GetMillingFoce(ICuttingPara, IMachiningTool, MachineMotionStep, LayerMillingEngagement, out MillingPhysicsBrief, out MillingForceLuggage, double, bool)
</h3>
@@ -233,7 +233,7 @@ Class MillingForceUtil
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void GetMillingFoce(ICuttingPara millingPara, IMachiningTool millingTool, MachineMotionStep machineStep, LayerMillingEngagement engagement, out MillingPhysicsBrief brief, out MillingForceLuggage luggage, double trialClippingHeight_mm)</code></pre>
<pre><code class="lang-csharp hljs">public static void GetMillingFoce(ICuttingPara millingPara, IMachiningTool millingTool, MachineMotionStep machineStep, LayerMillingEngagement engagement, out MillingPhysicsBrief brief, out MillingForceLuggage luggage, double trialClippingHeight_mm, bool enableCalculatingReliefColliding = false)</code></pre>
</div>
<h4 class="section">Parameters</h4>
@@ -258,6 +258,9 @@ Class MillingForceUtil
</dd>
<dt><code>trialClippingHeight_mm</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></dt>
<dd><p>The available height for cutting height optimization search in millimeters. The value should be always equal or smaller than the cutting depth from the <code class="paramref">engagement</code></p>
</dd>
<dt><code>enableCalculatingReliefColliding</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt>
<dd><p>enable calculating effect of relief colliding</p>
</dd>
</dl>