Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('ZX',origin=(0,33,0)) | |
| r=w0.workplane(offset=-120/2).moveTo(-19,-89).cylinder(120,11).union(w0.sketch().push([(0,1)]).circle(99).push([(-41,13)]).circle(55,mode='s').finalize().extrude(53)) |