mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-06 02:30:55 -08:00
Update extrude both test to be independent of clean
This commit is contained in:
parent
bf1a46f853
commit
c11cabab81
1 changed files with 1 additions and 2 deletions
|
|
@ -699,8 +699,7 @@ class OperationsTests(unittest.TestCase):
|
|||
def test_extrude_both(self):
|
||||
s = Circle(1)
|
||||
p = extrude(s, amount=1, both=True)
|
||||
p = chamfer(p.edges().filter_by(GeomType.CIRCLE), 0.3)
|
||||
self.assertEqual(len(p.edges().filter_by(GeomType.CIRCLE)), 5)
|
||||
self.assertAlmostEqual(p.bounding_box().size.Z, 2, 4)
|
||||
|
||||
|
||||
class RightMultipleTests(unittest.TestCase):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue