{
  "version": "0.1",
  "nodes": {
    "1": {"id": 1, "name": "outer", "op": {"type": "Cylinder", "radius": 50, "height": 12, "segments": 64}},
    "2": {"id": 2, "name": "bore", "op": {"type": "Cylinder", "radius": 20, "height": 14, "segments": 64}},
    "3": {"id": 3, "name": "bore_pos", "op": {"type": "Translate", "child": 2, "offset": {"x": 0, "y": 0, "z": -1}}},
    "4": {"id": 4, "name": "flange_bored", "op": {"type": "Difference", "left": 1, "right": 3}},

    "10": {"id": 10, "name": "bolt", "op": {"type": "Cylinder", "radius": 4, "height": 14, "segments": 32}},
    "11": {"id": 11, "name": "bolt_z", "op": {"type": "Translate", "child": 10, "offset": {"x": 0, "y": 0, "z": -1}}},

    "20": {"id": 20, "name": "bolt0", "op": {"type": "Translate", "child": 11, "offset": {"x": 37.5, "y": 0, "z": 0}}},
    "21": {"id": 21, "name": "bolt1", "op": {"type": "Translate", "child": 11, "offset": {"x": 18.75, "y": 32.4759526419, "z": 0}}},
    "22": {"id": 22, "name": "bolt2", "op": {"type": "Translate", "child": 11, "offset": {"x": -18.75, "y": 32.4759526419, "z": 0}}},
    "23": {"id": 23, "name": "bolt3", "op": {"type": "Translate", "child": 11, "offset": {"x": -37.5, "y": 0, "z": 0}}},
    "24": {"id": 24, "name": "bolt4", "op": {"type": "Translate", "child": 11, "offset": {"x": -18.75, "y": -32.4759526419, "z": 0}}},
    "25": {"id": 25, "name": "bolt5", "op": {"type": "Translate", "child": 11, "offset": {"x": 18.75, "y": -32.4759526419, "z": 0}}},

    "30": {"id": 30, "name": "u01", "op": {"type": "Union", "left": 20, "right": 21}},
    "31": {"id": 31, "name": "u012", "op": {"type": "Union", "left": 30, "right": 22}},
    "32": {"id": 32, "name": "u0123", "op": {"type": "Union", "left": 31, "right": 23}},
    "33": {"id": 33, "name": "u01234", "op": {"type": "Union", "left": 32, "right": 24}},
    "34": {"id": 34, "name": "all_bolts", "op": {"type": "Union", "left": 33, "right": 25}},

    "40": {"id": 40, "name": "final", "op": {"type": "Difference", "left": 4, "right": 34}}
  },
  "materials": {},
  "part_materials": {},
  "roots": [{"root": 40, "material": "default"}]
}