Datasets:
ArXiv:
License:
File size: 187 Bytes
6b078bb | 1 2 3 | import cadquery as cq
w0=cq.Workplane('ZX',origin=(0,-100,0))
r=w0.workplane(offset=154/2).moveTo(64,10).cylinder(154,22).union(w0.workplane(offset=200/2).moveTo(-80,-26).cylinder(200,6)) |