{
  "version": "0.1",
  "nodes": {
    "1": {
      "id": 1,
      "name": "Flange",
      "op": {
        "type": "Cylinder",
        "radius": 40,
        "height": 10,
        "segments": 64
      }
    },
    "2": {
      "id": 2,
      "name": "Shaft Cyl",
      "op": {
        "type": "Cylinder",
        "radius": 15,
        "height": 50,
        "segments": 64
      }
    },
    "3": {
      "id": 3,
      "name": "Lift Shaft",
      "op": {
        "type": "Translate",
        "child": 2,
        "offset": {
          "x": 0,
          "y": 0,
          "z": 10
        }
      }
    },
    "4": {
      "id": 4,
      "name": "Body",
      "op": {
        "type": "Union",
        "left": 1,
        "right": 3
      }
    },
    "5": {
      "id": 5,
      "name": "Bore Cyl",
      "op": {
        "type": "Cylinder",
        "radius": 7.5,
        "height": 60.2,
        "segments": 64
      }
    },
    "6": {
      "id": 6,
      "name": "Bore",
      "op": {
        "type": "Translate",
        "child": 5,
        "offset": {
          "x": 0,
          "y": 0,
          "z": -0.1
        }
      }
    },
    "7": {
      "id": 7,
      "name": "Body-Bore",
      "op": {
        "type": "Difference",
        "left": 4,
        "right": 6
      }
    }
  },
  "materials": {},
  "part_materials": {},
  "roots": [
    {
      "root": 1,
      "material": "default"
    },
    {
      "root": 2,
      "material": "default"
    },
    {
      "root": 3,
      "material": "default"
    },
    {
      "root": 4,
      "material": "default"
    },
    {
      "root": 5,
      "material": "default"
    },
    {
      "root": 6,
      "material": "default"
    },
    {
      "root": 7,
      "material": "default"
    }
  ]
}