Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('ZX',origin=(0,-9,0)) | |
| r=w0.workplane(offset=-91/2).moveTo(-68,34).cylinder(91,17).union(w0.sketch().push([(25,0)]).circle(60).circle(55,mode='s').finalize().extrude(109)) |