Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('XY',origin=(0,0,-48)) | |
| r=w0.workplane(offset=-3/2).moveTo(6,70).cylinder(3,20).union(w0.sketch().push([(-32.5,-57)]).rect(135,66).push([(-79.5,-33.5)]).rect(9,3,mode='s').push([(65.5,54.5)]).rect(69,39).finalize().extrude(100)) |