mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-06 10:41:20 -08:00
fixed examples to work with build1223d
This commit is contained in:
parent
70c14fdd0d
commit
f65bc75976
13 changed files with 32 additions and 135 deletions
|
|
@ -1,7 +1,5 @@
|
|||
from build123d import *
|
||||
|
||||
# from build123d.part_operations import *
|
||||
|
||||
b = Box(3, 3, 3)
|
||||
b2 = Rot(0, 0, 45) * extrude(Rectangle(1, 2), 0.2)
|
||||
for plane in [Plane(f) for f in b.faces()]:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue