Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('YZ',origin=(-47,0,0)) | |
| r=w0.workplane(offset=33/2).moveTo(-56,64).cylinder(33,36).union(w0.sketch().push([(58,-62.5)]).rect(68,75).push([(53,-70)]).circle(8,mode='s').push([(80.5,-68)]).rect(17,4,mode='s').finalize().extrude(93)) |