cad-recode / train /batch_12 /120008.py
filapro's picture
1st commit
5e6439e
import cadquery as cq
w0=cq.Workplane('ZX',origin=(0,-11,0))
r=w0.workplane(offset=-39/2).moveTo(-22,0).cylinder(39,9).union(w0.workplane(offset=-14/2).moveTo(-22,0).cylinder(14,24)).union(w0.workplane(offset=61/2).moveTo(24,2).cylinder(61,22))