EgtGeomKernel :
- ridotto step di approssimazione VirtualMilling per movimenti 5assi.
This commit is contained in:
+1
-1
@@ -560,7 +560,7 @@ VolZmap::MillingGeneralMotionStep( const Point3d& ptPs, const Vector3d& vtDs, co
|
||||
const Point3d& ptPe, const Vector3d& vtDe, const Vector3d& vtAe)
|
||||
{
|
||||
// Divido il movimento in tratti con direzione utensile costante
|
||||
const double ANG_STEP = 0.5 ;
|
||||
const double ANG_STEP = 0.02 ;
|
||||
double dAngDeg ; vtDs.GetAngle( vtDe, dAngDeg) ;
|
||||
int nStepCnt = int( abs( dAngDeg) / ANG_STEP) + 1 ;
|
||||
bool bOk = true ;
|
||||
|
||||
Reference in New Issue
Block a user