Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('YZ',origin=(-17,0,0)) | |
| r=w0.workplane(offset=25/2).moveTo(70.5,-23.5).box(59,79,25).union(w0.sketch().segment((-100,57),(11,30)).segment((12,36)).segment((-99,63)).close().assemble().finalize().extrude(35)) |