mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-06 02:30:55 -08:00
Merge branch 'gumyr:dev' into docfixes
This commit is contained in:
commit
8b383240e7
18 changed files with 329 additions and 97 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue