EgtGeomKernel :

- piccola correzione.
This commit is contained in:
Daniele Bariletti
2025-09-26 12:48:48 +02:00
parent 4cf4a99107
commit 00b6f8583a
+3 -1
View File
@@ -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<future<bool>> vRes( m_nMapNum) ;