EgtGeomKernel :

- corretto errore offset regione.
This commit is contained in:
SaraP
2024-02-20 15:50:29 +01:00
parent ddade325c4
commit fae6a7cd78
+1 -1
View File
@@ -209,7 +209,7 @@ SurfFlatRegion::Offset( double dDist, int nType)
// se offset nullo, non devo fare alcunchè
if ( abs( dDist) < 10 * EPS_SMALL)
return this->Clone() ;
return true ;
// calcolo la superficie di offset
PtrOwner<SurfFlatRegion> pSfr( CreateOffsetSurf( dDist, nType)) ;