Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('XY',origin=(0,0,5)) | |
| w1=cq.Workplane('XY',origin=(0,0,-1)) | |
| r=w0.workplane(offset=-105/2).moveTo(-94,-49).cylinder(105,1).union(w0.workplane(offset=64/2).moveTo(-47.5,25).box(5,60,64)).union(w0.sketch().segment((-57,18),(-40,17)).segment((-39,32)).segment((-56,33)).close().assemble().finalize().extrude(95)).union(w1.workplane(offset=-95/2).moveTo(49,-52.5).box(92,5,95)) |