Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('ZX',origin=(0,8,0)) | |
| r=w0.workplane(offset=-108/2).moveTo(0,-7).box(46,52,108).union(w0.sketch().segment((-23,14),(-16,30)).segment((-23,33)).close().assemble().finalize().extrude(92)) |