filapro's picture
add data
4696421
raw
history blame
187 Bytes
import cadquery as cq
w0=cq.Workplane('YZ',origin=(-60,0,0))
r=w0.workplane(offset=104/2).moveTo(35,-82.5).box(130,7,104).union(w0.workplane(offset=120/2).moveTo(-80,66).cylinder(120,20))