EgtExecutor 1.8h4 :
- aggiunta a Exe e Lua SimGetOperationInfo.
This commit is contained in:
@@ -2481,6 +2481,16 @@ ExeSimGetToolInfo( string& sName, double& dSpeed)
|
||||
return pMachMgr->SimGetToolInfo( sName, dSpeed) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
bool
|
||||
ExeSimGetOperationInfo( string& sName, int& nType)
|
||||
{
|
||||
IMachMgr* pMachMgr = GetCurrMachMgr() ;
|
||||
VERIFY_MACHMGR( pMachMgr, false)
|
||||
// recupero dati della operazione
|
||||
return pMachMgr->SimGetOperationInfo( sName, nType) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
bool
|
||||
ExeSimGetMoveInfo( int& nGmove, double& dFeed)
|
||||
|
||||
Reference in New Issue
Block a user