Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('XY',origin=(0,0,-65)) | |
| w1=cq.Workplane('YZ',origin=(36,0,0)) | |
| r=w0.workplane(offset=156/2).moveTo(-2,0).cylinder(156,98).union(w1.workplane(offset=64/2).moveTo(0,-33.5).box(66,115,64)) |