Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('ZX',origin=(0,-21,0)) | |
| w1=cq.Workplane('YZ',origin=(14,0,0)) | |
| r=w0.workplane(offset=21/2).moveTo(-62,-37).cylinder(21,38).union(w1.sketch().push([(0,44)]).circle(56).circle(22,mode='s').finalize().extrude(61)) |