Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('YZ',origin=(-41,0,0)) | |
| r=w0.sketch().segment((-44,-65),(21,-96)).segment((44,-48)).segment((-21,-17)).close().assemble().finalize().extrude(-59).union(w0.workplane(offset=141/2).moveTo(1,63).box(62,66,141)) |