Merge pull request #6647 from Russ4262/fix/millface_face_region_no_base

Path: MillFace - Fix Face Region with no Base geometry [Bug]
This commit is contained in:
sliptonic
2022-03-28 09:51:18 -05:00
committed by GitHub

View File

@@ -281,7 +281,7 @@ class ObjectFace(PathPocketBase.ObjectPocket):
partshape=planeshape, depthparams=self.depthparams
)
elif obj.BoundaryShape == "Face Region":
baseShape = oneBase[0].Shape
baseShape = planeshape # oneBase[0].Shape
psZMin = planeshape.BoundBox.ZMin
ofst = 0.0
if obj.ClearEdges: