{
  "version": "0.1",
  "nodes": {
    "1": {"id": 1, "name": "flange", "op": {"type": "Cylinder", "radius": 40, "height": 10, "segments": 64}},
    "2": {"id": 2, "name": "shaft_raw", "op": {"type": "Cylinder", "radius": 15, "height": 50, "segments": 64}},
    "3": {"id": 3, "name": "shaft", "op": {"type": "Translate", "child": 2, "offset": {"x": 0, "y": 0, "z": 10}}},
    "4": {"id": 4, "name": "body", "op": {"type": "Union", "left": 1, "right": 3}},
    "5": {"id": 5, "name": "bore", "op": {"type": "Cylinder", "radius": 7.5, "height": 60, "segments": 64}},
    "6": {"id": 6, "name": "body_bored", "op": {"type": "Difference", "left": 4, "right": 5}},
    "7": {"id": 7, "name": "bolt_proto", "op": {"type": "Cylinder", "radius": 3, "height": 10, "segments": 32}},
    "8": {"id": 8, "name": "bolt1", "op": {"type": "Translate", "child": 7, "offset": {"x": 30, "y": 0, "z": 0}}},
    "9": {"id": 9, "name": "bolt2", "op": {"type": "Translate", "child": 7, "offset": {"x": 0, "y": 30, "z": 0}}},
    "10": {"id": 10, "name": "bolt3", "op": {"type": "Translate", "child": 7, "offset": {"x": -30, "y": 0, "z": 0}}},
    "11": {"id": 11, "name": "bolt4", "op": {"type": "Translate", "child": 7, "offset": {"x": 0, "y": -30, "z": 0}}},
    "12": {"id": 12, "name": "bolts12", "op": {"type": "Union", "left": 8, "right": 9}},
    "13": {"id": 13, "name": "bolts123", "op": {"type": "Union", "left": 12, "right": 10}},
    "14": {"id": 14, "name": "bolts_all", "op": {"type": "Union", "left": 13, "right": 11}},
    "15": {"id": 15, "name": "final", "op": {"type": "Difference", "left": 6, "right": 14}}
  },
  "materials": {},
  "part_materials": {},
  "roots": [{"root": 15, "material": "default"}]
}