EgtGeomKernel :
- aggiunta libreria abseil.
This commit is contained in:
+1
-1
@@ -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()))
|
||||
|
||||
Reference in New Issue
Block a user