Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('YZ',origin=(-14,0,0)) | |
| r=w0.workplane(offset=-33/2).moveTo(-31,45).cylinder(33,34).union(w0.sketch().push([(-67.5,11.5)]).rect(65,35).push([(54,-30.5)]).rect(92,97).finalize().extrude(61)) |