EgtExecuter :
- ora ExePackPart ignora l'ingombro dei testi.
This commit is contained in:
+1
-1
@@ -495,7 +495,7 @@ ExePackPart( int nId, double dXmax, double dOffs)
|
||||
VERIFY_GEOMDB( pGeomDB, false)
|
||||
// Determino il box del pezzo
|
||||
BBox3d b3Part ;
|
||||
if ( ! pGeomDB->GetGlobalBBox( nId, b3Part))
|
||||
if ( ! pGeomDB->GetGlobalBBox( nId, b3Part, BBF_IGNORE_TEXT))
|
||||
return false ;
|
||||
double dLarPz = b3Part.GetMax().x - b3Part.GetMin().x ;
|
||||
// Cerco prima posizione utile
|
||||
|
||||
Reference in New Issue
Block a user