File size: 182 Bytes
5e6439e | 1 2 3 | import cadquery as cq
w0=cq.Workplane('XY',origin=(0,0,-21))
r=w0.workplane(offset=-8/2).moveTo(-13,-26).cylinder(8,24).union(w0.workplane(offset=51/2).moveTo(17,30).cylinder(51,20)) |
5e6439e | 1 2 3 | import cadquery as cq
w0=cq.Workplane('XY',origin=(0,0,-21))
r=w0.workplane(offset=-8/2).moveTo(-13,-26).cylinder(8,24).union(w0.workplane(offset=51/2).moveTo(17,30).cylinder(51,20)) |