first commit
This commit is contained in:
8
bearing_bracket.py
Normal file
8
bearing_bracket.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from build123d import *
|
||||
|
||||
with BuildPart() as p:
|
||||
with BuildSketch() as s:
|
||||
Rectangle(115, 50)
|
||||
|
||||
|
||||
show_object(s)
|
||||
Reference in New Issue
Block a user