File size: 247 Bytes
6b078bb
 
 
1
2
3
import cadquery as cq
w0=cq.Workplane('YZ',origin=(-43,0,0))
r=w0.sketch().segment((-100,23),(-80,1)).segment((-70,10)).segment((-100,45)).close().assemble().finalize().extrude(-40).union(w0.workplane(offset=126/2).moveTo(78,-23).cylinder(126,22))