Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('YZ',origin=(-55,0,0)) | |
| r=w0.workplane(offset=56/2).moveTo(71,25).cylinder(56,29).union(w0.sketch().push([(-85,-34)]).rect(30,40).push([(-91.5,-18)]).rect(7,4,mode='s').push([(-81,-49.5)]).rect(4,9,mode='s').finalize().extrude(111)) |