general_examples_algebra.py -> remove unnecessary wires call

This commit is contained in:
jdegenstein 2024-07-11 16:19:40 -05:00 committed by GitHub
parent fe04c5055c
commit 6014507b3d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -235,7 +235,7 @@ l3 = Line(l2 @ 1, l2 @ 1 + Vector(-a, a))
ex14_ln = l1 + l2 + l3
sk14 = Plane.XZ * Rectangle(b, b)
ex14 = sweep(sk14, path=ex14_ln.wires()[0])
ex14 = sweep(sk14, path=ex14_ln)
# [Ex. 14]
# show_object(ex14)