Merge branch 'gumyr:dev' into docfixes

This commit is contained in:
jdegenstein 2024-08-08 15:14:49 -05:00 committed by GitHub
commit 8b383240e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 329 additions and 97 deletions

View file

@ -235,7 +235,7 @@ l3 = Line(l2 @ 1, l2 @ 1 + (-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)