Skip to content

Commit

Permalink
Update tests/system/general/test_08_Primitives3D.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gmalinve authored Nov 22, 2024
1 parent 1fb65ba commit 0336ead
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/system/general/test_08_Primitives3D.py
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,6 @@ def test_21_sweep_along_path(self):
rect1 = self.aedtapp.modeler.create_rectangle(self.aedtapp.PLANE.YZ, [0, -2, -4], [4, 3], name="rect_1")
rect2 = self.aedtapp.modeler.create_rectangle(self.aedtapp.PLANE.YZ, [0, -2, 2], [4, 3], name="rect_2")
rect3 = self.aedtapp.modeler.create_rectangle(self.aedtapp.PLANE.YZ, [0, -2, 8], [4, 3], name="rect_3")

assert self.aedtapp.modeler.sweep_along_path(rect1, path1)
assert self.aedtapp.modeler.sweep_along_path([rect2, rect3], path2)
assert rect1.name in self.aedtapp.modeler.solid_names
Expand Down

0 comments on commit 0336ead

Please sign in to comment.