filapro's picture
add data
4696421
raw
history blame
248 Bytes
import cadquery as cq
w0=cq.Workplane('XY',origin=(0,0,-16))
r=w0.workplane(offset=-62/2).moveTo(65,-7).cylinder(62,35).union(w0.workplane(offset=-53/2).moveTo(-62,-27).cylinder(53,38)).union(w0.workplane(offset=95/2).moveTo(-53.5,26).box(5,78,95))