{
  "version": "0.1",
  "nodes": {
    "1": {
      "id": 1,
      "name": "BottomTier",
      "op": {
        "type": "Cube",
        "size": {
          "x": 40,
          "y": 40,
          "z": 10
        }
      }
    },
    "2": {
      "id": 2,
      "name": "MiddleTier",
      "op": {
        "type": "Translate",
        "child": 3,
        "offset": {
          "x": 0,
          "y": 0,
          "z": 10
        }
      }
    },
    "3": {
      "id": 3,
      "name": "MiddleBlock",
      "op": {
        "type": "Cube",
        "size": {
          "x": 28,
          "y": 28,
          "z": 10
        }
      }
    },
    "4": {
      "id": 4,
      "name": "TopTier",
      "op": {
        "type": "Translate",
        "child": 5,
        "offset": {
          "x": 0,
          "y": 0,
          "z": 20
        }
      }
    },
    "5": {
      "id": 5,
      "name": "TopBlock",
      "op": {
        "type": "Cube",
        "size": {
          "x": 16,
          "y": 16,
          "z": 10
        }
      }
    },
    "6": {
      "id": 6,
      "name": "Pyramid",
      "op": {
        "type": "Union",
        "left": 1,
        "right": 2
      }
    },
    "7": {
      "id": 7,
      "name": "SteppedPyramid",
      "op": {
        "type": "Union",
        "left": 6,
        "right": 4
      }
    }
  },
  "materials": {},
  "part_materials": {},
  "roots": [
    {
      "root": 7,
      "material": "default"
    }
  ]
}