Merge commit '67b34008c514359dc8ef3c440de02127f970b0ed' into NewLink

This commit is contained in:
Riccardo Elitropi
2026-04-09 08:16:55 +02:00
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 ;
}