EgtGeomKernel 1.5j5 :
- gestione flag BBF_EXACT per calcolo BBox.
This commit is contained in:
+2
-2
@@ -327,7 +327,7 @@ ExtText::Load( NgeReader& ngeIn)
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
bool
|
||||
ExtText::GetLocalBBox( BBox3d& b3Loc) const
|
||||
ExtText::GetLocalBBox( BBox3d& b3Loc, int nFlag) const
|
||||
{
|
||||
// recupero il font manager
|
||||
FontManager& fntMgr = FontManager::GetFontManager() ;
|
||||
@@ -351,7 +351,7 @@ ExtText::GetLocalBBox( BBox3d& b3Loc) const
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
bool
|
||||
ExtText::GetBBox( const Frame3d& frRef, BBox3d& b3Ref) const
|
||||
ExtText::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