| import cadquery as cq | |
| w0=cq.Workplane('YZ',origin=(14,0,0)) | |
| w1=cq.Workplane('YZ',origin=(16,0,0)) | |
| r=w0.workplane(offset=-28/2).moveTo(-36,-41).cylinder(28,9).union(w0.sketch().segment((-32,-8),(-28,4)).arc((-32,-1),(-32,-8)).assemble().finalize().extrude(-12)).union(w1.workplane(offset=-33/2).moveTo(26,31).cylinder(33,19)) |