Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('YZ',origin=(-28,0,0)) | |
| w1=cq.Workplane('ZX',origin=(0,-7,0)) | |
| r=w0.sketch().segment((-47,-71),(13,-71)).segment((13,-38)).segment((-35,-38)).arc((-98,-33),(-47,-71)).assemble().finalize().extrude(-41).union(w0.workplane(offset=98/2).moveTo(60,38).cylinder(98,40)).union(w1.workplane(offset=-12/2).moveTo(-54.5,-30.5).box(47,47,12)) |