c1 = circle(6) c2 = circle(4).translate((6, 0)) out = union(c1, c2)