{
  "version": "0.1",
  "nodes": {
    "1": {
      "id": 1,
      "name": "base_raw",
      "op": {
        "type": "Cube",
        "size": {
          "x": 50,
          "y": 30,
          "z": 5
        }
      }
    },
    "2": {
      "id": 2,
      "name": null,
      "op": {
        "type": "Translate",
        "child": 1,
        "offset": {
          "x": -25,
          "y": -15,
          "z": 0
        }
      }
    },
    "3": {
      "id": 3,
      "name": null,
      "op": {
        "type": "Cube",
        "size": {
          "x": 50,
          "y": 3,
          "z": 15
        }
      }
    },
    "4": {
      "id": 4,
      "name": null,
      "op": {
        "type": "Translate",
        "child": 3,
        "offset": {
          "x": -25,
          "y": -11.5,
          "z": 5
        }
      }
    },
    "5": {
      "id": 5,
      "name": null,
      "op": {
        "type": "Union",
        "left": 2,
        "right": 4
      }
    },
    "6": {
      "id": 6,
      "name": null,
      "op": {
        "type": "Cube",
        "size": {
          "x": 50,
          "y": 3,
          "z": 15
        }
      }
    },
    "7": {
      "id": 7,
      "name": null,
      "op": {
        "type": "Translate",
        "child": 6,
        "offset": {
          "x": -25,
          "y": -1.5,
          "z": 5
        }
      }
    },
    "8": {
      "id": 8,
      "name": null,
      "op": {
        "type": "Union",
        "left": 5,
        "right": 7
      }
    },
    "9": {
      "id": 9,
      "name": null,
      "op": {
        "type": "Cube",
        "size": {
          "x": 50,
          "y": 3,
          "z": 15
        }
      }
    },
    "10": {
      "id": 10,
      "name": null,
      "op": {
        "type": "Translate",
        "child": 9,
        "offset": {
          "x": -25,
          "y": 8.5,
          "z": 5
        }
      }
    },
    "11": {
      "id": 11,
      "name": null,
      "op": {
        "type": "Union",
        "left": 8,
        "right": 10
      }
    }
  },
  "materials": {},
  "part_materials": {},
  "roots": [
    {
      "root": 11,
      "material": "default"
    }
  ]
}