Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('ZX',origin=(0,78,0)) | |
| r=w0.workplane(offset=-157/2).moveTo(86,0).box(28,64,157).union(w0.sketch().push([(-62,0)]).rect(76,92).circle(19,mode='s').finalize().extrude(-10)) |