Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('YZ',origin=(-42,0,0)) | |
| w1=cq.Workplane('YZ',origin=(-56,0,0)) | |
| r=w0.workplane(offset=98/2).moveTo(27.5,10).box(145,10,98).union(w1.workplane(offset=112/2).moveTo(-83,0).cylinder(112,17)) |