Fix Refine in Cut Compound test
This commit is contained in:
committed by
Chris Hennes
parent
8ccd01033d
commit
77b034dc82
@@ -790,6 +790,7 @@ class TopoShapeTest(unittest.TestCase, TopoShapeAssertions):
|
||||
self.doc.addObject("Part::Cut", "Cut")
|
||||
self.doc.Cut.Base = self.doc.Compound1
|
||||
self.doc.Cut.Tool = self.doc.Cylinder1
|
||||
self.doc.Cut.Refine = False
|
||||
# Act
|
||||
self.doc.recompute()
|
||||
cut1 = self.doc.Cut.Shape
|
||||
|
||||
Reference in New Issue
Block a user