EgtExecutor :

- aggiunta Exe e Lua SpecialUpdateDisposition.
This commit is contained in:
Dario Sassi
2017-06-17 17:08:53 +00:00
parent 757940478b
commit cad02e7fa2
2 changed files with 26 additions and 0 deletions
+10
View File
@@ -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
//-----------------------------------------------------------------------------