Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('ZX',origin=(0,41,0)) | |
| r=w0.workplane(offset=-100/2).moveTo(-75,-16).box(50,28,100).union(w0.sketch().arc((9,-61),(16,-62),(22,-65)).arc((47,65),(9,-61)).assemble().finalize().extrude(18)) |