{
  "version": "0.1",
  "nodes": {
    "1": { "id": 1, "name": "outer_cylinder", "op": { "type": "Cylinder", "radius": 30, "height": 8, "segments": 32 } },
    "2": { "id": 2, "name": "central_hole", "op": { "type": "Cylinder", "radius": 20, "height": 8, "segments": 32 } },
    "3": { "id": 3, "name": "body_without_center", "op": { "type": "Difference", "left": 1, "right": 2 } },
    "4": { "id": 4, "name": "bolt_hole_cylinder", "op": { "type": "Cylinder", "radius": 2.5, "height": 8, "segments": 32 } },
    "10": { "id": 10, "name": "bolt_hole_0deg", "op": { "type": "Translate", "child": 4, "offset": { "x": 25, "y": 0, "z": 0 } } },
    "11": { "id": 11, "name": "bolt_hole_60deg", "op": { "type": "Translate", "child": 4, "offset": { "x": 12.5, "y": 21.6506350946, "z": 0 } } },
    "12": { "id": 12, "name": "bolt_hole_120deg", "op": { "type": "Translate", "child": 4, "offset": { "x": -12.5, "y": 21.6506350946, "z": 0 } } },
    "13": { "id": 13, "name": "bolt_hole_180deg", "op": { "type": "Translate", "child": 4, "offset": { "x": -25, "y": 0, "z": 0 } } },
    "14": { "id": 14, "name": "bolt_hole_240deg", "op": { "type": "Translate", "child": 4, "offset": { "x": -12.5, "y": -21.6506350946, "z": 0 } } },
    "15": { "id": 15, "name": "bolt_hole_300deg", "op": { "type": "Translate", "child": 4, "offset": { "x": 12.5, "y": -21.6506350946, "z": 0 } } },
    "20": { "id": 20, "name": "holes_union_1", "op": { "type": "Union", "left": 10, "right": 11 } },
    "21": { "id": 21, "name": "holes_union_2", "op": { "type": "Union", "left": 20, "right": 12 } },
    "22": { "id": 22, "name": "holes_union_3", "op": { "type": "Union", "left": 21, "right": 13 } },
    "23": { "id": 23, "name": "holes_union_4", "op": { "type": "Union", "left": 22, "right": 14 } },
    "24": { "id": 24, "name": "holes_union_5", "op": { "type": "Union", "left": 23, "right": 15 } },
    "30": { "id": 30, "name": "flanged_cap", "op": { "type": "Difference", "left": 3, "right": 24 } }
  },
  "materials": {},
  "part_materials": {},
  "roots": [
    { "root": 30, "material": "default" }
  ]
}