teraz robimy rączkę
This commit is contained in:
parent
3b741e75db
commit
345ae64adf
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue