Merge commit '67b34008c514359dc8ef3c440de02127f970b0ed' into NewLink
This commit is contained in:
+3
-5
@@ -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 ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user