EgtExecutor 2.3b4 :
- aggiunta funzione Exe e lua AutoNestSetStartCorner.
This commit is contained in:
+10
-1
@@ -54,7 +54,16 @@ ExeAutoNestSetGuillotineMode( void)
|
||||
{
|
||||
if ( IsNull( s_pAutoNester))
|
||||
return false ;
|
||||
return s_pAutoNester->SetGuillotineMode();
|
||||
return s_pAutoNester->SetGuillotineMode() ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
bool
|
||||
ExeAutoNestSetStartCorner( int nCorner)
|
||||
{
|
||||
if ( IsNull( s_pAutoNester))
|
||||
return false ;
|
||||
return s_pAutoNester->SetStartCorner( nCorner) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user