EgtExecutor 1.8b7 :
- aggiunta funzione Exe e Lua GetRotAxisBlocked.
This commit is contained in:
@@ -2310,6 +2310,16 @@ ExeSetRotAxisBlock( const string& sAxis, double dVal)
|
||||
return pMachMgr->SetRotAxisBlock( sAxis, dVal) ;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
bool
|
||||
ExeGetRotAxisBlocked( int nInd, string& sAxis, double& dVal)
|
||||
{
|
||||
IMachMgr* pMachMgr = GetCurrMachMgr() ;
|
||||
VERIFY_MACHMGR( pMachMgr, false)
|
||||
// recupero dati bloccaggio asse in posizione nInd (0-based)
|
||||
return pMachMgr->GetRotAxisBlocked( nInd, sAxis, dVal) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
bool
|
||||
ExeGetCalcTool( string& sTool)
|
||||
|
||||
Reference in New Issue
Block a user