Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('ZX',origin=(0,-33,0)) | |
| w1=cq.Workplane('XY',origin=(0,0,7)) | |
| r=w0.workplane(offset=-13/2).moveTo(14.5,6.5).box(77,49,13).union(w0.sketch().push([(-44,91)]).circle(9).push([(14.5,-6.5)]).rect(21,13).finalize().extrude(38)).union(w1.sketch().push([(-75,21)]).circle(25).push([(-51,23.5)]).rect(2,3,mode='s').finalize().extrude(23)) |