first commit
This commit is contained in:
commit
a2c4bcf2e4
|
|
@ -0,0 +1,8 @@
|
||||||
|
from build123d import *
|
||||||
|
|
||||||
|
with BuildPart() as p:
|
||||||
|
with BuildSketch() as s:
|
||||||
|
Rectangle(115, 50)
|
||||||
|
|
||||||
|
|
||||||
|
show_object(s)
|
||||||
Loading…
Reference in New Issue