Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('XY',origin=(0,0,-13)) | |
| r=w0.workplane(offset=-65/2).moveTo(-45,-14).box(110,76,65).union(w0.sketch().push([(60,12)]).circle(40).circle(10,mode='s').finalize().extrude(-3)).union(w0.workplane(offset=92/2).moveTo(60,12.5).box(4,21,92)) |