teraz robimy rączkę

This commit is contained in:
Rafal Paluch 2025-12-18 11:55:29 +01:00
parent 3b741e75db
commit 345ae64adf
1 changed files with 6 additions and 1 deletions

View File

@ -17,6 +17,11 @@ with BuildPart() as p:
Ellipse(20 , 8)
split(bisect_by=Plane.YZ)
revolve(axis=Axis.Z)
with BuildLine(Plane.XZ) as l1:
CenterArc(center=(-15, 20), radius=17, start_angle=90, arc_size=180)
show_object(p)
# export_step(p.part, "/home/pali112/Build123d/debug.step")
debug(l1.line, name="ucho")
# show_object(p)
debug(s.sketch)