EgtMachKernel :
- piccola correzione svuotature ottimizzate.
This commit is contained in:
+1
-1
@@ -4540,7 +4540,7 @@ Pocketing::ComputeTrapezoidSpiralLeadInLeadOut( ICurveComposite* pCompo, const V
|
||||
double dDistMin ;
|
||||
Vector3d vtNormMin ;
|
||||
if ( CalcDistanceFromRawSurface( m_nPhase, ptP, vtNorm, dDistMin, vtNormMin)) {
|
||||
if ( abs( dDistMin) < abs( dDist)) {
|
||||
if ( abs( dDistMin) < abs( dDist) && abs( dDistMin) > EPS_SMALL) {
|
||||
dDistRef = dDistMin ;
|
||||
dCorr = dDist / dDistMin ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user