Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('XY',origin=(0,0,-73)) | |
| r=w0.workplane(offset=99/2).moveTo(-19,-67).box(32,26,99).union(w0.sketch().push([(-46,26)]).circle(54).push([(78,73.5)]).rect(44,11).push([(78,73)]).circle(5,mode='s').finalize().extrude(146)) |