EgtMachKernel :
- aggiunta GetCalcToolDirFromAngles - corretto flag rapido di elevazione ma non a Z max.
This commit is contained in:
@@ -545,6 +545,13 @@ Machine::GetTipFromPositions( double dX, double dY, double dZ, double dAngA, dou
|
||||
return true ;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
bool
|
||||
Machine::GetToolDirFromAngles( double dAngA, double dAngB, Vector3d& vtDir)
|
||||
{
|
||||
return GetDirection( m_vtCalcDir, dAngA, dAngB, vtDir) ;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
bool
|
||||
Machine::VerifyScc( const Vector3d& vtDirI, const Vector3d& vtDirA, int nSolCh)
|
||||
|
||||
Reference in New Issue
Block a user