{
  "version": "0.1",
  "nodes": {
    "1": { "id": 1, "name": "cyl1", "op": {"type":"Cylinder","radius":10,"height":30,"segments":64} },
    "2": { "id": 2, "name": "cyl1_placed", "op": {"type":"Translate","child":1,"offset":{"x":0.0,"y":11.5470,"z":0.0}} },
    "3": { "id": 3, "name": "cyl2", "op": {"type":"Cylinder","radius":10,"height":30,"segments":64} },
    "4": { "id": 4, "name": "cyl2_placed", "op": {"type":"Translate","child":3,"offset":{"x":-10.0,"y":-5.7735,"z":0.0}} },
    "5": { "id": 5, "name": "cyl3", "op": {"type":"Cylinder","radius":10,"height":30,"segments":64} },
    "6": { "id": 6, "name": "cyl3_placed", "op": {"type":"Translate","child":5,"offset":{"x":10.0,"y":-5.7735,"z":0.0}} },
    "7": { "id": 7, "name": "union_12", "op": {"type":"Union","left":2,"right":4} },
    "8": { "id": 8, "name": "union_all", "op": {"type":"Union","left":7,"right":6} }
  },
  "materials": {},
  "part_materials": {},
  "roots": [{ "root": 8, "material": "default" }]
}