EgtGeomKernel :

- aggiunta libreria abseil.
This commit is contained in:
Daniele Bariletti
2025-09-23 09:47:38 +02:00
parent 4ed362f226
commit ccefe1314f
4 changed files with 21 additions and 6 deletions
+1 -1
View File
@@ -2436,7 +2436,7 @@ VolZmap::MillingGeneralMotionStep( const Point3d& ptPs, const Vector3d& vtDs, co
const Point3d& ptPe, const Vector3d& vtDe, const Vector3d& vtAe)
{
// Flag per impostare vecchia (approssimativa) o nuova modalità di calcolo
constexpr bool OLD_LINEAR = true ;
constexpr bool OLD_LINEAR = false ;
// Deve essere definito l'utensile corrente
if ( m_nCurrTool < 0 || m_nCurrTool >= int( m_vTool.size()))