EgtGeomKernel :
- correzione in GetSurfTriMeshRectSwept suggerita da Riccardo - aumentato step angolare del virtual milling 5assi.
This commit is contained in:
+1
-1
@@ -679,7 +679,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.02 ;
|
||||
const double ANG_STEP = 0.04 ;
|
||||
double dAngDeg ; vtDs.GetAngle( vtDe, dAngDeg) ;
|
||||
int nStepCnt = int( abs( dAngDeg) / ANG_STEP) + 1 ;
|
||||
bool bOk = true ;
|
||||
|
||||
Reference in New Issue
Block a user