Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('ZX',origin=(0,-8,0)) | |
| r=w0.workplane(offset=-92/2).moveTo(-45.5,28.5).box(75,121,92).union(w0.sketch().push([(20.5,-72.5)]).rect(125,33).push([(21,-73)]).rect(18,16,mode='s').finalize().extrude(-66)).union(w0.sketch().segment((-55,-73),(-52,-73)).segment((-52,-24)).arc((-54,-24),(-55,-25)).close().assemble().finalize().extrude(108)) |