{
  "version": "0.1",
  "nodes": {
    "1": {
      "id": 1,
      "name": "plate-raw",
      "op": {
        "type": "Cube",
        "size": {
          "x": 120,
          "y": 80,
          "z": 10
        }
      }
    },
    "2": {
      "id": 2,
      "name": "plate",
      "op": {
        "type": "Translate",
        "child": 1,
        "offset": {
          "x": -60,
          "y": -40,
          "z": 10
        }
      }
    },
    "3": {
      "id": 3,
      "name": "ribA-raw",
      "op": {
        "type": "Cube",
        "size": {
          "x": 120,
          "y": 8,
          "z": 10
        }
      }
    },
    "4": {
      "id": 4,
      "name": "ribB-raw",
      "op": {
        "type": "Cube",
        "size": {
          "x": 120,
          "y": 8,
          "z": 10
        }
      }
    },
    "5": {
      "id": 5,
      "name": "ribC-raw",
      "op": {
        "type": "Cube",
        "size": {
          "x": 120,
          "y": 8,
          "z": 10
        }
      }
    },
    "6": {
      "id": 6,
      "name": "ribA",
      "op": {
        "type": "Translate",
        "child": 3,
        "offset": {
          "x": -60,
          "y": -28,
          "z": 0
        }
      }
    },
    "7": {
      "id": 7,
      "name": "ribB",
      "op": {
        "type": "Translate",
        "child": 4,
        "offset": {
          "x": -60,
          "y": -4,
          "z": 0
        }
      }
    },
    "8": {
      "id": 8,
      "name": "ribC",
      "op": {
        "type": "Translate",
        "child": 5,
        "offset": {
          "x": -60,
          "y": 20,
          "z": 0
        }
      }
    },
    "9": {
      "id": 9,
      "name": "body",
      "op": {
        "type": "Union",
        "left": 2,
        "right": 6
      }
    },
    "10": {
      "id": 10,
      "name": "body2",
      "op": {
        "type": "Union",
        "left": 9,
        "right": 7
      }
    },
    "11": {
      "id": 11,
      "name": "body3",
      "op": {
        "type": "Union",
        "left": 10,
        "right": 8
      }
    },
    "12": {
      "id": 12,
      "name": "hole1-raw",
      "op": {
        "type": "Cylinder",
        "radius": 4,
        "height": 20,
        "segments": 64
      }
    },
    "13": {
      "id": 13,
      "name": "hole2-raw",
      "op": {
        "type": "Cylinder",
        "radius": 4,
        "height": 20,
        "segments": 64
      }
    },
    "14": {
      "id": 14,
      "name": "hole3-raw",
      "op": {
        "type": "Cylinder",
        "radius": 4,
        "height": 20,
        "segments": 64
      }
    },
    "15": {
      "id": 15,
      "name": "hole4-raw",
      "op": {
        "type": "Cylinder",
        "radius": 4,
        "height": 20,
        "segments": 64
      }
    },
    "16": {
      "id": 16,
      "name": "hole1",
      "op": {
        "type": "Translate",
        "child": 12,
        "offset": {
          "x": 45,
          "y": 30,
          "z": 0
        }
      }
    },
    "17": {
      "id": 17,
      "name": "hole2",
      "op": {
        "type": "Translate",
        "child": 13,
        "offset": {
          "x": -45,
          "y": 30,
          "z": 0
        }
      }
    },
    "18": {
      "id": 18,
      "name": "hole3",
      "op": {
        "type": "Translate",
        "child": 14,
        "offset": {
          "x": -45,
          "y": -30,
          "z": 0
        }
      }
    },
    "19": {
      "id": 19,
      "name": "hole4",
      "op": {
        "type": "Translate",
        "child": 15,
        "offset": {
          "x": 45,
          "y": -30,
          "z": 0
        }
      }
    },
    "20": {
      "id": 20,
      "name": "holes12",
      "op": {
        "type": "Union",
        "left": 16,
        "right": 17
      }
    },
    "21": {
      "id": 21,
      "name": "holes123",
      "op": {
        "type": "Union",
        "left": 20,
        "right": 18
      }
    },
    "22": {
      "id": 22,
      "name": "holes-all",
      "op": {
        "type": "Union",
        "left": 21,
        "right": 19
      }
    },
    "23": {
      "id": 23,
      "name": "RibbedPlate",
      "op": {
        "type": "Difference",
        "left": 11,
        "right": 22
      }
    }
  },
  "materials": {},
  "part_materials": {},
  "roots": [
    {
      "root": 23,
      "material": "default"
    }
  ]
}