Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('ZX',origin=(0,96,0)) | |
| w1=cq.Workplane('YZ',origin=(-20,0,0)) | |
| r=w0.sketch().segment((65,-100),(90,-100)).arc((77,-94),(65,-86)).close().assemble().finalize().extrude(-192).union(w1.workplane(offset=120/2).moveTo(32.5,-25).box(51,130,120)) |