From bd0d52257dfba5ca757a75c7f1cedb2afc3e85e2 Mon Sep 17 00:00:00 2001 From: tarman3 Date: Mon, 2 Feb 2026 09:34:12 +0200 Subject: [PATCH] CAM: Profile - fix _getCutAreaCrossSection() (cherry picked from commit 353459f1fea67c8731440fba7dd59892ae9351b7) --- src/Mod/CAM/Path/Op/Profile.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Mod/CAM/Path/Op/Profile.py b/src/Mod/CAM/Path/Op/Profile.py index ca8ebbb333..cb687fa5d2 100644 --- a/src/Mod/CAM/Path/Op/Profile.py +++ b/src/Mod/CAM/Path/Op/Profile.py @@ -776,6 +776,7 @@ class ObjectProfile(PathAreaOp.ObjectOp): # Cut model(selected edges) from extended edges boundbox cutArea = extBndboxEXT.cut(base.Shape) + cutArea.tessellate(tolerance) self._addDebugObject("CutArea", cutArea) # Get top and bottom faces of cut area (CA), and combine faces when necessary