CAM: Profile - fix _getCutAreaCrossSection()

(cherry picked from commit 353459f1fe)
This commit is contained in:
tarman3
2026-02-02 09:34:12 +02:00
committed by Max Wilfinger
parent af79ce4fd8
commit bd0d52257d
+1
View File
@@ -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