filapro's picture
add data
4696421
import cadquery as cq
w0=cq.Workplane('YZ',origin=(8,0,0))
w1=cq.Workplane('YZ',origin=(-13,0,0))
r=w0.workplane(offset=-8/2).moveTo(-45,-97).cylinder(8,3).union(w1.sketch().segment((-94,-3),(10,-3)).segment((10,22)).segment((94,22)).segment((94,100)).segment((7,100)).segment((7,76)).segment((-64,76)).segment((-64,34)).segment((-94,34)).close().assemble().finalize().extrude(26))