import cadquery as cq w0=cq.Workplane('YZ',origin=(-25,0,0)) r=w0.sketch().rect(100,36).push([(-10,14)]).circle(3,mode='s').finalize().extrude(50)