Datasets:
ArXiv:
License:
File size: 285 Bytes
6b078bb | 1 2 3 4 | import cadquery as cq
w0=cq.Workplane('ZX',origin=(0,-14,0))
w1=cq.Workplane('ZX',origin=(0,-42,0))
r=w0.workplane(offset=11/2).moveTo(-31,-62).cylinder(11,38).union(w0.workplane(offset=65/2).moveTo(-30,51).cylinder(65,49)).union(w1.workplane(offset=-8/2).moveTo(50,41).cylinder(8,29)) |