Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('YZ',origin=(-27,0,0)) | |
| r=w0.workplane(offset=-25/2).moveTo(-39,-62).cylinder(25,38).union(w0.sketch().push([(50,3.5)]).rect(54,59).push([(48,98)]).circle(2).finalize().extrude(80)) |