From 4cf4a99107f98d01cc3d49695027a604cb055cb3 Mon Sep 17 00:00:00 2001 From: Daniele Bariletti Date: Fri, 26 Sep 2025 12:10:18 +0200 Subject: [PATCH] EgtGeomKernel : - puliza codice. --- VolZmapVolume.cpp | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/VolZmapVolume.cpp b/VolZmapVolume.cpp index 915532e..73740ee 100644 --- a/VolZmapVolume.cpp +++ b/VolZmapVolume.cpp @@ -26,7 +26,6 @@ #include "/EgtDev/Include/EGkSurfBezier.h" #include "/EgtDev/Include/ENkPolynomialRoots.h" #include "/EgtDev/Include/EGkIntersLineBox.h" -#include "/EgtDev/Include/EGkGeoObjSave.h" #include "SurfBezier.h" #include #include @@ -2400,11 +2399,11 @@ VolZmap::MillingGeneralMotionStep( const Point3d& ptPs, const Vector3d& vtDs, co else n5AxisType = Move5Axis::NO_BASE_INTERS ; } - else if (bAlong) { - if (bAlongInters) - n5AxisType = Move5Axis::ACROSS; + else if ( bAlong) { + if ( bAlongInters) + n5AxisType = Move5Axis::ACROSS ; else - n5AxisType = Move5Axis::NO_BASE_INTERS; + n5AxisType = Move5Axis::NO_BASE_INTERS ; } Point3d ptLs[N_MAPS] ; @@ -2424,7 +2423,7 @@ VolZmap::MillingGeneralMotionStep( const Point3d& ptPs, const Vector3d& vtDs, co InitializePointsAndVectors( ptSti, ptEni, vtDSi, vtDEi, ptLs, ptLe, vtLs, vtLe) ; // Standard รจ multithread - constexpr bool MULTITHREAD = true ; + constexpr bool MULTITHREAD = false ; if ( MULTITHREAD) { // Ciclo sulle mappe vector> vRes( m_nMapNum) ;