EgtGeomKernel :
- in CalcPocketing aggiunte considerazioni per Lucidature su SmallRad.
This commit is contained in:
+1
-1
@@ -6541,7 +6541,7 @@ CalcSpiral( const ISurfFlatRegion* pSfrPock, const ISurfFlatRegion* pSfrOrig, co
|
||||
}
|
||||
// se non ho Chunks e devo usare un Offset più piccolo...
|
||||
else if ( ! bSmallRad) {
|
||||
if ( PockParams.dRad < EPS_SMALL)
|
||||
if ( PockParams.dRad < EPS_SMALL || PockParams.bPolishing)
|
||||
break ;
|
||||
dOffs = dOffsPrec + ( nIter == 0 ? PockParams.dRad + PockParams.dRadialOffset : PockParams.dRad) ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user