{
  "version": "0.1",
  "nodes": {
    "1": { "id": 1, "name": "BigCylinder", "op": {"type":"Cylinder", "radius":25, "height":40, "segments":64} },
    "2": { "id": 2, "name": "SmallCylinder", "op": {"type":"Cylinder", "radius":5, "height":40, "segments":32} },
    "3": { "id": 3, "name": "SmallTranslated", "op": {"type":"Translate", "child":2, "offset":{"x":30, "y":0, "z":0}} },
    "4": { "id": 4, "name": "Fused", "op": {"type":"Union", "left":1, "right":3} }
  },
  "materials": {},
  "part_materials": {},
  "roots": [{ "root": 4, "material": "default" }]
}