{
  "version": "0.1",
  "nodes": {
    "1": {
      "id": 1,
      "name": "Base",
      "op": {
        "type": "Cube",
        "size": {
          "x": 80,
          "y": 40,
          "z": 12
        },
        "position": [
          -40,
          -20,
          0
        ]
      }
    },
    "2": {
      "id": 2,
      "name": "LeftTine",
      "op": {
        "type": "Cube",
        "size": {
          "x": 14,
          "y": 40,
          "z": 45
        },
        "position": [
          -40,
          -20,
          12
        ]
      }
    },
    "3": {
      "id": 3,
      "name": "RightTine",
      "op": {
        "type": "Cube",
        "size": {
          "x": 14,
          "y": 40,
          "z": 45
        },
        "position": [
          26,
          -20,
          12
        ]
      }
    },
    "4": {
      "id": 4,
      "name": "BoreCyl",
      "op": {
        "type": "Cylinder",
        "radius": 9,
        "height": 80,
        "segments": 64
      }
    },
    "5": {
      "id": 5,
      "name": "BoreRot",
      "op": {
        "type": "Rotate",
        "child": 4,
        "angles": {
          "x": 0,
          "y": 90,
          "z": 0
        }
      }
    },
    "6": {
      "id": 6,
      "name": "BorePos",
      "op": {
        "type": "Translate",
        "child": 5,
        "offset": {
          "x": -40,
          "y": 0,
          "z": 44.5
        }
      }
    },
    "7": {
      "id": 7,
      "name": "BaseLeft",
      "op": {
        "type": "Union",
        "left": 10,
        "right": 11
      }
    },
    "8": {
      "id": 8,
      "name": "Yoke",
      "op": {
        "type": "Union",
        "left": 7,
        "right": 12
      }
    },
    "9": {
      "id": 9,
      "name": "ForkYoke",
      "op": {
        "type": "Difference",
        "left": 8,
        "right": 6
      }
    },
    "10": {
      "id": 10,
      "name": "BaseT",
      "op": {
        "type": "Translate",
        "child": 1,
        "offset": {
          "x": -40,
          "y": -20,
          "z": 0
        }
      }
    },
    "11": {
      "id": 11,
      "name": "LeftTineT",
      "op": {
        "type": "Translate",
        "child": 2,
        "offset": {
          "x": -40,
          "y": -20,
          "z": 12
        }
      }
    },
    "12": {
      "id": 12,
      "name": "RightTineT",
      "op": {
        "type": "Translate",
        "child": 3,
        "offset": {
          "x": 26,
          "y": -20,
          "z": 12
        }
      }
    }
  },
  "materials": {},
  "part_materials": {},
  "roots": [
    {
      "root": 9,
      "material": "default"
    }
  ]
}