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
@@ -162,7 +162,7 @@ GeoVector3d::Load( NgeReader& ngeIn)
//----------------------------------------------------------------------------
bool
GeoVector3d::GetLocalBBox( BBox3d& b3Loc) const
GeoVector3d::GetLocalBBox( BBox3d& b3Loc, int nFlag) const
{
// il box tiene conto della posizione della base e del tip
b3Loc.Set( m_ptBase, m_ptBase + m_vtV) ;
@@ -171,7 +171,7 @@ GeoVector3d::GetLocalBBox( BBox3d& b3Loc) const
//----------------------------------------------------------------------------
bool
GeoVector3d::GetBBox( const Frame3d& frRef, BBox3d& b3Ref) const
GeoVector3d::GetBBox( const Frame3d& frRef, BBox3d& b3Ref, int nFlag) const
{
// verifico validità del frame
if ( frRef.GetType() == Frame3d::ERR)