Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('YZ',origin=(-13,0,0)) | |
| r=w0.sketch().segment((-47,27),(-39,27)).segment((-39,33)).arc((-48,22),(-47,33)).close().assemble().finalize().extrude(-87).union(w0.workplane(offset=113/2).moveTo(18,-1).cylinder(113,32)) |