Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('ZX',origin=(0,-11,0)) | |
| w1=cq.Workplane('YZ',origin=(43,0,0)) | |
| r=w0.workplane(offset=-89/2).moveTo(-47,-6).cylinder(89,37).union(w1.workplane(offset=-58/2).moveTo(48,32).cylinder(58,52)) |