Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('YZ',origin=(40,0,0)) | |
| r=w0.sketch().segment((-99,62),(-74,3)).segment((15,40)).segment((-10,100)).close().assemble().finalize().extrude(-80).union(w0.workplane(offset=-39/2).moveTo(63,-46).box(72,108,39)) |