EgtMachKernel 1.6k8 :

- modifiche per tagli di lama inclinati.
This commit is contained in:
Dario Sassi
2015-11-20 13:41:10 +00:00
parent 843282c234
commit 8dd67afcb7
10 changed files with 156 additions and 15 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ class Machining : public IUserObj
Machining( void) ;
protected :
double GetApproachDist( void) { return 30.0 ; }
double GetApproachDist( void) { return 60.0 ; }
bool GetElevation( const Point3d& ptP, const Vector3d& vtDir, double& dElev) ;
bool GetElevation( const Point3d& ptP1, const Point3d& ptP2, const Vector3d& vtDir, double& dElev) ;
bool GetFinalAxesValues( DBLVECTOR& vAxVal) ;