EgtGeomKernel 1.5j5 :
- gestione flag BBF_EXACT per calcolo BBox.
This commit is contained in:
+2
-2
@@ -1612,7 +1612,7 @@ SurfTriMesh::DoSewing( const ISurfTriMesh& stmOther, const Frame3d& frOther)
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
bool
|
||||
SurfTriMesh::GetLocalBBox( BBox3d& b3Loc) const
|
||||
SurfTriMesh::GetLocalBBox( BBox3d& b3Loc, int nFlag) const
|
||||
{
|
||||
// verifico lo stato
|
||||
if ( m_nStatus != OK)
|
||||
@@ -1628,7 +1628,7 @@ SurfTriMesh::GetLocalBBox( BBox3d& b3Loc) const
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
bool
|
||||
SurfTriMesh::GetBBox( const Frame3d& frRef, BBox3d& b3Ref) const
|
||||
SurfTriMesh::GetBBox( const Frame3d& frRef, BBox3d& b3Ref, int nFlag) const
|
||||
{
|
||||
// verifico lo stato
|
||||
if ( m_nStatus != OK)
|
||||
|
||||
Reference in New Issue
Block a user