Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('ZX',origin=(0,-10,0)) | |
| r=w0.workplane(offset=-83/2).moveTo(79,46).cylinder(83,8).union(w0.workplane(offset=82/2).moveTo(24,60).cylinder(82,40)).union(w0.sketch().push([(-48,-87)]).rect(78,26).circle(6,mode='s').finalize().extrude(103)) |