EgtGeomKernel :

- correzione in GetSurfTriMeshRectSwept suggerita da Riccardo
- aumentato step angolare del virtual milling 5assi.
This commit is contained in:
Dario Sassi
2024-05-16 12:48:37 +02:00
parent 34089648b0
commit 1c157f323e
2 changed files with 9 additions and 6 deletions
+1 -1
View File
@@ -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 ;