EgtGeomKernel 2.1k1 :
- a Polygon3d aggiunta ClearSides - piccola correzione in GetSurfTriMeshPlaneInBox.
This commit is contained in:
+1
-1
@@ -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) ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user