Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('XY',origin=(0,0,-33)) | |
| r=w0.sketch().push([(-61,-12)]).circle(39).push([(74,10)]).circle(1).finalize().extrude(-8).union(w0.sketch().push([(-11.5,46.5)]).rect(17,47).push([(-12,46.5)]).rect(6,13,mode='s').finalize().extrude(71)).union(w0.workplane(offset=75/2).moveTo(65,-28.5).box(70,83,75)) |