Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('XY',origin=(0,0,41)) | |
| w1=cq.Workplane('ZX',origin=(0,-51,0)) | |
| r=w0.sketch().push([(10,43)]).rect(4,50).push([(72,1)]).circle(14).finalize().extrude(-46).union(w0.sketch().push([(-65,2.5)]).rect(70,49).push([(-87,-4)]).circle(4,mode='s').push([(-69,5)]).circle(4,mode='s').finalize().extrude(-8)).union(w1.sketch().push([(-23.5,47.5)]).rect(35,105).push([(-11,0)]).circle(2,mode='s').finalize().extrude(-17)) |