Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('ZX',origin=(0,-24,0)) | |
| r=w0.workplane(offset=-76/2).moveTo(-6,0).cylinder(76,34).union(w0.workplane(offset=-43/2).moveTo(72,42).cylinder(43,2)).union(w0.workplane(offset=124/2).moveTo(-6.5,-1).box(135,86,124)) |