EgtExecutor 2.7l3 :
- in Machining Optimization aggiunta ottimizzazione mirata ai singoli gruppi.
This commit is contained in:
@@ -145,6 +145,17 @@ ExeOptMachSetAllGroupDependencesAsMandatory( bool bAllMandatory)
|
||||
return ( s_pMO->SetAllGroupsAsMandatory( bAllMandatory)) ;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
bool
|
||||
ExeOptMachSetOptimizationForGroups( bool bOptForGroups)
|
||||
{
|
||||
// Se oggetto non istanziato, errore
|
||||
if ( IsNull( s_pMO))
|
||||
return false ;
|
||||
// Imposto il Flag
|
||||
return ( s_pMO->SetOptimizationForGroups( bOptForGroups)) ;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
bool
|
||||
ExeOptMachGetResult( INTVECTOR& vIds)
|
||||
|
||||
Reference in New Issue
Block a user