Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('YZ',origin=(24,0,0)) | |
| r=w0.sketch().push([(-42,-54)]).circle(46).push([(5,40.5)]).rect(42,19).push([(77,89)]).circle(11).finalize().extrude(-89).union(w0.workplane(offset=40/2).moveTo(5,41).cylinder(40,32)) |