EgtExecutor :
- modifiche varie per OmagCut.
This commit is contained in:
@@ -340,11 +340,14 @@ ExeEraseEmptyParts( void)
|
||||
// passo al layer successivo
|
||||
nLayerId = ExeVerifyOrNext( pGeomDB, pGeomDB->GetNextGroup( nLayerId), false) ;
|
||||
}
|
||||
// verifico se gruppo sorgente di pezzo in gruppo di lavorazione
|
||||
if ( pGeomDB->ExistsInfo( nPartId, GDB_SI_SOURCE))
|
||||
bFound = true ;
|
||||
// salvo Id pezzo corrente
|
||||
int nOldId = nPartId ;
|
||||
// passo al pezzo successivo
|
||||
nPartId = ExeVerifyOrNext( pGeomDB, pGeomDB->GetNextGroup( nPartId), false) ;
|
||||
// se corrente da cancelare, procedo
|
||||
// se corrente da cancellare, procedo
|
||||
if ( ! bFound)
|
||||
pGeomDB->Erase( nOldId) ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user