Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('ZX',origin=(0,-57,0)) | |
| r=w0.sketch().push([(85.5,22)]).rect(29,126).rect(17,12,mode='s').finalize().extrude(15).union(w0.workplane(offset=114/2).moveTo(-33.5,-73).box(133,24,114)) |