{
  "Uuid": "20b79ee4-7c0f-454e-8719-a48ee2fe028a",
  "IsCustomNode": false,
  "Description": null,
  "Name": "Sheets - Get Sheet Sets",
  "ElementResolver": {
    "ResolutionMap": {}
  },
  "Inputs": [],
  "Outputs": [],
  "Nodes": [
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Revit.Elements.Element.GetParameterValueByName@string",
      "Id": "579305bbd28448ee92ed24d13205c0d5",
      "Inputs": [
        {
          "Id": "d54a5a1faa404e879a342da73487bdb8",
          "Name": "element",
          "Description": "Revit.Elements.Element",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "1410077f4981425881a9a78ec42101f3",
          "Name": "parameterName",
          "Description": "The name of the parameter whose value you want to obtain.\n\nstring",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "45a12541d34a449dbfc264cfa22a5885",
          "Name": "var[]..[]",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the value of one of the element's parameters.\n\nElement.GetParameterValueByName (parameterName: string): var[]..[]"
    },
    {
      "ConcreteType": "DSRevitNodesUI.Categories, DSRevitNodesUI",
      "SelectedIndex": 450,
      "SelectedString": "OST_Sheets",
      "NodeType": "ExtensionNode",
      "Id": "d31588fc2c85461198670974176434ac",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "f87774867b8744a78490db4c5e8ef4b6",
          "Name": "Category",
          "Description": "The selected Category.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "All built-in categories."
    },
    {
      "ConcreteType": "DSRevitNodesUI.ElementsOfCategory, DSRevitNodesUI",
      "NodeType": "ExtensionNode",
      "Id": "2e230e538c96477ab77fadb84e5df288",
      "Inputs": [
        {
          "Id": "b7db23f9a3ae4654be13e7b158e83307",
          "Name": "Category",
          "Description": "The Category",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "463af22f2f0640a686994dfab2e1467d",
          "Name": "Elements",
          "Description": "An element type.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Get all elements of the specified category from the model."
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "\"Sheet Set\";",
      "Id": "2c86f26d3c70450592341182d83020b5",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "03f941254ca143749b2c77532c750b84",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "DSCore.List.Sort@var[]",
      "Id": "51b35d14af2c4048a7fc9d3bce600559",
      "Inputs": [
        {
          "Id": "c5ca454f19b94293b9e9a662f1654d77",
          "Name": "list",
          "Description": "The list of items to be sorted.\n\nvar[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "87aecd685910430a9a8a378c87fd30b4",
          "Name": "newList",
          "Description": "The indices of the items in the sorted list.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Sorts a list by the items and return their indices.\n\nList.Sort (list: var[]): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "DSCore.List.Flatten@var[]..[],int",
      "Id": "d2b13178d9634903965f3e1199da04e1",
      "Inputs": [
        {
          "Id": "9bb063d8e80a4587a381ecd696114fbf",
          "Name": "list",
          "Description": "List to flatten.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "758224f7f9a84cf2b01ed4bab4314de9",
          "Name": "amt",
          "Description": "Layers of nesting to remove.\n\nint\nDefault value : -1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "ae665ef1df8b4148b0a0dc5373d1c13f",
          "Name": "var[]..[]",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Flattens a nested list of lists by a certain amount.\n\nList.Flatten (list: var[]..[], amt: int = -1): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "DSCore.List.UniqueItems@var[]..[]",
      "Id": "102bda4bbe8a4ae18211232ca3659bf5",
      "Inputs": [
        {
          "Id": "1e6fdf6c3cbd432081c26de38b2d1fa6",
          "Name": "list",
          "Description": "List to filter duplicates out of.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "10fa427f525f47de9bb2c95c7fe885a4",
          "Name": "list",
          "Description": "Filtered list.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Creates a new list containing all unique items in the given list.\n\nList.UniqueItems (list: var[]..[]): var[]..[]"
    },
    {
      "ConcreteType": "CoreNodeModels.Watch, CoreNodeModels",
      "NodeType": "ExtensionNode",
      "Id": "51317d343fb24f23ace984ff639df06d",
      "Inputs": [
        {
          "Id": "0de4205fe94946528e243f5ee1656162",
          "Name": "",
          "Description": "Node to evaluate.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "5595fbad9d014a3f8ec5546a7648aa13",
          "Name": "",
          "Description": "Watch contents.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Visualize the output of node."
    }
  ],
  "Connectors": [
    {
      "Start": "45a12541d34a449dbfc264cfa22a5885",
      "End": "c5ca454f19b94293b9e9a662f1654d77",
      "Id": "d1a125d632c64df5947b27ca82432fda"
    },
    {
      "Start": "f87774867b8744a78490db4c5e8ef4b6",
      "End": "b7db23f9a3ae4654be13e7b158e83307",
      "Id": "eecf7788c198455da404924830b92f53"
    },
    {
      "Start": "463af22f2f0640a686994dfab2e1467d",
      "End": "d54a5a1faa404e879a342da73487bdb8",
      "Id": "29de48fd16bc474287f795807816a954"
    },
    {
      "Start": "03f941254ca143749b2c77532c750b84",
      "End": "1410077f4981425881a9a78ec42101f3",
      "Id": "0deabb1a7f7d46528eedf96969898af1"
    },
    {
      "Start": "87aecd685910430a9a8a378c87fd30b4",
      "End": "9bb063d8e80a4587a381ecd696114fbf",
      "Id": "8328b22a968f423983e69efadd0b7960"
    },
    {
      "Start": "ae665ef1df8b4148b0a0dc5373d1c13f",
      "End": "1e6fdf6c3cbd432081c26de38b2d1fa6",
      "Id": "7dfd81df40854bef8c4823b1745c3ff3"
    },
    {
      "Start": "10fa427f525f47de9bb2c95c7fe885a4",
      "End": "0de4205fe94946528e243f5ee1656162",
      "Id": "58fc029f2652491daff2e383c9221ca8"
    }
  ],
  "Dependencies": [],
  "Bindings": [],
  "View": {
    "Dynamo": {
      "ScaleFactor": 1.0,
      "HasRunWithoutCrash": true,
      "IsVisibleInDynamoLibrary": true,
      "Version": "2.2.1.5175",
      "RunType": "Automatic",
      "RunPeriod": "1000"
    },
    "Camera": {
      "Name": "Background Preview",
      "EyeX": -17.0,
      "EyeY": 24.0,
      "EyeZ": 50.0,
      "LookX": 12.0,
      "LookY": -13.0,
      "LookZ": -58.0,
      "UpX": 0.0,
      "UpY": 1.0,
      "UpZ": 0.0
    },
    "NodeViews": [
      {
        "ShowGeometry": true,
        "Name": "Element.GetParameterValueByName",
        "Id": "579305bbd28448ee92ed24d13205c0d5",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 759.26330174324937,
        "Y": -72.436636230891892
      },
      {
        "ShowGeometry": true,
        "Name": "Categories",
        "Id": "d31588fc2c85461198670974176434ac",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 263.68482421064846,
        "Y": -33.622213609080262
      },
      {
        "ShowGeometry": true,
        "Name": "All Elements of Category",
        "Id": "2e230e538c96477ab77fadb84e5df288",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 514.1579761836033,
        "Y": -41.676012707889114
      },
      {
        "ShowGeometry": true,
        "Name": "Code Block",
        "Id": "2c86f26d3c70450592341182d83020b5",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 507.52795347690244,
        "Y": 89.35683517583027
      },
      {
        "ShowGeometry": true,
        "Name": "List.Sort",
        "Id": "51b35d14af2c4048a7fc9d3bce600559",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 1094.7397094035,
        "Y": -67.9499092832549
      },
      {
        "ShowGeometry": true,
        "Name": "List.Flatten",
        "Id": "d2b13178d9634903965f3e1199da04e1",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 1355.7251979010941,
        "Y": -80.07415390908568
      },
      {
        "ShowGeometry": true,
        "Name": "List.UniqueItems",
        "Id": "102bda4bbe8a4ae18211232ca3659bf5",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 1578.6938003098239,
        "Y": -79.074530550795089
      },
      {
        "ShowGeometry": true,
        "Name": "Watch",
        "Id": "51317d343fb24f23ace984ff639df06d",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 1817.7140546473693,
        "Y": -29.940675120129981
      }
    ],
    "Annotations": [],
    "X": -154.1885808583811,
    "Y": 445.84554939102958,
    "Zoom": 0.87486866480183123
  }
}