EgtGeomKernel 1.5j5 :
- gestione flag BBF_EXACT per calcolo BBox.
This commit is contained in:
+2
-2
@@ -186,7 +186,7 @@ GdbGeo::GetLocalBBox( BBox3d& b3Loc, int nFlag, int nLev) const
|
||||
}
|
||||
}
|
||||
|
||||
return m_pGeoObj->GetLocalBBox( b3Loc) ;
|
||||
return m_pGeoObj->GetLocalBBox( b3Loc, nFlag) ;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
@@ -225,7 +225,7 @@ GdbGeo::GetBBox( const Frame3d& frRef, BBox3d& b3Ref, int nFlag, int nLev) const
|
||||
}
|
||||
}
|
||||
|
||||
return m_pGeoObj->GetBBox( frRef, b3Ref) ;
|
||||
return m_pGeoObj->GetBBox( frRef, b3Ref, nFlag) ;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user