From 00b6f8583af0aac25643e28a76ca40ce1a8cb98d Mon Sep 17 00:00:00 2001 From: Daniele Bariletti Date: Fri, 26 Sep 2025 12:48:48 +0200 Subject: [PATCH] EgtGeomKernel : - piccola correzione. --- VolZmapVolume.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/VolZmapVolume.cpp b/VolZmapVolume.cpp index 73740ee..b306385 100644 --- a/VolZmapVolume.cpp +++ b/VolZmapVolume.cpp @@ -2009,6 +2009,8 @@ VolZmap::Comp_5AxisMilling( int nGrid, const Point3d& ptS, const Point3d& ptE, c vPtCtrlLoc[p].ToLoc( vSurfBez[nSurfInd].frYMainDim) ; vSurfBez[nSurfInd].bbSurfY.Add( vPtCtrlLoc) ; } + + ++ nSurfInd ; } // scorro tutti gli spilloni interessati @@ -2423,7 +2425,7 @@ VolZmap::MillingGeneralMotionStep( const Point3d& ptPs, const Vector3d& vtDs, co InitializePointsAndVectors( ptSti, ptEni, vtDSi, vtDEi, ptLs, ptLe, vtLs, vtLe) ; // Standard รจ multithread - constexpr bool MULTITHREAD = false ; + constexpr bool MULTITHREAD = true ; if ( MULTITHREAD) { // Ciclo sulle mappe vector> vRes( m_nMapNum) ;