filapro's picture
1st commit
5e6439e
import cadquery as cq
w0=cq.Workplane('XY',origin=(0,0,0))
r=w0.workplane(offset=-50/2).moveTo(22,14).cylinder(50,2).union(w0.workplane(offset=49/2).moveTo(-27,-25).cylinder(49,15)).union(w0.workplane(offset=50/2).moveTo(40,38).cylinder(50,2))