cad-recode / train /batch_37 /370015.py
filapro's picture
1st commit
5e6439e
import cadquery as cq
w0=cq.Workplane('YZ',origin=(35,0,0))
w1=cq.Workplane('YZ',origin=(14,0,0))
r=w0.workplane(offset=-41/2).moveTo(4,-40).cylinder(41,10).union(w1.workplane(offset=-49/2).moveTo(0,21).box(60,58,49))