Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('XY',origin=(0,0,61)) | |
| r=w0.sketch().push([(-23.5,47)]).rect(9,32).push([(-22,40)]).circle(2,mode='s').finalize().extrude(-161).union(w0.workplane(offset=39/2).moveTo(24,-59).cylinder(39,4)) |