{
  "version": "0.1",
  "nodes": {
    "1": {
      "id": 1,
      "name": "base",
      "op": {
        "type": "Cube",
        "size": {
          "x": 120,
          "y": 80,
          "z": 15
        }
      }
    },
    "2": {
      "id": 2,
      "name": null,
      "op": {
        "type": "Translate",
        "child": 1,
        "offset": {
          "x": -60,
          "y": -40,
          "z": 0
        }
      }
    },
    "3": {
      "id": 3,
      "name": "lboss",
      "op": {
        "type": "Cylinder",
        "radius": 15,
        "height": 20,
        "segments": 64
      }
    },
    "4": {
      "id": 4,
      "name": "rboss",
      "op": {
        "type": "Cylinder",
        "radius": 15,
        "height": 20,
        "segments": 64
      }
    },
    "5": {
      "id": 5,
      "name": null,
      "op": {
        "type": "Translate",
        "child": 3,
        "offset": {
          "x": -30,
          "y": 0,
          "z": 15
        }
      }
    },
    "6": {
      "id": 6,
      "name": null,
      "op": {
        "type": "Translate",
        "child": 4,
        "offset": {
          "x": 30,
          "y": 0,
          "z": 15
        }
      }
    },
    "7": {
      "id": 7,
      "name": "u1",
      "op": {
        "type": "Union",
        "left": 2,
        "right": 5
      }
    },
    "8": {
      "id": 8,
      "name": "u2",
      "op": {
        "type": "Union",
        "left": 7,
        "right": 6
      }
    },
    "9": {
      "id": 9,
      "name": "lbore",
      "op": {
        "type": "Cylinder",
        "radius": 8,
        "height": 37,
        "segments": 64
      }
    },
    "10": {
      "id": 10,
      "name": "rbore",
      "op": {
        "type": "Cylinder",
        "radius": 8,
        "height": 37,
        "segments": 64
      }
    },
    "11": {
      "id": 11,
      "name": "h1",
      "op": {
        "type": "Cylinder",
        "radius": 4,
        "height": 17,
        "segments": 32
      }
    },
    "12": {
      "id": 12,
      "name": "h2",
      "op": {
        "type": "Cylinder",
        "radius": 4,
        "height": 17,
        "segments": 32
      }
    },
    "13": {
      "id": 13,
      "name": "h3",
      "op": {
        "type": "Cylinder",
        "radius": 4,
        "height": 17,
        "segments": 32
      }
    },
    "14": {
      "id": 14,
      "name": "h4",
      "op": {
        "type": "Cylinder",
        "radius": 4,
        "height": 17,
        "segments": 32
      }
    },
    "15": {
      "id": 15,
      "name": null,
      "op": {
        "type": "Translate",
        "child": 9,
        "offset": {
          "x": -30,
          "y": 0,
          "z": -1
        }
      }
    },
    "16": {
      "id": 16,
      "name": null,
      "op": {
        "type": "Translate",
        "child": 10,
        "offset": {
          "x": 30,
          "y": 0,
          "z": -1
        }
      }
    },
    "17": {
      "id": 17,
      "name": null,
      "op": {
        "type": "Translate",
        "child": 11,
        "offset": {
          "x": 50,
          "y": 30,
          "z": -1
        }
      }
    },
    "18": {
      "id": 18,
      "name": null,
      "op": {
        "type": "Translate",
        "child": 12,
        "offset": {
          "x": -50,
          "y": 30,
          "z": -1
        }
      }
    },
    "19": {
      "id": 19,
      "name": null,
      "op": {
        "type": "Translate",
        "child": 13,
        "offset": {
          "x": -50,
          "y": -30,
          "z": -1
        }
      }
    },
    "20": {
      "id": 20,
      "name": null,
      "op": {
        "type": "Translate",
        "child": 14,
        "offset": {
          "x": 50,
          "y": -30,
          "z": -1
        }
      }
    },
    "21": {
      "id": 21,
      "name": "d1",
      "op": {
        "type": "Difference",
        "left": 8,
        "right": 15
      }
    },
    "22": {
      "id": 22,
      "name": "d2",
      "op": {
        "type": "Difference",
        "left": 21,
        "right": 16
      }
    },
    "23": {
      "id": 23,
      "name": "d3",
      "op": {
        "type": "Difference",
        "left": 22,
        "right": 17
      }
    },
    "24": {
      "id": 24,
      "name": "d4",
      "op": {
        "type": "Difference",
        "left": 23,
        "right": 18
      }
    },
    "25": {
      "id": 25,
      "name": "d5",
      "op": {
        "type": "Difference",
        "left": 24,
        "right": 19
      }
    },
    "26": {
      "id": 26,
      "name": "d6",
      "op": {
        "type": "Difference",
        "left": 25,
        "right": 20
      }
    }
  },
  "materials": {},
  "part_materials": {
    "26": "steel"
  },
  "roots": [
    {
      "root": 26,
      "material": "steel"
    }
  ]
}