import cadquery as cq w0=cq.Workplane('YZ',origin=(50,0,0)) r=w0.sketch().rect(60,80).push([(-27,-20)]).circle(2,mode='s').finalize().extrude(-100)