Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('ZX',origin=(0,-2,0)) | |
| r=w0.sketch().push([(42.5,-19.5)]).rect(69,63).push([(35,-44)]).rect(2,10,mode='s').finalize().extrude(-74).union(w0.workplane(offset=32/2).moveTo(76.5,-26.5).box(47,57,32)).union(w0.workplane(offset=79/2).moveTo(-75.5,23.5).box(49,63,79)) |