Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('YZ',origin=(-14,0,0)) | |
| r=w0.sketch().push([(-5.5,22)]).rect(15,64).push([(51,-32.5)]).rect(98,9).finalize().extrude(-62).union(w0.sketch().push([(-42,-7.5)]).rect(116,93).push([(-2,-30)]).circle(8,mode='s').finalize().extrude(91)) |