EgtExecutor :
- aggiunta Exe e Lua SpecialUpdateDisposition.
This commit is contained in:
@@ -1940,6 +1940,16 @@ ExeSpecialApplyDisposition( int nId, bool bRecalc)
|
||||
return pMachMgr->DispositionSpecialApply( nId, bRecalc) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
bool
|
||||
ExeSpecialUpdateDisposition( int nId)
|
||||
{
|
||||
IMachMgr* pMachMgr = GetCurrMachMgr() ;
|
||||
VERIFY_MACHMGR( pMachMgr, false)
|
||||
// aggiorno assi macchina e collegamento con precedente della disposizione indicata
|
||||
return pMachMgr->DispositionSpecialUpdate( nId) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// Lavorazioni
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user