Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('YZ',origin=(-25,0,0)) | |
| w1=cq.Workplane('XY',origin=(0,0,-6)) | |
| r=w0.workplane(offset=125/2).moveTo(-3,4).cylinder(125,69).union(w1.sketch().segment((-100,53),(16,53)).arc((-41,72),(-100,53)).assemble().finalize().extrude(-67)) |