Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('XY',origin=(0,0,-40)) | |
| r=w0.sketch().push([(-45.5,29.5)]).rect(109,141).push([(-46,29)]).circle(45,mode='s').finalize().extrude(18).union(w0.workplane(offset=80/2).moveTo(34,-34).cylinder(80,66)) |