Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('XY',origin=(0,0,-30)) | |
| w1=cq.Workplane('YZ',origin=(55,0,0)) | |
| r=w0.sketch().push([(-20,63)]).rect(74,74).push([(35,21)]).rect(12,4).finalize().extrude(44).union(w1.sketch().push([(-59,8.5)]).rect(82,43).push([(-95,0)]).circle(2,mode='s').push([(-71,14)]).circle(6,mode='s').finalize().extrude(2)) |