Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('ZX',origin=(0,-58,0)) | |
| r=w0.workplane(offset=87/2).moveTo(-62.5,-39.5).box(75,25,87).union(w0.sketch().arc((27,25),(40,11),(32,-7)).arc((99,23),(27,25)).assemble().finalize().extrude(116)) |