Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('XY',origin=(0,0,-33)) | |
| r=w0.sketch().push([(-98,75.5)]).rect(4,9).push([(67.5,79.5)]).rect(65,3).finalize().extrude(-37).union(w0.workplane(offset=103/2).moveTo(-44,-48.5).box(16,65,103)) |