Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('YZ',origin=(48,0,0)) | |
| w1=cq.Workplane('ZX',origin=(0,-57,0)) | |
| r=w0.workplane(offset=-97/2).moveTo(54,8).cylinder(97,46).union(w1.sketch().push([(-38,7)]).circle(16).circle(8,mode='s').finalize().extrude(-43)) |