EgtExecutor :
aggiunta funzione ExeGetCalcToolDirFromAngles.
This commit is contained in:
@@ -1372,6 +1372,16 @@ ExeGetCalcTipFromPositions( double dX, double dY, double dZ, double dAngA, doubl
|
||||
return pGseCtx->m_pMachMgr->GetCalcTipFromPositions( dX, dY, dZ, dAngA, dAngB, bBottom, ptTip) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
bool
|
||||
ExeGetCalcToolDirFromAngles( double dAngA, double dAngB, Vector3d& vtDir)
|
||||
{
|
||||
GseContext* pGseCtx = GetCurrGseContext() ;
|
||||
VERIFY_CTX_MACHMGR( pGseCtx, false)
|
||||
// calcolo il tip utensile dagli assi macchina
|
||||
return pGseCtx->m_pMachMgr->GetCalcToolDirFromAngles( dAngA, dAngB, vtDir) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
bool
|
||||
ExeVerifyOutOfStroke( double dX, double dY, double dZ, double dAngA, double dAngB, int& nStat)
|
||||
|
||||
Reference in New Issue
Block a user