{
  "version": "0.1",
  "nodes": {
    "1": {
      "id": 1,
      "name": "translate_horizontal",
      "op": {
        "type": "Translate",
        "child": 2,
        "offset": {
          "x": -30,
          "y": 0,
          "z": 0
        }
      }
    },
    "2": {
      "id": 2,
      "name": "horizontal_bar_cube",
      "op": {
        "type": "Cube",
        "size": {
          "x": 60,
          "y": 20,
          "z": 5
        }
      }
    },
    "3": {
      "id": 3,
      "name": "translate_stem",
      "op": {
        "type": "Translate",
        "child": 4,
        "offset": {
          "x": -10,
          "y": 20,
          "z": 0
        }
      }
    },
    "4": {
      "id": 4,
      "name": "stem_cube",
      "op": {
        "type": "Cube",
        "size": {
          "x": 20,
          "y": 30,
          "z": 5
        }
      }
    },
    "5": {
      "id": 5,
      "name": "union_bar_stem",
      "op": {
        "type": "Union",
        "left": 1,
        "right": 3
      }
    },
    "6": {
      "id": 6,
      "name": "cylinder_hole_center",
      "op": {
        "type": "Cylinder",
        "radius": 2.5,
        "height": 5,
        "segments": 32
      }
    },
    "7": {
      "id": 7,
      "name": "translate_hole_center",
      "op": {
        "type": "Translate",
        "child": 6,
        "offset": {
          "x": 0,
          "y": 45,
          "z": 0
        }
      }
    },
    "8": {
      "id": 8,
      "name": "cylinder_hole_left",
      "op": {
        "type": "Cylinder",
        "radius": 2.5,
        "height": 5,
        "segments": 32
      }
    },
    "9": {
      "id": 9,
      "name": "translate_hole_left",
      "op": {
        "type": "Translate",
        "child": 8,
        "offset": {
          "x": -25,
          "y": 10,
          "z": 0
        }
      }
    },
    "10": {
      "id": 10,
      "name": "cylinder_hole_right",
      "op": {
        "type": "Cylinder",
        "radius": 2.5,
        "height": 5,
        "segments": 32
      }
    },
    "11": {
      "id": 11,
      "name": "translate_hole_right",
      "op": {
        "type": "Translate",
        "child": 10,
        "offset": {
          "x": 25,
          "y": 10,
          "z": 0
        }
      }
    },
    "12": {
      "id": 12,
      "name": "union_holes_left_center",
      "op": {
        "type": "Union",
        "left": 7,
        "right": 9
      }
    },
    "13": {
      "id": 13,
      "name": "union_all_holes",
      "op": {
        "type": "Union",
        "left": 12,
        "right": 11
      }
    },
    "14": {
      "id": 14,
      "name": "final_bracket_with_holes",
      "op": {
        "type": "Difference",
        "left": 5,
        "right": 13
      }
    }
  },
  "materials": {},
  "part_materials": {},
  "roots": [
    {
      "root": 14,
      "material": "default"
    }
  ]
}