tootalltoby/bearing_bracket.py

9 lines
121 B
Python

from build123d import *
with BuildPart() as p:
with BuildSketch() as s:
Rectangle(115, 50)
show_object(s)