From 3bafdaa19cfefd47a28fbc2b82541ee7de431e52 Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Tue, 7 Nov 2017 12:01:26 +0000 Subject: [PATCH] EgtMachKernel : - corretta anteprima utensili in tagli di lama. --- Machining.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Machining.cpp b/Machining.cpp index d1d6bca..b06e048 100644 --- a/Machining.cpp +++ b/Machining.cpp @@ -260,6 +260,7 @@ Machining::ToolPreview( int nEntId, int nFlag) const if ( pCamData == nullptr) return GDB_ID_NULL ; Point3d ptEnd = pCamData->GetEndPoint() ; + AdjustEndPointForAxesCalc( pCamData, ptEnd) ; Vector3d vtTool = pCamData->GetToolDir() ; Vector3d vtBAux = pCamData->GetBackAuxDir() ; // recupero la testa nel gruppo per anteprima utensile