EgtMachKernel 1.6k8 :
- modifiche per tagli di lama inclinati.
This commit is contained in:
+1
-1
@@ -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) ;
|
||||
|
||||
Reference in New Issue
Block a user