<Workspace Version="1.3.2.2480" X="-381.419484242224" Y="398.534511782175" zoom="0.424968937945117" ScaleFactor="1" Name="Home" Description="" RunType="Manual" RunPeriod="1000" HasRunWithoutCrash="True">
  <NamespaceResolutionMap />
  <Elements>
    <DSRevitNodesUI.Categories guid="f58292da-eece-42a7-9e98-e7da1470852d" type="DSRevitNodesUI.Categories" nickname="Categories" x="1421.11649005807" y="92.814457180808" isVisible="true" isUpstreamVisible="true" lacing="Disabled" isSelectedInput="True" IsFrozen="false" isPinned="false" index="8:PlumbingFixtures" />
    <DSRevitNodesUI.ElementsOfCategory guid="0ea5d298-125a-46c7-8cef-e7fec4a3bb71" type="DSRevitNodesUI.ElementsOfCategory" nickname="All Elements of Category" x="1658.11649005807" y="87.8144571808079" isVisible="true" isUpstreamVisible="true" lacing="Disabled" isSelectedInput="False" IsFrozen="false" isPinned="true">
      <PortInfo index="0" default="False" />
    </DSRevitNodesUI.ElementsOfCategory>
    <Dynamo.Graph.Nodes.CustomNodes.Function guid="d5d980ee-baec-4865-8f3c-92886ee416ca" type="Dynamo.Graph.Nodes.CustomNodes.Function" nickname="Revit ID" x="2009.74063017011" y="-620.591960553853" isVisible="true" isUpstreamVisible="true" lacing="Shortest" isSelectedInput="False" IsFrozen="false" isPinned="true">
      <PortInfo index="0" default="False" />
      <ID value="4a1b4192-8427-4563-a893-127015a33762" />
      <Name value="Revit ID" />
      <Description value="" />
      <Inputs>
        <Input value="Elements" />
      </Inputs>
      <Outputs>
        <Output value="Revit ID" />
        <Output value="GUID" />
      </Outputs>
    </Dynamo.Graph.Nodes.CustomNodes.Function>
    <Dynamo.Graph.Nodes.ZeroTouch.DSFunction guid="9a8bcbb2-2c34-4b4c-ac2b-7aa4edf106cf" type="Dynamo.Graph.Nodes.ZeroTouch.DSFunction" nickname="Element.GetParameterValueByName" x="3193.46011152823" y="-161.631919705076" isVisible="true" isUpstreamVisible="true" lacing="Shortest" isSelectedInput="False" IsFrozen="false" isPinned="true" assembly="RevitNodes.dll" function="Revit.Elements.Element.GetParameterValueByName@string">
      <PortInfo index="0" default="False" />
      <PortInfo index="1" default="False" />
    </Dynamo.Graph.Nodes.ZeroTouch.DSFunction>
    <PythonNodeModels.PythonNode guid="0c517603-bba8-46ef-86f8-99bc06e6197e" type="PythonNodeModels.PythonNode" nickname="Python Script" x="2369.4748587795" y="49.5297472638879" isVisible="true" isUpstreamVisible="true" lacing="Disabled" isSelectedInput="False" IsFrozen="false" isPinned="true" inputcount="1">
      <PortInfo index="0" default="False" />
      <Script>import clr
clr.AddReference('ProtoGeometry')
from Autodesk.DesignScript.Geometry import *
#Les entrées effectuées dans ce noeud sont stockées sous forme de liste dans les variables IN.
dataEnteringNode = IN
Lista = IN[0]
b = Lista+1
a = range (1,b)
#Affectez la sortie à la variable OUT.
OUT = a</Script>
    </PythonNodeModels.PythonNode>
    <Dynamo.Graph.Nodes.ZeroTouch.DSFunction guid="f1481d6e-2084-49c7-9a76-eb1abf747dd5" type="Dynamo.Graph.Nodes.ZeroTouch.DSFunction" nickname="Element.SetParameterByName" x="2861.56682129365" y="-67.1227812893945" isVisible="true" isUpstreamVisible="true" lacing="Shortest" isSelectedInput="False" IsFrozen="false" isPinned="false" assembly="RevitNodes.dll" function="Revit.Elements.Element.SetParameterByName@string,var">
      <PortInfo index="0" default="False" />
      <PortInfo index="1" default="False" />
      <PortInfo index="2" default="False" />
    </Dynamo.Graph.Nodes.ZeroTouch.DSFunction>
    <Dynamo.Graph.Nodes.CodeBlockNodeModel guid="8fa30c89-5fce-4395-9d4d-e2c5dc947968" type="Dynamo.Graph.Nodes.CodeBlockNodeModel" nickname="Changer le nom du paramètre" x="2585.12622172758" y="-127.878812106502" isVisible="true" isUpstreamVisible="true" lacing="Disabled" isSelectedInput="False" IsFrozen="false" isPinned="false" CodeText="&quot;ID_unique&quot;;" ShouldFocus="false" />
    <Dynamo.Graph.Nodes.ZeroTouch.DSFunction guid="134bb35a-b3d9-406f-ae8e-c0eee1874861" type="Dynamo.Graph.Nodes.ZeroTouch.DSFunction" nickname="Count" x="2185.80697552364" y="43.9354621619419" isVisible="true" isUpstreamVisible="true" lacing="Shortest" isSelectedInput="False" IsFrozen="false" isPinned="true" assembly="BuiltIn" function="Count@var[]..[]">
      <PortInfo index="0" default="False" />
    </Dynamo.Graph.Nodes.ZeroTouch.DSFunction>
    <Dynamo.Graph.Nodes.ZeroTouch.DSFunction guid="2f886f23-bdcc-445e-9421-a5fce8e5f463" type="Dynamo.Graph.Nodes.ZeroTouch.DSFunction" nickname="Flatten" x="1982.71133833542" y="-49.4517073031519" isVisible="true" isUpstreamVisible="true" lacing="Shortest" isSelectedInput="False" IsFrozen="false" isPinned="false" assembly="BuiltIn" function="Flatten@var[]..[]">
      <PortInfo index="0" default="False" />
    </Dynamo.Graph.Nodes.ZeroTouch.DSFunction>
    <CoreNodeModels.FromObject guid="2dedf297-c101-4460-95b5-91a49f51f363" type="CoreNodeModels.FromObject" nickname="String from Object" x="2566.75982907917" y="45.9473176528568" isVisible="true" isUpstreamVisible="true" lacing="Disabled" isSelectedInput="False" IsFrozen="false" isPinned="false">
      <PortInfo index="0" default="False" />
    </CoreNodeModels.FromObject>
    <Dynamo.Graph.Nodes.CodeBlockNodeModel guid="227aed0e-00a5-405c-834d-258703d8df79" type="Dynamo.Graph.Nodes.CodeBlockNodeModel" nickname="Code Block" x="2580.43207689492" y="160.39532072662" isVisible="true" isUpstreamVisible="true" lacing="Disabled" isSelectedInput="False" IsFrozen="false" isPinned="false" CodeText="&quot;SAN &quot;;" ShouldFocus="false" />
    <Dynamo.Graph.Nodes.CodeBlockNodeModel guid="4b859324-c4ba-4754-adbd-38596f0fd758" type="Dynamo.Graph.Nodes.CodeBlockNodeModel" nickname="Code Block" x="2737.11579096588" y="153.552612926478" isVisible="true" isUpstreamVisible="true" lacing="Disabled" isSelectedInput="False" IsFrozen="false" isPinned="false" CodeText="a+b;" ShouldFocus="false">
      <PortInfo index="0" default="False" />
      <PortInfo index="1" default="False" />
    </Dynamo.Graph.Nodes.CodeBlockNodeModel>
    <CoreNodeModels.FromObject guid="8d096809-c34a-47d1-ad49-b4aa5bc155bf" type="CoreNodeModels.FromObject" nickname="String from Object" x="2259.97380211917" y="-622.20358433919" isVisible="true" isUpstreamVisible="true" lacing="Disabled" isSelectedInput="False" IsFrozen="false" isPinned="false">
      <PortInfo index="0" default="False" />
    </CoreNodeModels.FromObject>
    <Dynamo.Graph.Nodes.ZeroTouch.DSFunction guid="09d2506a-fc97-43a9-adb7-06e42c5f6e0c" type="Dynamo.Graph.Nodes.ZeroTouch.DSFunction" nickname="Element.SetParameterByName" x="2807.64316768491" y="-675.254637478295" isVisible="true" isUpstreamVisible="true" lacing="Shortest" isSelectedInput="False" IsFrozen="false" isPinned="false" assembly="RevitNodes.dll" function="Revit.Elements.Element.SetParameterByName@string,var">
      <PortInfo index="0" default="False" />
      <PortInfo index="1" default="False" />
      <PortInfo index="2" default="False" />
    </Dynamo.Graph.Nodes.ZeroTouch.DSFunction>
    <Dynamo.Graph.Nodes.CodeBlockNodeModel guid="f687f82d-7753-4a23-847c-15483d136679" type="Dynamo.Graph.Nodes.CodeBlockNodeModel" nickname="Changer le nom du paramètre" x="2555.04823733934" y="-672.925171706223" isVisible="true" isUpstreamVisible="true" lacing="Disabled" isSelectedInput="False" IsFrozen="false" isPinned="false" CodeText="&quot;Guid_revit&quot;;" ShouldFocus="false" />
  </Elements>
  <Connectors>
    <Dynamo.Graph.Connectors.ConnectorModel start="f58292da-eece-42a7-9e98-e7da1470852d" start_index="0" end="0ea5d298-125a-46c7-8cef-e7fec4a3bb71" end_index="0" portType="0" />
    <Dynamo.Graph.Connectors.ConnectorModel start="0ea5d298-125a-46c7-8cef-e7fec4a3bb71" start_index="0" end="2f886f23-bdcc-445e-9421-a5fce8e5f463" end_index="0" portType="0" />
    <Dynamo.Graph.Connectors.ConnectorModel start="0ea5d298-125a-46c7-8cef-e7fec4a3bb71" start_index="0" end="d5d980ee-baec-4865-8f3c-92886ee416ca" end_index="0" portType="0" />
    <Dynamo.Graph.Connectors.ConnectorModel start="d5d980ee-baec-4865-8f3c-92886ee416ca" start_index="0" end="8d096809-c34a-47d1-ad49-b4aa5bc155bf" end_index="0" portType="0" />
    <Dynamo.Graph.Connectors.ConnectorModel start="0c517603-bba8-46ef-86f8-99bc06e6197e" start_index="0" end="2dedf297-c101-4460-95b5-91a49f51f363" end_index="0" portType="0" />
    <Dynamo.Graph.Connectors.ConnectorModel start="f1481d6e-2084-49c7-9a76-eb1abf747dd5" start_index="0" end="9a8bcbb2-2c34-4b4c-ac2b-7aa4edf106cf" end_index="0" portType="0" />
    <Dynamo.Graph.Connectors.ConnectorModel start="8fa30c89-5fce-4395-9d4d-e2c5dc947968" start_index="0" end="9a8bcbb2-2c34-4b4c-ac2b-7aa4edf106cf" end_index="1" portType="0" />
    <Dynamo.Graph.Connectors.ConnectorModel start="8fa30c89-5fce-4395-9d4d-e2c5dc947968" start_index="0" end="f1481d6e-2084-49c7-9a76-eb1abf747dd5" end_index="1" portType="0" />
    <Dynamo.Graph.Connectors.ConnectorModel start="134bb35a-b3d9-406f-ae8e-c0eee1874861" start_index="0" end="0c517603-bba8-46ef-86f8-99bc06e6197e" end_index="0" portType="0" />
    <Dynamo.Graph.Connectors.ConnectorModel start="2f886f23-bdcc-445e-9421-a5fce8e5f463" start_index="0" end="f1481d6e-2084-49c7-9a76-eb1abf747dd5" end_index="0" portType="0" />
    <Dynamo.Graph.Connectors.ConnectorModel start="2f886f23-bdcc-445e-9421-a5fce8e5f463" start_index="0" end="134bb35a-b3d9-406f-ae8e-c0eee1874861" end_index="0" portType="0" />
    <Dynamo.Graph.Connectors.ConnectorModel start="2f886f23-bdcc-445e-9421-a5fce8e5f463" start_index="0" end="09d2506a-fc97-43a9-adb7-06e42c5f6e0c" end_index="0" portType="0" />
    <Dynamo.Graph.Connectors.ConnectorModel start="2dedf297-c101-4460-95b5-91a49f51f363" start_index="0" end="4b859324-c4ba-4754-adbd-38596f0fd758" end_index="1" portType="0" />
    <Dynamo.Graph.Connectors.ConnectorModel start="227aed0e-00a5-405c-834d-258703d8df79" start_index="0" end="4b859324-c4ba-4754-adbd-38596f0fd758" end_index="0" portType="0" />
    <Dynamo.Graph.Connectors.ConnectorModel start="4b859324-c4ba-4754-adbd-38596f0fd758" start_index="0" end="f1481d6e-2084-49c7-9a76-eb1abf747dd5" end_index="2" portType="0" />
    <Dynamo.Graph.Connectors.ConnectorModel start="8d096809-c34a-47d1-ad49-b4aa5bc155bf" start_index="0" end="09d2506a-fc97-43a9-adb7-06e42c5f6e0c" end_index="2" portType="0" />
    <Dynamo.Graph.Connectors.ConnectorModel start="f687f82d-7753-4a23-847c-15483d136679" start_index="0" end="09d2506a-fc97-43a9-adb7-06e42c5f6e0c" end_index="1" portType="0" />
  </Connectors>
  <Notes />
  <Annotations>
    <Dynamo.Graph.Annotations.AnnotationModel guid="4e0876ab-9a07-4803-99ca-958f78927529" annotationText="Envoyer le Guid revit dans chaque objet" left="1999.74063017011" top="-721.254637478295" width="1087.9025375148" height="219.662676924441" fontSize="30" InitialTop="-675.254637478295" InitialHeight="203.662676924441" TextblockHeight="36" backgrouund="#FFC1D676">
      <Models ModelGuid="d5d980ee-baec-4865-8f3c-92886ee416ca" />
      <Models ModelGuid="8d096809-c34a-47d1-ad49-b4aa5bc155bf" />
      <Models ModelGuid="09d2506a-fc97-43a9-adb7-06e42c5f6e0c" />
      <Models ModelGuid="f687f82d-7753-4a23-847c-15483d136679" />
    </Dynamo.Graph.Annotations.AnnotationModel>
    <Dynamo.Graph.Annotations.AnnotationModel guid="f19ecd3d-04a2-4618-8243-0ea86981a1e1" annotationText="Envoyer un identifiant unique dans chaque objet d'une catégorie" left="1972.71133833542" top="-207.631919705076" width="1493.74877319281" height="461.027240431696" fontSize="30" InitialTop="-161.631919705076" InitialHeight="445.027240431696" TextblockHeight="36" backgrouund="#FFC1D676">
      <Models ModelGuid="9a8bcbb2-2c34-4b4c-ac2b-7aa4edf106cf" />
      <Models ModelGuid="0c517603-bba8-46ef-86f8-99bc06e6197e" />
      <Models ModelGuid="f1481d6e-2084-49c7-9a76-eb1abf747dd5" />
      <Models ModelGuid="8fa30c89-5fce-4395-9d4d-e2c5dc947968" />
      <Models ModelGuid="134bb35a-b3d9-406f-ae8e-c0eee1874861" />
      <Models ModelGuid="2f886f23-bdcc-445e-9421-a5fce8e5f463" />
      <Models ModelGuid="2dedf297-c101-4460-95b5-91a49f51f363" />
      <Models ModelGuid="227aed0e-00a5-405c-834d-258703d8df79" />
      <Models ModelGuid="4b859324-c4ba-4754-adbd-38596f0fd758" />
    </Dynamo.Graph.Annotations.AnnotationModel>
  </Annotations>
  <Presets />
  <Cameras>
    <Camera Name="Aperçu en arrière-plan" eyeX="-17" eyeY="24" eyeZ="50" lookX="12" lookY="-13" lookZ="-58" upX="0" upY="1" upZ="0" />
  </Cameras>
</Workspace>