tune
This commit is contained in:
@@ -1045,7 +1045,8 @@ public double WorkpieceSurfaceTemperature_C { get; set; }</code></pre>
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 summary"><p>Builds cutting temperature and wear calculations for the current step.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
@@ -1055,31 +1056,44 @@ public double WorkpieceSurfaceTemperature_C { get; set; }</code></pre>
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>preSeqPhysicsBrief</code> <a class="xref" href="Hi.Physics.SeqPhysicsBrief.html">SeqPhysicsBrief</a></dt>
|
||||
<dd></dd>
|
||||
<dd><p>The previous sequence physics brief.</p>
|
||||
</dd>
|
||||
<dt><code>preMachineMotionStep</code> <a class="xref" href="Hi.MachiningSteps.MachineMotionStep.html">MachineMotionStep</a></dt>
|
||||
<dd></dd>
|
||||
<dd><p>The previous machine motion step.</p>
|
||||
</dd>
|
||||
<dt><code>curMachineMotionStep</code> <a class="xref" href="Hi.MachiningSteps.MachineMotionStep.html">MachineMotionStep</a></dt>
|
||||
<dd></dd>
|
||||
<dd><p>The current machine motion step.</p>
|
||||
</dd>
|
||||
<dt><code>backgroundTemperature_K</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></dt>
|
||||
<dd></dd>
|
||||
<dd><p>The background temperature in Kelvin.</p>
|
||||
</dd>
|
||||
<dt><code>spindleCapability</code> <a class="xref" href="Hi.Milling.SpindleCapability.html">SpindleCapability</a></dt>
|
||||
<dd></dd>
|
||||
<dd><p>The spindle capability information.</p>
|
||||
</dd>
|
||||
<dt><code>machiningTool</code> <a class="xref" href="Hi.Machining.IMachiningTool.html">IMachiningTool</a></dt>
|
||||
<dd></dd>
|
||||
<dd><p>The machining tool.</p>
|
||||
</dd>
|
||||
<dt><code>workpiece</code> <a class="xref" href="Hi.NcMech.Workpieces.Workpiece.html">Workpiece</a></dt>
|
||||
<dd></dd>
|
||||
<dd><p>The workpiece.</p>
|
||||
</dd>
|
||||
<dt><code>stepIndex</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
|
||||
<dd></dd>
|
||||
<dd><p>The step index.</p>
|
||||
</dd>
|
||||
<dt><code>substraction</code> <a class="xref" href="Hi.Cbtr.Substraction.html">Substraction</a></dt>
|
||||
<dd></dd>
|
||||
<dd><p>The substraction data.</p>
|
||||
</dd>
|
||||
<dt><code>layerMillingEngagement</code> <a class="xref" href="Hi.Milling.Engagements.LayerMillingEngagement.html">LayerMillingEngagement</a></dt>
|
||||
<dd></dd>
|
||||
<dd><p>The layer milling engagement.</p>
|
||||
</dd>
|
||||
<dt><code>millingPhysicsBrief</code> <a class="xref" href="Hi.MillingForces.MillingPhysicsBrief.html">MillingPhysicsBrief</a></dt>
|
||||
<dd></dd>
|
||||
<dd><p>The milling physics brief.</p>
|
||||
</dd>
|
||||
<dt><code>coolantHeatCondition</code> <a class="xref" href="Hi.Physics.CoolantHeatCondition.html">CoolantHeatCondition</a></dt>
|
||||
<dd></dd>
|
||||
<dd><p>The coolant heat condition.</p>
|
||||
</dd>
|
||||
<dt><code>enableWearEffect</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt>
|
||||
<dd></dd>
|
||||
<dd><p>Whether to enable wear effect calculations.</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user