EgtExecutor 2.2a4 :
- aggiunta funzione Exe e Lua AutoNestAddHoleToPart - corretto nome funzione ExeAddAnotherOutlineToPart in ExeAutoNestAddAnotherOutlineToPart.
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user