EgtExecutor :

- a Exe e Lua AutoNestCompute aggiunto flag bMinimizeOnXvsY
- aggiunta funzione ExeAutomaticPackParts.
This commit is contained in:
Dario Sassi
2019-12-04 19:45:47 +00:00
parent bcfa87b700
commit e217258589
4 changed files with 130 additions and 22 deletions
+2 -2
View File
@@ -164,11 +164,11 @@ ExeAutoNestSetInterpartGap( double dGap)
//-----------------------------------------------------------------------------
bool
ExeAutoNestCompute( int nMaxTime)
ExeAutoNestCompute( bool bMinimizeOnXvsY, int nMaxTime)
{
if ( IsNull( s_pAutoNester))
return false ;
return s_pAutoNester->Compute( nMaxTime) ;
return s_pAutoNester->Compute( bMinimizeOnXvsY, nMaxTime) ;
}
//-----------------------------------------------------------------------------