Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('YZ',origin=(6,0,0)) | |
| r=w0.workplane(offset=-94/2).moveTo(17,40).cylinder(94,60).union(w0.sketch().push([(-34,-57)]).circle(43).circle(22,mode='s').finalize().extrude(82)) |