EgtGeomKernel 1.5j5 :
- gestione flag BBF_EXACT per calcolo BBox.
This commit is contained in:
+2
-2
@@ -170,7 +170,7 @@ GeoFrame3d::Load( NgeReader& ngeIn)
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
bool
|
||||
GeoFrame3d::GetLocalBBox( BBox3d& b3Loc) const
|
||||
GeoFrame3d::GetLocalBBox( BBox3d& b3Loc, int nFlag) const
|
||||
{
|
||||
// assegno il box in locale (considero l'origine)
|
||||
b3Loc.Set( m_frF.Orig()) ;
|
||||
@@ -179,7 +179,7 @@ GeoFrame3d::GetLocalBBox( BBox3d& b3Loc) const
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
bool
|
||||
GeoFrame3d::GetBBox( const Frame3d& frRef, BBox3d& b3Ref) const
|
||||
GeoFrame3d::GetBBox( const Frame3d& frRef, BBox3d& b3Ref, int nFlag) const
|
||||
{
|
||||
// verifico validità del frame
|
||||
if ( frRef.GetType() == Frame3d::ERR)
|
||||
|
||||
Reference in New Issue
Block a user