Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('YZ',origin=(-20,0,0)) | |
| r=w0.sketch().push([(-12,35)]).circle(65).push([(-27,79)]).circle(18,mode='s').finalize().extrude(-74).union(w0.workplane(offset=115/2).moveTo(27,-50).cylinder(115,50)) |