{
  "version": "0.1",
  "nodes": {
    "1": {
      "id": 1,
      "name": "base_cube",
      "op": {
        "type": "Cube",
        "size": {
          "x": 50,
          "y": 30,
          "z": 5
        }
      }
    },
    "2": {
      "id": 2,
      "name": "fin_cube_a",
      "op": {
        "type": "Cube",
        "size": {
          "x": 50,
          "y": 3,
          "z": 15
        }
      }
    },
    "3": {
      "id": 3,
      "name": "fin_cube_b",
      "op": {
        "type": "Cube",
        "size": {
          "x": 50,
          "y": 3,
          "z": 15
        }
      }
    },
    "4": {
      "id": 4,
      "name": "fin_cube_c",
      "op": {
        "type": "Cube",
        "size": {
          "x": 50,
          "y": 3,
          "z": 15
        }
      }
    },
    "5": {
      "id": 5,
      "name": "base_t",
      "op": {
        "type": "Translate",
        "child": 1,
        "offset": {
          "x": -25,
          "y": -15,
          "z": 0
        }
      }
    },
    "6": {
      "id": 6,
      "name": "fin_a_t",
      "op": {
        "type": "Translate",
        "child": 2,
        "offset": {
          "x": -25,
          "y": -11.5,
          "z": 5
        }
      }
    },
    "7": {
      "id": 7,
      "name": "fin_b_t",
      "op": {
        "type": "Translate",
        "child": 3,
        "offset": {
          "x": -25,
          "y": -1.5,
          "z": 5
        }
      }
    },
    "8": {
      "id": 8,
      "name": "fin_c_t",
      "op": {
        "type": "Translate",
        "child": 4,
        "offset": {
          "x": -25,
          "y": 8.5,
          "z": 5
        }
      }
    },
    "9": {
      "id": 9,
      "name": "u1",
      "op": {
        "type": "Union",
        "left": 5,
        "right": 6
      }
    },
    "10": {
      "id": 10,
      "name": "u2",
      "op": {
        "type": "Union",
        "left": 9,
        "right": 7
      }
    },
    "11": {
      "id": 11,
      "name": "FinnedBlock",
      "op": {
        "type": "Union",
        "left": 10,
        "right": 8
      }
    }
  },
  "materials": {},
  "part_materials": {},
  "roots": [
    {
      "root": 11,
      "material": "default"
    }
  ]
}