Datasets:
ArXiv:
License:
| 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)) |