EgtExecutor 2.2a4 :

- aggiunta funzione Exe e Lua AutoNestAddHoleToPart
- corretto nome funzione ExeAddAnotherOutlineToPart in ExeAutoNestAddAnotherOutlineToPart.
This commit is contained in:
Dario Sassi
2020-01-29 09:44:28 +00:00
parent 4ae630e94a
commit dbda122216
4 changed files with 36 additions and 3 deletions
+1 -1
View File
@@ -2137,7 +2137,7 @@ ExeAutomaticPackParts( INTVECTOR& vIds, bool bMinimizeOnXvsY, bool bReducedCut,
// recupero eventuale regione in basso del pezzo
int nDwnRegId = GetFlatPartDownRegion( pGeomDB, nPartId) ;
if ( nDwnRegId != GDB_ID_NULL)
ExeAddAnotherOutlineToPart( nPartId, nDwnRegId) ;
ExeAutoNestAddAnotherOutlineToPart( nPartId, nDwnRegId) ;
// recupero regioni dei tagli del pezzo
INTVECTOR vCutReg ;
if ( ! GetFlatPartCutRegions( pGeomDB, nPartId, bReducedCut, vCutReg))