EgtMachKernel :
- correzioni a collegamenti tra passate ZigZag di Fresature con Utensili NoTip - aggiunta in interfaccia MachMgr funzione GetExitId - in simulazione VirtualMilling aggiunta gestione utensile Chisel.
This commit is contained in:
@@ -2135,6 +2135,8 @@ Simulator::SetToolForVmill( const string& sTool, const string& sHead, int nExit,
|
||||
ExeVolZmapSetGenTool( vVmill, sTool, nOutlineId, nFlag, bFirst) ;
|
||||
else if ( nType == TT_MORTISE_STD)
|
||||
ExeVolZmapSetMortiserTool( vVmill, sTool, dLen, dDiam, dThick, dCornR, nFlag, bFirst) ;
|
||||
else if ( nType == TT_CHISEL_STD)
|
||||
ExeVolZmapSetChiselTool( vVmill, sTool, dLen, dDiam, dDiam, nFlag, bFirst) ;
|
||||
else if ( nType == TT_SAW_STD || nType == TT_SAW_FLAT)
|
||||
ExeVolZmapSetSawTool( vVmill, sTool, dLen, dDiam, dThick, 0, dCornR, nFlag, bFirst) ;
|
||||
else if ( nType == TT_WATERJET)
|
||||
|
||||
Reference in New Issue
Block a user