{
  "version": "0.1",
  "nodes": {
    "1": {
      "id": 1,
      "name": "body",
      "op": {
        "type": "Cylinder",
        "radius": 30,
        "height": 8,
        "segments": 64
      }
    },
    "2": {
      "id": 2,
      "name": "ctr_hole_raw",
      "op": {
        "type": "Cylinder",
        "radius": 20,
        "height": 10,
        "segments": 64
      }
    },
    "3": {
      "id": 3,
      "name": "ctr_hole_pos",
      "op": {
        "type": "Translate",
        "child": 2,
        "offset": {
          "x": 0,
          "y": 0,
          "z": -1
        }
      }
    },
    "4": {
      "id": 4,
      "name": "body_minus_ctr",
      "op": {
        "type": "Difference",
        "left": 1,
        "right": 3
      }
    },
    "5": {
      "id": 5,
      "name": "bolt_hole_raw",
      "op": {
        "type": "Cylinder",
        "radius": 2.5,
        "height": 10,
        "segments": 32
      }
    },
    "6": {
      "id": 6,
      "name": "bolt_hole_pos",
      "op": {
        "type": "Translate",
        "child": 5,
        "offset": {
          "x": 25,
          "y": 0,
          "z": -1
        }
      }
    }
  },
  "materials": {},
  "part_materials": {},
  "roots": [
    {
      "root": 4,
      "material": "default"
    },
    {
      "root": 5,
      "material": "default"
    },
    {
      "root": 6,
      "material": "default"
    }
  ]
}