fix SoftNcRunner GM code normalization.
This commit is contained in:
@@ -326,7 +326,18 @@ The value is for human viewing.</p>
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"><p>Gets or sets the rake face physics brief containing force and other physical calculations.</p>
|
||||
<div class="markdown level1 summary"><p>Gets the rake face physics brief containing force and other
|
||||
physical calculations. Tri-state contract:</p>
|
||||
<ul><li><code>null</code> — physics not computed
|
||||
(<code>EnablePhysics=false</code>, or no tool, or spindle not
|
||||
rotating).</li><li>non-null with computed forces — physics
|
||||
computed on an engaged step (<code>IsTouched=true</code>).
|
||||
</li><li>non-null with all-zero forces / ratios —
|
||||
physics computed on a no-engagement step
|
||||
(<code>EnablePhysics=true</code>, <code>IsTouched=false</code>);
|
||||
produced via <a class="xref" href="Hi.MillingForces.MillingPhysicsBrief.html#Hi_MillingForces_MillingPhysicsBrief_NoCut_System_Int32_">NoCut(int)</a>.
|
||||
Use <a class="xref" href="Hi.MillingSteps.MillingInstance.html#Hi_MillingSteps_MillingInstance_IsTouched">IsTouched</a> to distinguish this from a
|
||||
real cut whose forces happen to be near zero.</li></ul>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user