Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('YZ',origin=(6,0,0)) | |
| r=w0.workplane(offset=-13/2).moveTo(-19,37.5).box(14,125,13).union(w0.sketch().segment((-11,-100),(66,-100)).segment((66,54)).segment((26,54)).arc((-60,62),(-11,-9)).close().assemble().finalize().extrude(-10)) |