Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('ZX',origin=(0,37,0)) | |
| r=w0.workplane(offset=-82/2).moveTo(-14,-77.5).box(76,45,82).union(w0.sketch().arc((44,56),(52,78),(44,100)).close().assemble().finalize().extrude(8)) |