Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('YZ',origin=(5,0,0)) | |
| w1=cq.Workplane('YZ',origin=(-17,0,0)) | |
| r=w0.sketch().push([(-37,33)]).circle(10).circle(2,mode='s').finalize().extrude(-105).union(w0.sketch().arc((-53,-3),(32,-36),(6,52)).arc((-10,11),(-53,-3)).assemble().finalize().extrude(95)).union(w1.workplane(offset=56/2).moveTo(39,-38).cylinder(56,14)) |