{
  "Uuid": "496cc957-6bb6-40cb-be3c-8027dab9526e",
  "IsCustomNode": false,
  "Description": null,
  "Name": "Nom de fichier dans cartouche",
  "ElementResolver": {
    "ResolutionMap": {}
  },
  "Inputs": [],
  "Outputs": [],
  "Nodes": [
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Revit.Application.Document.Current",
      "Id": "9e7883e13caa4358b04dfb187b12a112",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "85455eaf1e174f78bc8bd3180108ecc8",
          "Name": "Document",
          "Description": "Document",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Obtenir le document actif\n\nDocument.Current: Document"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Revit.Application.Document.FilePath",
      "Id": "aa247e4fcc5a4fbf9dd34626c6c200e6",
      "Inputs": [
        {
          "Id": "850bdece5b894b15b579f1ee023f3495",
          "Name": "document",
          "Description": "Revit.Application.Document",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "dc28974a6aed40ea97b2dfd038b0334d",
          "Name": "string",
          "Description": "string",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Le chemin d'accès complet du document.\n\nDocument.FilePath: string"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "\"\\\\\";",
      "Id": "973b37adc4414edab3e8fa8ddcce102e",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "6923b7cc418c47d0a69219207040bad9",
          "Name": "",
          "Description": "Valeur de l'expression à la ligne 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Permet de créer le code DesignScript directement"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSVarArgFunction, DynamoCore",
      "FunctionSignature": "DSCore.String.Split@string,string[]",
      "FunctionType": "VariableArgument",
      "NodeType": "FunctionNode",
      "Id": "ac367d36a2d346fe8cd7176eaf82980c",
      "Inputs": [
        {
          "Id": "707778122f2f459581492b70814cc5c3",
          "Name": "str",
          "Description": "Chaîne à diviser.\n\nstring",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "aa9d4933630e44f7bfba75f0b01a05ac",
          "Name": "separator0",
          "Description": "Ces chaînes, si elles sont présentes, déterminent le début et la fin d'une division.\n\nstring[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "73f07d85d7d947fa9981f9feaab52caa",
          "Name": "strings",
          "Description": "Liste de chaînes créée à partir de la chaîne d'entrée.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Divise une chaîne unique en une liste de chaînes, les chaînes de séparation indiquées déterminant les divisions.\n\nString.Split (str: string, separators: string[]): string[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "DSCore.List.LastItem@var[]..[]",
      "Id": "5e4be3150c4c4d14a0b3e14625aca242",
      "Inputs": [
        {
          "Id": "ebb32c8137d54380a61ad24c30864228",
          "Name": "list",
          "Description": "Obtenir le dernier élément de cette liste.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "a1a2b737bf7b473d93faa9ff06f4235c",
          "Name": "last",
          "Description": "Dernier élément de la liste.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Récupère le dernier élément d'une liste.\n\nList.LastItem (list: var[]..[]): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Revit.Elements.Element.SetParameterByName@string,var",
      "Id": "d4d12a35f3544ca495c93e358447c889",
      "Inputs": [
        {
          "Id": "e64dc825e3f349b6ade259d24f54b660",
          "Name": "element",
          "Description": "Revit.Elements.Element",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c7477d64a89247cbbe8635cec4a8245e",
          "Name": "parameterName",
          "Description": "Nom du paramètre à définir.\n\nstring",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "a9ea647a6af84a028f24a24a89ad728a",
          "Name": "value",
          "Description": "Valeur.\n\nvar",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "9f6e9bdce9614e69a68925a407cbe2d0",
          "Name": "Element",
          "Description": "Element",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Définir l'un des paramètres de l'élément.\n\nElement.SetParameterByName (parameterName: string, value: var): Element"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "\"Nom du fichier\";",
      "Id": "32ed9b3dad314fc6a1e29c6a039c3975",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "8cfa9425616b491d8ff3e1a5dcb6ae72",
          "Name": "",
          "Description": "Valeur de l'expression à la ligne 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Permet de créer le code DesignScript directement"
    },
    {
      "ConcreteType": "DSRevitNodesUI.ElementsOfCategory, DSRevitNodesUI",
      "NodeType": "ExtensionNode",
      "Id": "6d13d8770a54417abf225121958191a9",
      "Inputs": [
        {
          "Id": "d60bed09a2f4490480995b6cd0fe878a",
          "Name": "Category",
          "Description": "Catégorie",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "7276ef20fc77492d95ed506f40858a88",
          "Name": "Elements",
          "Description": "Type d'élément.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Obtenir tous les éléments de la catégorie spécifiée du modèle."
    },
    {
      "ConcreteType": "DSRevitNodesUI.Categories, DSRevitNodesUI",
      "SelectedIndex": 345,
      "SelectedString": "OST_ProjectInformation",
      "NodeType": "ExtensionNode",
      "Id": "2f7795b45ef1404495bdbc4f1f8d4ebb",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "59a46d1fcf3e4f91b29db7f11b1f261a",
          "Name": "Category",
          "Description": "Catégorie sélectionnée.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Toutes les catégories intégrées."
    }
  ],
  "Connectors": [
    {
      "Start": "85455eaf1e174f78bc8bd3180108ecc8",
      "End": "850bdece5b894b15b579f1ee023f3495",
      "Id": "e8811d8b9be84485b4c441cd331031d3"
    },
    {
      "Start": "dc28974a6aed40ea97b2dfd038b0334d",
      "End": "707778122f2f459581492b70814cc5c3",
      "Id": "e0c23e88db3149099c5217e84d486394"
    },
    {
      "Start": "6923b7cc418c47d0a69219207040bad9",
      "End": "aa9d4933630e44f7bfba75f0b01a05ac",
      "Id": "571e40b1c7954ecd99aae85bf5ab5a9d"
    },
    {
      "Start": "73f07d85d7d947fa9981f9feaab52caa",
      "End": "ebb32c8137d54380a61ad24c30864228",
      "Id": "5f638d32368e4c96b252f9e3cc30949e"
    },
    {
      "Start": "a1a2b737bf7b473d93faa9ff06f4235c",
      "End": "a9ea647a6af84a028f24a24a89ad728a",
      "Id": "131edc4d8ca441c0975296ab2f618870"
    },
    {
      "Start": "8cfa9425616b491d8ff3e1a5dcb6ae72",
      "End": "c7477d64a89247cbbe8635cec4a8245e",
      "Id": "138304e9471e43e99d63cc6fe8ca0840"
    },
    {
      "Start": "7276ef20fc77492d95ed506f40858a88",
      "End": "e64dc825e3f349b6ade259d24f54b660",
      "Id": "db59480f8e8e45be9e25133b1827693f"
    },
    {
      "Start": "59a46d1fcf3e4f91b29db7f11b1f261a",
      "End": "d60bed09a2f4490480995b6cd0fe878a",
      "Id": "8797627641ca4a65b7c6bb17100a9d45"
    }
  ],
  "Dependencies": [],
  "NodeLibraryDependencies": [],
  "Bindings": [],
  "View": {
    "Dynamo": {
      "ScaleFactor": 1.0,
      "HasRunWithoutCrash": true,
      "IsVisibleInDynamoLibrary": true,
      "Version": "2.10.1.3976",
      "RunType": "Automatic",
      "RunPeriod": "1000"
    },
    "Camera": {
      "Name": "Aperçu en arrière-plan",
      "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": "Document.Current",
        "Id": "9e7883e13caa4358b04dfb187b12a112",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 31.296871159010948,
        "Y": 43.709815941444276
      },
      {
        "ShowGeometry": true,
        "Name": "Document.FilePath",
        "Id": "aa247e4fcc5a4fbf9dd34626c6c200e6",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 202.29687115901095,
        "Y": 43.709815941444276
      },
      {
        "ShowGeometry": true,
        "Name": "Code Block",
        "Id": "973b37adc4414edab3e8fa8ddcce102e",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 323.79687115901095,
        "Y": 157.70981594144428
      },
      {
        "ShowGeometry": true,
        "Name": "String.Split",
        "Id": "ac367d36a2d346fe8cd7176eaf82980c",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 478.79687115901095,
        "Y": 96.709815941444276
      },
      {
        "ShowGeometry": true,
        "Name": "List.LastItem",
        "Id": "5e4be3150c4c4d14a0b3e14625aca242",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 743.796871159011,
        "Y": 94.709815941444276
      },
      {
        "ShowGeometry": true,
        "Name": "Element.SetParameterByName",
        "Id": "d4d12a35f3544ca495c93e358447c889",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 1056.754478552245,
        "Y": -56.029018405855595
      },
      {
        "ShowGeometry": true,
        "Name": "Code Block",
        "Id": "32ed9b3dad314fc6a1e29c6a039c3975",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 711.82588956486677,
        "Y": -27.941963188288767
      },
      {
        "ShowGeometry": true,
        "Name": "All Elements of Category",
        "Id": "6d13d8770a54417abf225121958191a9",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 730.825889564867,
        "Y": -154.24552144775518
      },
      {
        "ShowGeometry": true,
        "Name": "Categories",
        "Id": "2f7795b45ef1404495bdbc4f1f8d4ebb",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 398.825889564867,
        "Y": -154.24552144775518
      }
    ],
    "Annotations": [],
    "X": 21.926144699653719,
    "Y": 325.05701815097962,
    "Zoom": 1.0298856394709861
  }
}