{
  "version": "0.1",
  "nodes": {
    "1": {
      "id": 1,
      "name": null,
      "op": {
        "type": "Cylinder",
        "radius": 10,
        "height": 30,
        "segments": 64
      }
    },
    "2": {
      "id": 2,
      "name": null,
      "op": {
        "type": "Translate",
        "child": 1,
        "offset": {
          "x": 0,
          "y": 11.547005383792516,
          "z": 0
        }
      }
    },
    "3": {
      "id": 3,
      "name": null,
      "op": {
        "type": "Cylinder",
        "radius": 10,
        "height": 30,
        "segments": 64
      }
    },
    "4": {
      "id": 4,
      "name": null,
      "op": {
        "type": "Translate",
        "child": 3,
        "offset": {
          "x": -10,
          "y": -5.773502691896258,
          "z": 0
        }
      }
    },
    "5": {
      "id": 5,
      "name": null,
      "op": {
        "type": "Cylinder",
        "radius": 10,
        "height": 30,
        "segments": 64
      }
    },
    "6": {
      "id": 6,
      "name": null,
      "op": {
        "type": "Translate",
        "child": 5,
        "offset": {
          "x": 10,
          "y": -5.773502691896258,
          "z": 0
        }
      }
    },
    "7": {
      "id": 7,
      "name": null,
      "op": {
        "type": "Union",
        "left": 4,
        "right": 6
      }
    },
    "8": {
      "id": 8,
      "name": "Three Tangent Cylinders",
      "op": {
        "type": "Union",
        "left": 2,
        "right": 7
      }
    }
  },
  "materials": {},
  "part_materials": {},
  "roots": [
    {
      "root": 8,
      "material": "default"
    }
  ]
}