Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('XY',origin=(0,0,24)) | |
| r=w0.workplane(offset=-53/2).moveTo(71.5,-1).box(57,90,53).union(w0.sketch().push([(-76,22)]).circle(24).rect(40,8,mode='s').finalize().extrude(5)) |