Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('ZX',origin=(0,-59,0)) | |
| r=w0.sketch().push([(-51.5,23.5)]).rect(97,27).push([(-67.5,-31)]).rect(17,54).push([(30,27)]).circle(8).finalize().extrude(116).union(w0.workplane(offset=118/2).moveTo(96,54).cylinder(118,4)) |