From 5b68e33d1ff92207c0c077f1c97b7aa0be663133 Mon Sep 17 00:00:00 2001 From: Daniele Bariletti Date: Tue, 14 Apr 2026 11:59:17 +0200 Subject: [PATCH] EgtGeomKernel : - correzione al VM 5 assi. --- VolZmapVolume.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/VolZmapVolume.cpp b/VolZmapVolume.cpp index 1930c68..46cd639 100644 --- a/VolZmapVolume.cpp +++ b/VolZmapVolume.cpp @@ -1770,6 +1770,8 @@ VolZmap::Comp_5AxisMilling( int nGrid, const Point3d& ptS, const Point3d& ptE, c if ( bInverse) nTotSurf += 4 ; + if ( bSmallMovement) + nTotSurf += 2 ; int nSurfInd = 0 ; vector vSurfBez( nTotSurf) ;