Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('XY',origin=(0,0,-14)) | |
| w1=cq.Workplane('XY',origin=(0,0,7)) | |
| r=w0.workplane(offset=-38/2).moveTo(15.5,64.5).box(27,71,38).union(w0.sketch().arc((-9,-3),(-7,-6),(-4,-7)).segment((5,-27)).segment((10,-25)).segment((2,-4)).arc((3,-4),(3,-3)).close().assemble().finalize().extrude(-17)).union(w0.workplane(offset=65/2).moveTo(-29,-68).cylinder(65,32)).union(w1.workplane(offset=42/2).moveTo(41,-44).box(40,50,42)) |