EgtMachKernel 2.2g1 :
- corretto controllo percorso piano per interpolare curve composite con molti segmenti piccoli.
This commit is contained in:
+1
-1
@@ -819,7 +819,7 @@ Operation::ApproxWithArcsIfUseful( ICurveComposite* pCompo, bool bCareTempProp)
|
||||
Frame3d frRef ;
|
||||
frRef.Set( ORIG, vtExtr) ;
|
||||
BBox3d b3Crv ;
|
||||
if ( ! pCompo->GetBBox( frRef, b3Crv) || ! b3Crv.IsEpsilonZ( 100 * EPS_SMALL))
|
||||
if ( ! pCompo->GetBBox( frRef, b3Crv) || abs( b3Crv.GetMax().z - b3Crv.GetMin().z - dThick) > 100 * EPS_SMALL)
|
||||
return true ;
|
||||
// se posso ignorare la proprietà temporanea
|
||||
if ( ! bCareTempProp) {
|
||||
|
||||
Reference in New Issue
Block a user