Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('ZX',origin=(0,29,0)) | |
| r=w0.sketch().push([(-2,45.5)]).rect(96,109).push([(-35,7.5)]).rect(20,17,mode='s').push([(7,31)]).circle(30,mode='s').finalize().extrude(-97).union(w0.workplane(offset=-11/2).moveTo(-16,-60).cylinder(11,40)).union(w0.workplane(offset=38/2).moveTo(25,53).cylinder(38,31)) |