{
  "version": "0.1",
  "nodes": {
    "1": {
      "id": 1,
      "name": "outer_cylinder_OD60_H8",
      "op": {
        "type": "Cylinder",
        "radius": 30,
        "height": 8,
        "segments": 32
      }
    },
    "2": {
      "id": 2,
      "name": "central_hole_D40_H8",
      "op": {
        "type": "Cylinder",
        "radius": 20,
        "height": 8,
        "segments": 32
      }
    },
    "3": {
      "id": 3,
      "name": "body_minus_center_hole",
      "op": {
        "type": "Difference",
        "left": 1,
        "right": 2
      }
    },
    "4": {
      "id": 4,
      "name": "bolt_hole_cyl_1",
      "op": {
        "type": "Cylinder",
        "radius": 2.5,
        "height": 8,
        "segments": 32
      }
    },
    "5": {
      "id": 5,
      "name": "bolt_hole_cyl_2",
      "op": {
        "type": "Cylinder",
        "radius": 2.5,
        "height": 8,
        "segments": 32
      }
    },
    "6": {
      "id": 6,
      "name": "bolt_hole_cyl_3",
      "op": {
        "type": "Cylinder",
        "radius": 2.5,
        "height": 8,
        "segments": 32
      }
    },
    "7": {
      "id": 7,
      "name": "bolt_hole_cyl_4",
      "op": {
        "type": "Cylinder",
        "radius": 2.5,
        "height": 8,
        "segments": 32
      }
    },
    "8": {
      "id": 8,
      "name": "bolt_hole_cyl_5",
      "op": {
        "type": "Cylinder",
        "radius": 2.5,
        "height": 8,
        "segments": 32
      }
    },
    "9": {
      "id": 9,
      "name": "bolt_hole_cyl_6",
      "op": {
        "type": "Cylinder",
        "radius": 2.5,
        "height": 8,
        "segments": 32
      }
    },
    "10": {
      "id": 10,
      "name": "bolt_hole_pos_0deg",
      "op": {
        "type": "Translate",
        "child": 4,
        "offset": {
          "x": 25,
          "y": 0,
          "z": 0
        }
      }
    },
    "11": {
      "id": 11,
      "name": "bolt_hole_pos_60deg",
      "op": {
        "type": "Translate",
        "child": 5,
        "offset": {
          "x": 12.5,
          "y": 21.650635093219,
          "z": 0
        }
      }
    },
    "12": {
      "id": 12,
      "name": "bolt_hole_pos_120deg",
      "op": {
        "type": "Translate",
        "child": 6,
        "offset": {
          "x": -12.5,
          "y": 21.650635093219,
          "z": 0
        }
      }
    },
    "13": {
      "id": 13,
      "name": "bolt_hole_pos_180deg",
      "op": {
        "type": "Translate",
        "child": 7,
        "offset": {
          "x": -25,
          "y": 0,
          "z": 0
        }
      }
    },
    "14": {
      "id": 14,
      "name": "bolt_hole_pos_240deg",
      "op": {
        "type": "Translate",
        "child": 8,
        "offset": {
          "x": -12.5,
          "y": -21.650635093219,
          "z": 0
        }
      }
    },
    "15": {
      "id": 15,
      "name": "bolt_hole_pos_300deg",
      "op": {
        "type": "Translate",
        "child": 9,
        "offset": {
          "x": 12.5,
          "y": -21.650635093219,
          "z": 0
        }
      }
    },
    "16": {
      "id": 16,
      "name": "diff_minus_hole_1",
      "op": {
        "type": "Difference",
        "left": 3,
        "right": 10
      }
    },
    "17": {
      "id": 17,
      "name": "diff_minus_hole_2",
      "op": {
        "type": "Difference",
        "left": 16,
        "right": 11
      }
    },
    "18": {
      "id": 18,
      "name": "diff_minus_hole_3",
      "op": {
        "type": "Difference",
        "left": 17,
        "right": 12
      }
    },
    "19": {
      "id": 19,
      "name": "diff_minus_hole_4",
      "op": {
        "type": "Difference",
        "left": 18,
        "right": 13
      }
    },
    "20": {
      "id": 20,
      "name": "diff_minus_hole_5",
      "op": {
        "type": "Difference",
        "left": 19,
        "right": 14
      }
    },
    "21": {
      "id": 21,
      "name": "final_flanged_cap",
      "op": {
        "type": "Difference",
        "left": 20,
        "right": 15
      }
    }
  },
  "materials": {},
  "part_materials": {},
  "roots": [
    {
      "root": 21,
      "material": "default"
    }
  ]
}