Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('YZ',origin=(37,0,0)) | |
| r=w0.workplane(offset=-74/2).moveTo(26,-8).box(94,52,74).union(w0.sketch().segment((-73,4),(3,4)).arc((41,-29),(23,17)).segment((23,100)).segment((-73,100)).close().assemble().finalize().extrude(-12)).union(w0.workplane(offset=-4/2).moveTo(40,-90).cylinder(4,10)) |