painter12's picture
Duplicate from filapro/cad-recode-v1.5
6b078bb
Raw
History Blame Contribute Delete
197 Bytes
import cadquery as cq
w0=cq.Workplane('YZ',origin=(-76,0,0))
r=w0.workplane(offset=-24/2).cylinder(24,68).union(w0.sketch().arc((47,-27),(54,-6),(52,16)).close().assemble().finalize().extrude(176))