Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('YZ',origin=(31,0,0)) | |
| w1=cq.Workplane('YZ',origin=(100,0,0)) | |
| r=w0.sketch().segment((-48,-55),(-27,-68)).segment((-8,-37)).arc((32,-20),(29,24)).segment((48,55)).segment((27,68)).segment((8,37)).arc((-32,20),(-29,-24)).close().assemble().finalize().extrude(-62).union(w1.workplane(offset=-200/2).box(18,60,200)) |