Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('YZ',origin=(-85,0,0)) | |
| w1=cq.Workplane('ZX',origin=(0,58,0)) | |
| r=w0.sketch().segment((53,-49),(64,-49)).segment((64,-31)).arc((58,-32),(53,-31)).close().assemble().finalize().extrude(181).union(w1.workplane(offset=-123/2).moveTo(0,-92.5).box(200,7,123)) |