File size: 151 Bytes
5e6439e | 1 2 3 | import cadquery as cq
w0=cq.Workplane('YZ',origin=(-47,0,0))
r=w0.workplane(offset=-3/2).cylinder(3,42).union(w0.workplane(offset=97/2).cylinder(97,6)) |
5e6439e | 1 2 3 | import cadquery as cq
w0=cq.Workplane('YZ',origin=(-47,0,0))
r=w0.workplane(offset=-3/2).cylinder(3,42).union(w0.workplane(offset=97/2).cylinder(97,6)) |