Merge commit '67b34008c514359dc8ef3c440de02127f970b0ed' into NewLink
This commit is contained in:
+2
-3
@@ -5169,10 +5169,9 @@ Pocketing::AddApproach( const Point3d& ptP, const Vector3d& vtTool, double dSafe
|
||||
else {
|
||||
// se impostato come 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) ;
|
||||
}
|
||||
SetAuxDir( vtAux) ;
|
||||
}
|
||||
// se sopra attacco c'è spazio per sicurezza o approccio
|
||||
double dSafeDist = ( m_bAggrBottom ? dSafeAggrBottZ : dSafeZ) ;
|
||||
|
||||
Reference in New Issue
Block a user