Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('XY',origin=(0,0,-16)) | |
| w1=cq.Workplane('YZ',origin=(29,0,0)) | |
| r=w0.sketch().segment((-29,-77),(-16,-80)).segment((-11,-61)).segment((-25,-57)).close().assemble().finalize().extrude(-84).union(w1.workplane(offset=-33/2).moveTo(42.5,45.5).box(75,109,33)) |