{
  "version": "0.1",
  "nodes": {
    "1": {
      "id": 1,
      "name": "cube_axis_aligned",
      "op": {
        "type": "Cube",
        "size": {
          "x": 40,
          "y": 40,
          "z": 8
        }
      }
    },
    "2": {
      "id": 2,
      "name": "tx_axis_aligned_center",
      "op": {
        "type": "Translate",
        "child": 1,
        "offset": {
          "x": -20,
          "y": -20,
          "z": 0
        }
      }
    },
    "3": {
      "id": 3,
      "name": "cube_rotated",
      "op": {
        "type": "Cube",
        "size": {
          "x": 56.568542494923804,
          "y": 56.568542494923804,
          "z": 8
        }
      }
    },
    "4": {
      "id": 4,
      "name": "tx_rot_center",
      "op": {
        "type": "Translate",
        "child": 3,
        "offset": {
          "x": -28.284271247461902,
          "y": -28.284271247461902,
          "z": 0
        }
      }
    },
    "5": {
      "id": 5,
      "name": "rot45",
      "op": {
        "type": "Rotate",
        "child": 4,
        "angles": {
          "x": 0,
          "y": 0,
          "z": 45
        }
      }
    },
    "6": {
      "id": 6,
      "name": "octagonal_prism",
      "op": {
        "type": "Intersection",
        "left": 2,
        "right": 5
      }
    },
    "7": {
      "id": 7,
      "name": "hole_cylinder",
      "op": {
        "type": "Cylinder",
        "radius": 2.5,
        "height": 8,
        "segments": 32
      }
    },
    "8": {
      "id": 8,
      "name": "hole_tx_0",
      "op": {
        "type": "Translate",
        "child": 7,
        "offset": {
          "x": 15,
          "y": 0,
          "z": 0
        }
      }
    },
    "9": {
      "id": 9,
      "name": "hole_tx_45",
      "op": {
        "type": "Translate",
        "child": 7,
        "offset": {
          "x": 10.606601717798213,
          "y": 10.606601717798211,
          "z": 0
        }
      }
    },
    "10": {
      "id": 10,
      "name": "hole_tx_90",
      "op": {
        "type": "Translate",
        "child": 7,
        "offset": {
          "x": 0,
          "y": 15,
          "z": 0
        }
      }
    },
    "11": {
      "id": 11,
      "name": "hole_tx_135",
      "op": {
        "type": "Translate",
        "child": 7,
        "offset": {
          "x": -10.606601717798213,
          "y": 10.606601717798211,
          "z": 0
        }
      }
    },
    "12": {
      "id": 12,
      "name": "hole_tx_180",
      "op": {
        "type": "Translate",
        "child": 7,
        "offset": {
          "x": -15,
          "y": 0,
          "z": 0
        }
      }
    },
    "13": {
      "id": 13,
      "name": "hole_tx_225",
      "op": {
        "type": "Translate",
        "child": 7,
        "offset": {
          "x": -10.606601717798215,
          "y": -10.606601717798213,
          "z": 0
        }
      }
    },
    "14": {
      "id": 14,
      "name": "hole_tx_270",
      "op": {
        "type": "Translate",
        "child": 7,
        "offset": {
          "x": 0,
          "y": -15,
          "z": 0
        }
      }
    },
    "15": {
      "id": 15,
      "name": "hole_tx_315",
      "op": {
        "type": "Translate",
        "child": 7,
        "offset": {
          "x": 10.606601717798213,
          "y": -10.606601717798215,
          "z": 0
        }
      }
    },
    "16": {
      "id": 16,
      "name": "union_holes_8_9",
      "op": {
        "type": "Union",
        "left": 8,
        "right": 9
      }
    },
    "17": {
      "id": 17,
      "name": "union_holes_16_10",
      "op": {
        "type": "Union",
        "left": 16,
        "right": 10
      }
    },
    "18": {
      "id": 18,
      "name": "union_holes_17_11",
      "op": {
        "type": "Union",
        "left": 17,
        "right": 11
      }
    },
    "19": {
      "id": 19,
      "name": "union_holes_18_12",
      "op": {
        "type": "Union",
        "left": 18,
        "right": 12
      }
    },
    "20": {
      "id": 20,
      "name": "union_holes_19_13",
      "op": {
        "type": "Union",
        "left": 19,
        "right": 13
      }
    },
    "21": {
      "id": 21,
      "name": "union_holes_20_14",
      "op": {
        "type": "Union",
        "left": 20,
        "right": 14
      }
    },
    "22": {
      "id": 22,
      "name": "union_holes_all",
      "op": {
        "type": "Union",
        "left": 21,
        "right": 15
      }
    },
    "23": {
      "id": 23,
      "name": "flange_with_holes",
      "op": {
        "type": "Difference",
        "left": 6,
        "right": 22
      }
    }
  },
  "materials": {},
  "part_materials": {},
  "roots": [
    {
      "root": 23,
      "material": "default"
    }
  ]
}