Datasets:
ArXiv:
License:
| import cadquery as cq | |
| w0=cq.Workplane('YZ',origin=(69,0,0)) | |
| w1=cq.Workplane('YZ',origin=(21,0,0)) | |
| r=w0.workplane(offset=30/2).moveTo(41,11).cylinder(30,59).union(w1.workplane(offset=-120/2).moveTo(-73,-43).cylinder(120,27)) |