EgtExecutor 1.8d1 :
- aggiunta funzione Exe e Lua GetAxisType.
This commit is contained in:
@@ -2494,6 +2494,16 @@ ExeGetAxisToken( const string& sAxis, string& sToken)
|
||||
return pMachMgr->GetAxisToken( sAxis, sToken) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
bool
|
||||
ExeGetAxisType( const string& sAxis, bool& bLinear)
|
||||
{
|
||||
IMachMgr* pMachMgr = GetCurrMachMgr() ;
|
||||
VERIFY_MACHMGR( pMachMgr, false)
|
||||
// recupero il tipo dell'asse
|
||||
return pMachMgr->GetAxisType( sAxis, bLinear) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
bool
|
||||
ExeGetAllHeadsNames( STRVECTOR& vNames)
|
||||
|
||||
Reference in New Issue
Block a user