//---------------------------------------------------------------------------- // EgalTech 2015-2015 //---------------------------------------------------------------------------- // File : MachiningConst.h Data : 18.06.15 Versione : 1.6f3 // Contenuto : Costanti delle lavorazioni. // // // // Modifiche : 18.06.15 DS Creazione modulo. // // //---------------------------------------------------------------------------- #pragma once #include "/EgtDev/Include/EMkMachiningConst.h" #include "/EgtDev/Include/EMkMachiningGeoConst.h" #include "/EgtDev/Include/EGkGeoConst.h" //---------------------------------------------------------------------------- // Epsilon per parametri lavorazioni const double EPS_MACH_LEN_PAR = 10 * EPS_SMALL ; const double EPS_MACH_ANG_PAR = 10 * EPS_ANG_SMALL ;