EgtGeomKernel 1.5j5 :

- gestione flag BBF_EXACT per calcolo BBox.
This commit is contained in:
Dario Sassi
2014-10-20 14:01:02 +00:00
parent 577526f23d
commit cf8fbdc335
23 changed files with 92 additions and 64 deletions
+2 -2
View File
@@ -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)