File size: 180 Bytes
5e6439e | 1 2 3 | import cadquery as cq
w0=cq.Workplane('XY',origin=(0,0,-48))
r=w0.workplane(offset=78/2).moveTo(36,0).cylinder(78,14).union(w0.workplane(offset=97/2).moveTo(-22,0).cylinder(97,28)) |
5e6439e | 1 2 3 | import cadquery as cq
w0=cq.Workplane('XY',origin=(0,0,-48))
r=w0.workplane(offset=78/2).moveTo(36,0).cylinder(78,14).union(w0.workplane(offset=97/2).moveTo(-22,0).cylinder(97,28)) |