EgtMachKernel 3.1d2 :

- migliorata gestione Versore Direzione Ausiliaria per robot e centri di lavoro
- aggiunta anche a sgrossatura e finitura superfici.
This commit is contained in:
Dario Sassi
2026-04-08 14:49:54 +02:00
parent 083f896d50
commit 67b34008c5
7 changed files with 26 additions and 13 deletions
+3 -5
View File
@@ -6533,13 +6533,11 @@ Milling::CalcAndSetCorrAuxDir( const ICurveComposite* pCompo, double dU, bool bI
return true ;
}
}
// se impostato come parametro di lavorazione nelle UserNotes
// reset o assegnamento da parametro di lavorazione nelle UserNotes
Vector3d vtAux ;
if ( GetValInNotes( m_Params.m_sUserNotes, UN_VTAUXDIR, vtAux)) {
if ( GetValInNotes( m_Params.m_sUserNotes, UN_VTAUXDIR, vtAux))
vtAux.Normalize() ;
SetAuxDir( vtAux) ;
return true ;
}
SetAuxDir( vtAux) ;
return true ;
}