Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('YZ',origin=(22,0,0)) | |
| w1=cq.Workplane('YZ',origin=(55,0,0)) | |
| r=w0.workplane(offset=-86/2).moveTo(-2,-18).cylinder(86,6).union(w0.sketch().push([(17,43)]).rect(2,30).push([(81,52)]).circle(19).finalize().extrude(17)).union(w1.workplane(offset=9/2).moveTo(-94.5,-36.5).box(11,69,9)) |