CAM: Profile - fix _getCutAreaCrossSection()

This commit is contained in:
tarman3
2026-02-09 11:12:11 -06:00
committed by Chris Hennes
parent 72b1076788
commit 353459f1fe
+1
View File
@@ -756,6 +756,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