EgtGeomKernel 2.1k1 :

- a Polygon3d aggiunta ClearSides
- piccola correzione in GetSurfTriMeshPlaneInBox.
This commit is contained in:
Dario Sassi
2019-11-05 17:21:07 +00:00
parent 45c5c45672
commit f840bd4a6f
3 changed files with 10 additions and 2 deletions
+1 -1
View File
@@ -170,7 +170,7 @@ GetSurfTriMeshPlaneInBox( const Plane3d& plPlane, const BBox3d& b3Box)
// creo la trimesh con questo contorno
PtrOwner<ISurfTriMesh> pStm( CreateSurfTriMesh()) ;
if ( IsNull( pStm) || ! pStm->CreateByFlatContour( Polyg.GetPolyLine()))
return false ;
return nullptr ;
// restituisco la superficie
return Release( pStm) ;
}