filapro's picture
1st commit
5e6439e
import cadquery as cq
w0=cq.Workplane('ZX',origin=(0,-4,0))
r=w0.workplane(offset=-34/2).moveTo(20,-28).cylinder(34,22).union(w0.workplane(offset=28/2).moveTo(-31,39).cylinder(28,11)).union(w0.workplane(offset=42/2).moveTo(-17,10).cylinder(42,18))