{
  "version": "0.1",
  "nodes": {
    "1": {
      "id": 1,
      "name": "Base Cylinder",
      "op": { "type": "Cylinder", "radius": 10, "height": 30, "segments": 32 }
    },
    "2": {
      "id": 2,
      "name": "Cylinder V1",
      "op": { "type": "Translate", "child": 1, "offset": { "x": 0, "y": 11.5470053838, "z": 0 } }
    },
    "3": {
      "id": 3,
      "name": "Cylinder V2",
      "op": { "type": "Translate", "child": 1, "offset": { "x": -10, "y": -5.7735026919, "z": 0 } }
    },
    "4": {
      "id": 4,
      "name": "Cylinder V3",
      "op": { "type": "Translate", "child": 1, "offset": { "x": 10, "y": -5.7735026919, "z": 0 } }
    },
    "5": {
      "id": 5,
      "name": "Union 1-2",
      "op": { "type": "Union", "left": 2, "right": 3 }
    },
    "6": {
      "id": 6,
      "name": "Union All",
      "op": { "type": "Union", "left": 5, "right": 4 }
    }
  },
  "materials": {},
  "part_materials": {},
  "roots": [{ "root": 6, "material": "default" }]
}