{
  "version": "0.1",
  "nodes": {
    "1": {
      "id": 1,
      "name": "Disc",
      "op": {
        "type": "Cylinder",
        "radius": 50,
        "height": 20,
        "segments": 64
      }
    },
    "2": {
      "id": 2,
      "name": "HubBase",
      "op": {
        "type": "Cylinder",
        "radius": 20,
        "height": 20,
        "segments": 64
      }
    },
    "3": {
      "id": 3,
      "name": "HubUp",
      "op": {
        "type": "Translate",
        "child": 2,
        "offset": {
          "x": 0,
          "y": 0,
          "z": 20
        }
      }
    },
    "4": {
      "id": 4,
      "name": "DiscPlusHub",
      "op": {
        "type": "Union",
        "left": 1,
        "right": 3
      }
    },
    "5": {
      "id": 5,
      "name": "Bore",
      "op": {
        "type": "Cylinder",
        "radius": 10,
        "height": 40,
        "segments": 64
      }
    },
    "6": {
      "id": 6,
      "name": "KeywayCube",
      "op": {
        "type": "Cube",
        "size": {
          "x": 6,
          "y": 6,
          "z": 40
        }
      }
    },
    "7": {
      "id": 7,
      "name": "Bolt1Cyl",
      "op": {
        "type": "Cylinder",
        "radius": 4,
        "height": 20,
        "segments": 32
      }
    },
    "8": {
      "id": 8,
      "name": "Bolt2Cyl",
      "op": {
        "type": "Cylinder",
        "radius": 4,
        "height": 20,
        "segments": 32
      }
    },
    "9": {
      "id": 9,
      "name": "Bolt3Cyl",
      "op": {
        "type": "Cylinder",
        "radius": 4,
        "height": 20,
        "segments": 32
      }
    },
    "10": {
      "id": 10,
      "name": "Bolt4Cyl",
      "op": {
        "type": "Cylinder",
        "radius": 4,
        "height": 20,
        "segments": 32
      }
    },
    "11": {
      "id": 11,
      "name": "KeywayT",
      "op": {
        "type": "Translate",
        "child": 6,
        "offset": {
          "x": -3,
          "y": 10,
          "z": 0
        }
      }
    },
    "12": {
      "id": 12,
      "name": "Bolt1T",
      "op": {
        "type": "Translate",
        "child": 7,
        "offset": {
          "x": 35,
          "y": 0,
          "z": 0
        }
      }
    },
    "13": {
      "id": 13,
      "name": "Bolt2T",
      "op": {
        "type": "Translate",
        "child": 8,
        "offset": {
          "x": 0,
          "y": 35,
          "z": 0
        }
      }
    },
    "14": {
      "id": 14,
      "name": "Bolt3T",
      "op": {
        "type": "Translate",
        "child": 9,
        "offset": {
          "x": -35,
          "y": 0,
          "z": 0
        }
      }
    },
    "15": {
      "id": 15,
      "name": "Bolt4T",
      "op": {
        "type": "Translate",
        "child": 10,
        "offset": {
          "x": 0,
          "y": -35,
          "z": 0
        }
      }
    },
    "16": {
      "id": 16,
      "name": "U1",
      "op": {
        "type": "Union",
        "left": 5,
        "right": 11
      }
    },
    "17": {
      "id": 17,
      "name": "U2",
      "op": {
        "type": "Union",
        "left": 16,
        "right": 12
      }
    },
    "18": {
      "id": 18,
      "name": "U3",
      "op": {
        "type": "Union",
        "left": 17,
        "right": 13
      }
    }
  },
  "materials": {},
  "part_materials": {},
  "roots": [
    {
      "root": 4,
      "material": "default"
    },
    {
      "root": 5,
      "material": "default"
    },
    {
      "root": 6,
      "material": "default"
    },
    {
      "root": 7,
      "material": "default"
    },
    {
      "root": 8,
      "material": "default"
    },
    {
      "root": 9,
      "material": "default"
    },
    {
      "root": 10,
      "material": "default"
    },
    {
      "root": 11,
      "material": "default"
    },
    {
      "root": 12,
      "material": "default"
    },
    {
      "root": 13,
      "material": "default"
    },
    {
      "root": 14,
      "material": "default"
    },
    {
      "root": 15,
      "material": "default"
    },
    {
      "root": 16,
      "material": "default"
    },
    {
      "root": 17,
      "material": "default"
    },
    {
      "root": 18,
      "material": "default"
    }
  ]
}