{
  "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 (+Y)",
      "op": { "type": "Translate", "child": 1, "offset": { "x": 0, "y": 11.547005384, "z": 0 } }
    },
    "3": {
      "id": 3,
      "name": "Cylinder V2 (+X,-Y)",
      "op": { "type": "Translate", "child": 1, "offset": { "x": 10, "y": -5.773502692, "z": 0 } }
    },
    "4": {
      "id": 4,
      "name": "Cylinder V3 (-X,-Y)",
      "op": { "type": "Translate", "child": 1, "offset": { "x": -10, "y": -5.773502692, "z": 0 } }
    },
    "5": {
      "id": 5,
      "name": "Union V1+V2",
      "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" }
  ]
}