Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('YZ',origin=(-91,0,0)) | |
| r=w0.workplane(offset=145/2).moveTo(61,76).cylinder(145,24).union(w0.workplane(offset=182/2).moveTo(-62.5,-69.5).box(45,61,182)) |