{
  "version": "0.1",
  "nodes": {
    "1": { "id": 1, "name": "Base Cylinder", "op": { "type": "Cylinder", "radius": 10, "height": 30, "segments": 32 } },
    "2": { "id": 2, "name": "Cylinder +Y", "op": { "type": "Translate", "child": 1, "offset": { "x": 0.0, "y": 11.5470053838, "z": 0.0 } } },
    "3": { "id": 3, "name": "Cylinder -X -Y", "op": { "type": "Translate", "child": 1, "offset": { "x": -10.0, "y": -5.7735026919, "z": 0.0 } } },
    "4": { "id": 4, "name": "Cylinder +X -Y", "op": { "type": "Translate", "child": 1, "offset": { "x": 10.0, "y": -5.7735026919, "z": 0.0 } } },
    "5": { "id": 5, "name": "Union A", "op": { "type": "Union", "left": 2, "right": 3 } },
    "6": { "id": 6, "name": "Union Final", "op": { "type": "Union", "left": 5, "right": 4 } }
  },
  "materials": {},
  "part_materials": {},
  "roots": [
    { "root": 6, "material": "default" }
  ]
}