EgtExecutor 2.7l3 :

- in Machining Optimization aggiunta ottimizzazione mirata ai singoli gruppi.
This commit is contained in:
Riccardo Elitropi
2025-12-16 15:50:27 +01:00
parent e1c468a0df
commit 0ea77e1e6a
3 changed files with 27 additions and 0 deletions
+11
View File
@@ -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)