EgtMachKernel :

- piccola modifica per poter eventualmente debuggare Zmap in simulazione.
This commit is contained in:
Dario Sassi
2018-02-09 07:50:02 +00:00
parent 71c7833b58
commit bb073ab593
+3
View File
@@ -967,6 +967,9 @@ Simulator::ExecVmillOnLine( const Point3d& ptHi, const Vector3d& vtHi, const Fra
Vector3d vtHiL = vtHi ; vtHiL.ToLoc( frVzmI) ;
Point3d ptHfL = ptHf ; ptHfL.ToLoc( frVzmF) ;
Vector3d vtHfL = vtHf ; vtHfL.ToLoc( frVzmF) ;
// Log per debug
//string sOut = "Pi=(" + ToString( ptHiL) + ") Vi=(" + ToString( vtHiL) + ") Pf=(" + ToString( ptHfL) + ") Vf=(" + ToString( vtHfL) + ")" ;
//LOG_INFO( GetEMkLogger(), sOut.c_str())
// Eseguo
return pVZM->MillingStep( ptHiL, vtHiL, ptHfL, vtHfL) ;
}