{
  "version": "0.1",
  "nodes": {
    "1": {
      "id": 1,
      "name": "Bottom",
      "op": {
        "type": "Cylinder",
        "radius": 40,
        "height": 8,
        "segments": 64
      }
    },
    "2": {
      "id": 2,
      "name": "GrooveBase",
      "op": {
        "type": "Cylinder",
        "radius": 25,
        "height": 24,
        "segments": 64
      }
    },
    "3": {
      "id": 3,
      "name": "GroovePos",
      "op": {
        "type": "Translate",
        "child": 2,
        "offset": {
          "x": 0,
          "y": 0,
          "z": 8
        }
      }
    }
  },
  "materials": {},
  "part_materials": {},
  "roots": [
    {
      "root": 1,
      "material": "default"
    },
    {
      "root": 2,
      "material": "default"
    },
    {
      "root": 3,
      "material": "default"
    }
  ]
}