diff --git a/tests/TestCadQuery.py b/tests/TestCadQuery.py index 7947ee1..f12165a 100644 --- a/tests/TestCadQuery.py +++ b/tests/TestCadQuery.py @@ -1387,3 +1387,27 @@ class TestCadQuery(BaseTest): result =topOfLid.union(bottom) self.saveModel(result) + + def testExtrude(self): + """ + Test symmetric extrude + """ + r = 1. + h = 1. + decimal_places = 9. + + #extrude symmetrically + s = Workplane("XY").circle(r).extrude(h,both=True) + + top_face = s.faces(">Z") + bottom_face = s.faces("