EgtGeomKernel :

- ridotto step di approssimazione VirtualMilling per movimenti 5assi.
This commit is contained in:
Dario Sassi
2023-11-20 09:45:16 +01:00
parent 70f2f1cb01
commit e30a2481a2
+1 -1
View File
@@ -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 ;