EgtGeomKernel :
- piccola correzione.
This commit is contained in:
+3
-1
@@ -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) ;
|
||||
|
||||
Reference in New Issue
Block a user