Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('YZ',origin=(-3,0,0)) | |
| r=w0.workplane(offset=-58/2).moveTo(-60.5,30).box(79,46,58).union(w0.workplane(offset=31/2).moveTo(-18,-20).cylinder(31,33)).union(w0.sketch().arc((25,11),(16,-19),(40,-39)).arc((98,7),(25,11)).assemble().finalize().extrude(64)) |