From 4f3067570f622870aed03e60ac6bc92664d8e1ff Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Fri, 4 Sep 2015 17:45:25 +0000 Subject: [PATCH] EgtExecuter : - ora ExePackPart ignora l'ingombro dei testi. --- EXE_Nesting.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EXE_Nesting.cpp b/EXE_Nesting.cpp index c6593c9..29239bd 100644 --- a/EXE_Nesting.cpp +++ b/EXE_Nesting.cpp @@ -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