mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-06 02:30:55 -08:00
general_examples_algebra.py -> remove unnecessary wires call
This commit is contained in:
parent
fe04c5055c
commit
6014507b3d
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue