{
  "version": "0.1",
  "nodes": {
    "1": {
      "id": 1,
      "name": "BasePrim",
      "op": {
        "type": "Cube",
        "size": {
          "x": 80,
          "y": 60,
          "z": 10
        }
      }
    },
    "2": {
      "id": 2,
      "name": "BaseT",
      "op": {
        "type": "Translate",
        "child": 1,
        "offset": {
          "x": -40,
          "y": -30,
          "z": 0
        }
      }
    },
    "3": {
      "id": 3,
      "name": "BossPrim",
      "op": {
        "type": "Cube",
        "size": {
          "x": 40,
          "y": 30,
          "z": 8
        }
      }
    },
    "4": {
      "id": 4,
      "name": "BossT",
      "op": {
        "type": "Translate",
        "child": 3,
        "offset": {
          "x": -20,
          "y": -15,
          "z": 10
        }
      }
    },
    "5": {
      "id": 5,
      "name": "Body",
      "op": {
        "type": "Union",
        "left": 2,
        "right": 4
      }
    },
    "6": {
      "id": 6,
      "name": "BorePrim",
      "op": {
        "type": "Cylinder",
        "radius": 9,
        "height": 18,
        "segments": 64
      }
    },
    "7": {
      "id": 7,
      "name": "BodyBore",
      "op": {
        "type": "Difference",
        "left": 5,
        "right": 6
      }
    },
    "8": {
      "id": 8,
      "name": "H1Prim",
      "op": {
        "type": "Cylinder",
        "radius": 3,
        "height": 10,
        "segments": 32
      }
    },
    "9": {
      "id": 9,
      "name": "H2Prim",
      "op": {
        "type": "Cylinder",
        "radius": 3,
        "height": 10,
        "segments": 32
      }
    },
    "10": {
      "id": 10,
      "name": "H3Prim",
      "op": {
        "type": "Cylinder",
        "radius": 3,
        "height": 10,
        "segments": 32
      }
    },
    "11": {
      "id": 11,
      "name": "H4Prim",
      "op": {
        "type": "Cylinder",
        "radius": 3,
        "height": 10,
        "segments": 32
      }
    },
    "12": {
      "id": 12,
      "name": "H1T",
      "op": {
        "type": "Translate",
        "child": 8,
        "offset": {
          "x": 28,
          "y": 22,
          "z": 0
        }
      }
    },
    "13": {
      "id": 13,
      "name": "H2T",
      "op": {
        "type": "Translate",
        "child": 9,
        "offset": {
          "x": -28,
          "y": 22,
          "z": 0
        }
      }
    },
    "14": {
      "id": 14,
      "name": "H3T",
      "op": {
        "type": "Translate",
        "child": 10,
        "offset": {
          "x": -28,
          "y": -22,
          "z": 0
        }
      }
    },
    "15": {
      "id": 15,
      "name": "H4T",
      "op": {
        "type": "Translate",
        "child": 11,
        "offset": {
          "x": 28,
          "y": -22,
          "z": 0
        }
      }
    },
    "16": {
      "id": 16,
      "name": "D1",
      "op": {
        "type": "Difference",
        "left": 7,
        "right": 12
      }
    },
    "17": {
      "id": 17,
      "name": "D2",
      "op": {
        "type": "Difference",
        "left": 16,
        "right": 13
      }
    },
    "18": {
      "id": 18,
      "name": "D3",
      "op": {
        "type": "Difference",
        "left": 17,
        "right": 14
      }
    },
    "19": {
      "id": 19,
      "name": "FinalSolid",
      "op": {
        "type": "Difference",
        "left": 18,
        "right": 15
      }
    }
  },
  "materials": {},
  "part_materials": {},
  "roots": [
    {
      "root": 19,
      "material": "default"
    }
  ]
}