<Workspace Version="1.2.1.3083" X="1088.29834784823" Y="422.304924345109" zoom="0.74000698390804" Name="Home" Description="" RunType="Manual" RunPeriod="1000" HasRunWithoutCrash="True">
  <NamespaceResolutionMap />
  <Elements>
    <Dynamo.Graph.Nodes.CustomNodes.Function guid="061ce35c-12d9-4e3f-a3aa-0bbe9e20c235" type="Dynamo.Graph.Nodes.CustomNodes.Function" nickname="Tag Host Element" x="220.64488433226" y="174.506844302312" isVisible="true" isUpstreamVisible="true" lacing="Shortest" isSelectedInput="False" IsFrozen="false" isPinned="false">
      <PortInfo index="0" default="False" />
      <ID value="21eedbe3-a425-4f41-9af8-68768501bec6" />
      <Name value="Tag Host Element" />
      <Description value="This node will retrieve an element that is hosting a given tag. " />
      <Inputs>
        <Input value="Tag" />
      </Inputs>
      <Outputs>
        <Output value="Element" />
      </Outputs>
    </Dynamo.Graph.Nodes.CustomNodes.Function>
    <CoreNodeModels.Input.StringInput guid="bca22402-2d39-4d94-9c16-b83f8734535d" type="CoreNodeModels.Input.StringInput" nickname="String" x="307.216028636033" y="332.611644194049" isVisible="true" isUpstreamVisible="true" lacing="Disabled" isSelectedInput="True" IsFrozen="false" isPinned="false">
      <System.String>Type de système</System.String>
      <System.String value="Type de système" />
    </CoreNodeModels.Input.StringInput>
    <Dynamo.Graph.Nodes.ZeroTouch.DSFunction guid="0ae75f01-193c-4bd1-92eb-b39b073600ff" type="Dynamo.Graph.Nodes.ZeroTouch.DSFunction" nickname="Element.GetParameterValueByName" x="516.508742213473" y="201.806681856089" isVisible="true" isUpstreamVisible="true" lacing="Shortest" isSelectedInput="False" IsFrozen="false" isPinned="false" 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="e7210bbc-2923-4fc0-976d-3fd29837e8b6" type="PythonNodeModels.PythonNode" nickname="Python Script" x="875.475267568804" y="200.224982977431" isVisible="true" isUpstreamVisible="true" lacing="Disabled" isSelectedInput="False" IsFrozen="false" isPinned="false" 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.
systemtype=UnwrapElement(IN[0])
listout=[]

for x in systemtype:
	listout.append(x.LineColor.Red)
	listout.append(x.LineColor.Green)
	listout.append(x.LineColor.Blue)

#Affectez la sortie à la variable OUT.
OUT = listout</Script>
    </PythonNodeModels.PythonNode>
    <Dynamo.Graph.Nodes.ZeroTouch.DSFunction guid="39e3125e-049e-474e-b88d-1f0cd8c5d8d6" type="Dynamo.Graph.Nodes.ZeroTouch.DSFunction" nickname="List.TakeEveryNthItem" x="1286.1130224661" y="244.794438651572" isVisible="true" isUpstreamVisible="true" lacing="Shortest" isSelectedInput="False" IsFrozen="false" isPinned="false" assembly="DSCoreNodes.dll" function="DSCore.List.TakeEveryNthItem@var[]..[],int,int">
      <PortInfo index="0" default="False" />
      <PortInfo index="1" default="False" />
      <PortInfo index="2" default="True" />
    </Dynamo.Graph.Nodes.ZeroTouch.DSFunction>
    <Dynamo.Graph.Nodes.CodeBlockNodeModel guid="9c456a32-a931-4efa-8e90-8b8890620699" type="Dynamo.Graph.Nodes.CodeBlockNodeModel" nickname="Code Block" x="1136.76621983838" y="273.271269130682" isVisible="true" isUpstreamVisible="true" lacing="Disabled" isSelectedInput="False" IsFrozen="false" isPinned="false" CodeText="3;" ShouldFocus="false" />
    <Dynamo.Graph.Nodes.CodeBlockNodeModel guid="47ca3197-65cb-4979-b083-77d6969a2eff" type="Dynamo.Graph.Nodes.CodeBlockNodeModel" nickname="Code Block" x="1138.43058681754" y="361.108253230057" isVisible="true" isUpstreamVisible="true" lacing="Disabled" isSelectedInput="False" IsFrozen="false" isPinned="false" CodeText="0;" ShouldFocus="false" />
    <Dynamo.Graph.Nodes.ZeroTouch.DSFunction guid="c84f823b-f3b5-4f30-b5e9-ee1cbefd3d2b" type="Dynamo.Graph.Nodes.ZeroTouch.DSFunction" nickname="List.TakeEveryNthItem" x="1286.15133329689" y="-111.579231581972" isVisible="true" isUpstreamVisible="true" lacing="Shortest" isSelectedInput="False" IsFrozen="false" isPinned="false" assembly="DSCoreNodes.dll" function="DSCore.List.TakeEveryNthItem@var[]..[],int,int">
      <PortInfo index="0" default="False" />
      <PortInfo index="1" default="False" />
      <PortInfo index="2" default="True" />
    </Dynamo.Graph.Nodes.ZeroTouch.DSFunction>
    <Dynamo.Graph.Nodes.CodeBlockNodeModel guid="80ba8d6f-3bbc-432f-9373-e36b63251458" type="Dynamo.Graph.Nodes.CodeBlockNodeModel" nickname="Code Block" x="1135.43135622665" y="-106.4463666258" isVisible="true" isUpstreamVisible="true" lacing="Disabled" isSelectedInput="False" IsFrozen="false" isPinned="false" CodeText="3;" ShouldFocus="false" />
    <Dynamo.Graph.Nodes.CodeBlockNodeModel guid="7277eedf-0382-475c-b4a6-497bf5bc6778" type="Dynamo.Graph.Nodes.CodeBlockNodeModel" nickname="Code Block" x="1134.34937432076" y="-19.9825569689507" isVisible="true" isUpstreamVisible="true" lacing="Disabled" isSelectedInput="False" IsFrozen="false" isPinned="false" CodeText="1;" ShouldFocus="false" />
    <Dynamo.Graph.Nodes.ZeroTouch.DSFunction guid="b505531b-b52d-41ab-873f-6432a0072635" type="Dynamo.Graph.Nodes.ZeroTouch.DSFunction" nickname="List.TakeEveryNthItem" x="1286.2585288509" y="39.7818895101429" isVisible="true" isUpstreamVisible="true" lacing="Shortest" isSelectedInput="False" IsFrozen="false" isPinned="false" assembly="DSCoreNodes.dll" function="DSCore.List.TakeEveryNthItem@var[]..[],int,int">
      <PortInfo index="0" default="False" />
      <PortInfo index="1" default="False" />
      <PortInfo index="2" default="True" />
    </Dynamo.Graph.Nodes.ZeroTouch.DSFunction>
    <Dynamo.Graph.Nodes.CodeBlockNodeModel guid="0ab39b12-bd48-4bd4-8cfb-b4377e6206eb" type="Dynamo.Graph.Nodes.CodeBlockNodeModel" nickname="Code Block" x="1134.16537733813" y="79.2441155294595" isVisible="true" isUpstreamVisible="true" lacing="Disabled" isSelectedInput="False" IsFrozen="false" isPinned="false" CodeText="3;" ShouldFocus="false" />
    <Dynamo.Graph.Nodes.CodeBlockNodeModel guid="26199701-27f6-4f5b-ab27-110d418ea980" type="Dynamo.Graph.Nodes.CodeBlockNodeModel" nickname="Code Block" x="1135.8297443173" y="167.081099628834" isVisible="true" isUpstreamVisible="true" lacing="Disabled" isSelectedInput="False" IsFrozen="false" isPinned="false" CodeText="2;" ShouldFocus="false" />
    <Dynamo.Graph.Nodes.ZeroTouch.DSFunction guid="c5155f36-25b6-47e5-b9c4-e9d50e8c13e2" type="Dynamo.Graph.Nodes.ZeroTouch.DSFunction" nickname="Color.ByARGB" x="1727.97302954312" y="123.202110529354" isVisible="true" isUpstreamVisible="true" lacing="Shortest" isSelectedInput="False" IsFrozen="false" isPinned="false" assembly="DSCoreNodes.dll" function="DSCore.Color.ByARGB@int,int,int,int">
      <PortInfo index="0" default="True" />
      <PortInfo index="1" default="True" />
      <PortInfo index="2" default="True" />
      <PortInfo index="3" default="True" />
    </Dynamo.Graph.Nodes.ZeroTouch.DSFunction>
    <Dynamo.Graph.Nodes.CodeBlockNodeModel guid="9a16d49f-ea08-4756-870b-af6cf6106555" type="Dynamo.Graph.Nodes.CodeBlockNodeModel" nickname="Code Block" x="1615.90176006112" y="4.24049382174434" isVisible="true" isUpstreamVisible="true" lacing="Disabled" isSelectedInput="False" IsFrozen="false" isPinned="false" CodeText="0;" ShouldFocus="false" />
    <Dynamo.Graph.Nodes.CustomNodes.Function guid="2c83d899-390f-47a7-a08f-6b1d045b7831" type="Dynamo.Graph.Nodes.CustomNodes.Function" nickname="Element.OverrideProjectionLineColor" x="2044.15580050746" y="-370.820515012122" isVisible="true" isUpstreamVisible="true" lacing="Longest" isSelectedInput="False" IsFrozen="false" isPinned="false">
      <PortInfo index="0" default="False" />
      <PortInfo index="1" default="False" />
      <ID value="69e20e68-f912-41db-ac95-bbb3e89882a9" />
      <Name value="Element.OverrideProjectionLineColor" />
      <Description value="This node overrides the projection line color with the input color value. Useful for annotation." />
      <Inputs>
        <Input value="element" />
        <Input value="color" />
      </Inputs>
      <Outputs>
        <Output value="Element" />
      </Outputs>
    </Dynamo.Graph.Nodes.CustomNodes.Function>
    <Dynamo.Graph.Nodes.ZeroTouch.DSFunction guid="1e6a4e10-6a6f-428b-9cd3-f1a37a6715cc" type="Dynamo.Graph.Nodes.ZeroTouch.DSFunction" nickname="Select.ByCategoryAndView" x="-646.908528436024" y="-82.5385233280265" isVisible="true" isUpstreamVisible="true" lacing="Shortest" isSelectedInput="False" IsFrozen="false" isPinned="false" assembly="C:\Users\Alain\AppData\Roaming\Dynamo\Dynamo%20Revit\1.2\packages\archi-lab.net\bin\Archi-lab_Grimshaw.dll" function="Archilab.Grimshaw.Selection.Select.ByCategoryAndView@Revit.Elements.Category,Revit.Elements.Views.View">
      <PortInfo index="0" default="False" />
      <PortInfo index="1" default="False" />
    </Dynamo.Graph.Nodes.ZeroTouch.DSFunction>
    <DSRevitNodesUI.Categories guid="160333b7-6d66-47e1-b1ad-8fa111a7997e" type="DSRevitNodesUI.Categories" nickname="Categories" x="-943.505805870472" y="-81.8790028696768" isVisible="true" isUpstreamVisible="true" lacing="Disabled" isSelectedInput="True" IsFrozen="false" isPinned="false" index="148:DuctTags" />
    <CoreNodeModels.Watch guid="6146c8a3-8d02-4120-812d-6970db5ba58d" type="CoreNodeModels.Watch" nickname="Watch" x="-226.045229818311" y="-603.494030845467" isVisible="true" isUpstreamVisible="true" lacing="Disabled" isSelectedInput="False" IsFrozen="false" isPinned="false">
      <PortInfo index="0" default="False" />
    </CoreNodeModels.Watch>
    <Dynamo.Graph.Nodes.ZeroTouch.DSFunction guid="eec0d0c5-1909-49e6-9b8b-edf2e3d78848" type="Dynamo.Graph.Nodes.ZeroTouch.DSFunction" nickname="Document.Current" x="-1337.09031921879" y="470.835063344511" isVisible="true" isUpstreamVisible="true" lacing="Shortest" isSelectedInput="False" IsFrozen="false" isPinned="false" assembly="RevitNodes.dll" function="Revit.Application.Document.Current" />
    <CoreNodeModels.Watch guid="f9fcd27c-edbe-4067-b3d4-1e1c518a6e4a" type="CoreNodeModels.Watch" nickname="Watch" x="-285.038925747968" y="392.47249748184" isVisible="true" isUpstreamVisible="true" lacing="Disabled" isSelectedInput="False" IsFrozen="false" isPinned="false">
      <PortInfo index="0" default="False" />
    </CoreNodeModels.Watch>
    <Dynamo.Graph.Nodes.ZeroTouch.DSFunction guid="081008e6-f13f-4ae3-b0a7-54494bca61ef" type="Dynamo.Graph.Nodes.ZeroTouch.DSFunction" nickname="Document.ActiveView" x="-1126.67836315621" y="470.831232876362" isVisible="true" isUpstreamVisible="true" lacing="Shortest" isSelectedInput="False" IsFrozen="false" isPinned="false" assembly="RevitNodes.dll" function="Revit.Application.Document.ActiveView">
      <PortInfo index="0" default="False" />
    </Dynamo.Graph.Nodes.ZeroTouch.DSFunction>
    <Dynamo.Graph.Nodes.ZeroTouch.DSFunction guid="ff3188d6-fd0b-480d-8b5b-f1022260f2f2" type="Dynamo.Graph.Nodes.ZeroTouch.DSFunction" nickname="Select.ByCategoryAndView" x="-646.037812115649" y="64.4059476870521" isVisible="true" isUpstreamVisible="true" lacing="Shortest" isSelectedInput="False" IsFrozen="false" isPinned="false" assembly="C:\Users\Alain\AppData\Roaming\Dynamo\Dynamo%20Revit\1.2\packages\archi-lab.net\bin\Archi-lab_Grimshaw.dll" function="Archilab.Grimshaw.Selection.Select.ByCategoryAndView@Revit.Elements.Category,Revit.Elements.Views.View">
      <PortInfo index="0" default="False" />
      <PortInfo index="1" default="False" />
    </Dynamo.Graph.Nodes.ZeroTouch.DSFunction>
    <DSRevitNodesUI.Categories guid="ec35220b-ee33-4c1e-a50a-ff00b6c9182a" type="DSRevitNodesUI.Categories" nickname="Categories" x="-965.202780279885" y="71.9159965762719" isVisible="true" isUpstreamVisible="true" lacing="Disabled" isSelectedInput="True" IsFrozen="false" isPinned="false" index="126:DuctTerminalTags" />
    <Dynamo.Graph.Nodes.ZeroTouch.DSVarArgFunction guid="3caabd72-caba-4a35-81fe-b0f1f4244add" type="Dynamo.Graph.Nodes.ZeroTouch.DSVarArgFunction" nickname="List.Join" x="-313.23076481901" y="38.5932324900023" isVisible="true" isUpstreamVisible="true" lacing="Shortest" isSelectedInput="False" IsFrozen="false" isPinned="false" assembly="DSCoreNodes.dll" function="DSCore.List.Join@var[]..[]" inputcount="2">
      <PortInfo index="0" default="False" />
      <PortInfo index="1" default="False" />
    </Dynamo.Graph.Nodes.ZeroTouch.DSVarArgFunction>
    <CoreNodeModels.Watch guid="9191f3b7-53fd-440c-8896-2bd34e8854a5" type="CoreNodeModels.Watch" nickname="Watch" x="-80.5735063644966" y="26.9264987986252" isVisible="true" isUpstreamVisible="true" lacing="Disabled" isSelectedInput="False" IsFrozen="false" isPinned="false">
      <PortInfo index="0" default="False" />
    </CoreNodeModels.Watch>
    <CoreNodeModels.Input.BoolSelector guid="e233dc69-9db6-4564-b5a2-e5891ff522ca" type="CoreNodeModels.Input.BoolSelector" nickname="Boolean" x="-1566.20978430024" y="218.88919234384" isVisible="true" isUpstreamVisible="true" lacing="Disabled" isSelectedInput="True" IsFrozen="false" isPinned="false">
      <System.Boolean>False</System.Boolean>
    </CoreNodeModels.Input.BoolSelector>
    <Dynamo.Graph.Nodes.CustomNodes.Function guid="b27e92ba-a8fa-42d4-9641-be8f55196c83" type="Dynamo.Graph.Nodes.CustomNodes.Function" nickname="Springs.Doc.ActiveView" x="-1343.85174135776" y="295.488732753684" isVisible="true" isUpstreamVisible="true" lacing="Shortest" isSelectedInput="False" IsFrozen="false" isPinned="false">
      <PortInfo index="0" default="True" />
      <ID value="58849545-7510-4baf-99da-98c0b1e184fd" />
      <Name value="Springs.Doc.ActiveView" />
      <Description value="Selects the current document's active view. Supports more view types than the built-in option.&#xD;&#xA;Will be depreciated once the bult in node works with all plan types." />
      <Inputs>
        <Input value="refresh" />
      </Inputs>
      <Outputs>
        <Output value="view" />
      </Outputs>
    </Dynamo.Graph.Nodes.CustomNodes.Function>
  </Elements>
  <Connectors>
    <Dynamo.Graph.Connectors.ConnectorModel start="061ce35c-12d9-4e3f-a3aa-0bbe9e20c235" start_index="0" end="0ae75f01-193c-4bd1-92eb-b39b073600ff" end_index="0" portType="0" />
    <Dynamo.Graph.Connectors.ConnectorModel start="bca22402-2d39-4d94-9c16-b83f8734535d" start_index="0" end="0ae75f01-193c-4bd1-92eb-b39b073600ff" end_index="1" portType="0" />
    <Dynamo.Graph.Connectors.ConnectorModel start="0ae75f01-193c-4bd1-92eb-b39b073600ff" start_index="0" end="e7210bbc-2923-4fc0-976d-3fd29837e8b6" end_index="0" portType="0" />
    <Dynamo.Graph.Connectors.ConnectorModel start="e7210bbc-2923-4fc0-976d-3fd29837e8b6" start_index="0" end="39e3125e-049e-474e-b88d-1f0cd8c5d8d6" end_index="0" portType="0" />
    <Dynamo.Graph.Connectors.ConnectorModel start="e7210bbc-2923-4fc0-976d-3fd29837e8b6" start_index="0" end="c84f823b-f3b5-4f30-b5e9-ee1cbefd3d2b" end_index="0" portType="0" />
    <Dynamo.Graph.Connectors.ConnectorModel start="e7210bbc-2923-4fc0-976d-3fd29837e8b6" start_index="0" end="b505531b-b52d-41ab-873f-6432a0072635" end_index="0" portType="0" />
    <Dynamo.Graph.Connectors.ConnectorModel start="39e3125e-049e-474e-b88d-1f0cd8c5d8d6" start_index="0" end="c5155f36-25b6-47e5-b9c4-e9d50e8c13e2" end_index="3" portType="0" />
    <Dynamo.Graph.Connectors.ConnectorModel start="9c456a32-a931-4efa-8e90-8b8890620699" start_index="0" end="39e3125e-049e-474e-b88d-1f0cd8c5d8d6" end_index="1" portType="0" />
    <Dynamo.Graph.Connectors.ConnectorModel start="47ca3197-65cb-4979-b083-77d6969a2eff" start_index="0" end="39e3125e-049e-474e-b88d-1f0cd8c5d8d6" end_index="2" portType="0" />
    <Dynamo.Graph.Connectors.ConnectorModel start="c84f823b-f3b5-4f30-b5e9-ee1cbefd3d2b" start_index="0" end="c5155f36-25b6-47e5-b9c4-e9d50e8c13e2" end_index="1" portType="0" />
    <Dynamo.Graph.Connectors.ConnectorModel start="80ba8d6f-3bbc-432f-9373-e36b63251458" start_index="0" end="c84f823b-f3b5-4f30-b5e9-ee1cbefd3d2b" end_index="1" portType="0" />
    <Dynamo.Graph.Connectors.ConnectorModel start="7277eedf-0382-475c-b4a6-497bf5bc6778" start_index="0" end="c84f823b-f3b5-4f30-b5e9-ee1cbefd3d2b" end_index="2" portType="0" />
    <Dynamo.Graph.Connectors.ConnectorModel start="b505531b-b52d-41ab-873f-6432a0072635" start_index="0" end="c5155f36-25b6-47e5-b9c4-e9d50e8c13e2" end_index="2" portType="0" />
    <Dynamo.Graph.Connectors.ConnectorModel start="0ab39b12-bd48-4bd4-8cfb-b4377e6206eb" start_index="0" end="b505531b-b52d-41ab-873f-6432a0072635" end_index="1" portType="0" />
    <Dynamo.Graph.Connectors.ConnectorModel start="26199701-27f6-4f5b-ab27-110d418ea980" start_index="0" end="b505531b-b52d-41ab-873f-6432a0072635" end_index="2" portType="0" />
    <Dynamo.Graph.Connectors.ConnectorModel start="c5155f36-25b6-47e5-b9c4-e9d50e8c13e2" start_index="0" end="2c83d899-390f-47a7-a08f-6b1d045b7831" end_index="1" portType="0" />
    <Dynamo.Graph.Connectors.ConnectorModel start="9a16d49f-ea08-4756-870b-af6cf6106555" start_index="0" end="c5155f36-25b6-47e5-b9c4-e9d50e8c13e2" end_index="0" portType="0" />
    <Dynamo.Graph.Connectors.ConnectorModel start="1e6a4e10-6a6f-428b-9cd3-f1a37a6715cc" start_index="0" end="6146c8a3-8d02-4120-812d-6970db5ba58d" end_index="0" portType="0" />
    <Dynamo.Graph.Connectors.ConnectorModel start="1e6a4e10-6a6f-428b-9cd3-f1a37a6715cc" start_index="0" end="3caabd72-caba-4a35-81fe-b0f1f4244add" end_index="0" portType="0" />
    <Dynamo.Graph.Connectors.ConnectorModel start="160333b7-6d66-47e1-b1ad-8fa111a7997e" start_index="0" end="1e6a4e10-6a6f-428b-9cd3-f1a37a6715cc" end_index="0" portType="0" />
    <Dynamo.Graph.Connectors.ConnectorModel start="eec0d0c5-1909-49e6-9b8b-edf2e3d78848" start_index="0" end="081008e6-f13f-4ae3-b0a7-54494bca61ef" end_index="0" portType="0" />
    <Dynamo.Graph.Connectors.ConnectorModel start="ff3188d6-fd0b-480d-8b5b-f1022260f2f2" start_index="0" end="f9fcd27c-edbe-4067-b3d4-1e1c518a6e4a" end_index="0" portType="0" />
    <Dynamo.Graph.Connectors.ConnectorModel start="ff3188d6-fd0b-480d-8b5b-f1022260f2f2" start_index="0" end="3caabd72-caba-4a35-81fe-b0f1f4244add" end_index="1" portType="0" />
    <Dynamo.Graph.Connectors.ConnectorModel start="ec35220b-ee33-4c1e-a50a-ff00b6c9182a" start_index="0" end="ff3188d6-fd0b-480d-8b5b-f1022260f2f2" end_index="0" portType="0" />
    <Dynamo.Graph.Connectors.ConnectorModel start="3caabd72-caba-4a35-81fe-b0f1f4244add" start_index="0" end="9191f3b7-53fd-440c-8896-2bd34e8854a5" end_index="0" portType="0" />
    <Dynamo.Graph.Connectors.ConnectorModel start="9191f3b7-53fd-440c-8896-2bd34e8854a5" start_index="0" end="061ce35c-12d9-4e3f-a3aa-0bbe9e20c235" end_index="0" portType="0" />
    <Dynamo.Graph.Connectors.ConnectorModel start="9191f3b7-53fd-440c-8896-2bd34e8854a5" start_index="0" end="2c83d899-390f-47a7-a08f-6b1d045b7831" end_index="0" portType="0" />
    <Dynamo.Graph.Connectors.ConnectorModel start="e233dc69-9db6-4564-b5a2-e5891ff522ca" start_index="0" end="b27e92ba-a8fa-42d4-9641-be8f55196c83" end_index="0" portType="0" />
    <Dynamo.Graph.Connectors.ConnectorModel start="b27e92ba-a8fa-42d4-9641-be8f55196c83" start_index="0" end="1e6a4e10-6a6f-428b-9cd3-f1a37a6715cc" end_index="1" portType="0" />
    <Dynamo.Graph.Connectors.ConnectorModel start="b27e92ba-a8fa-42d4-9641-be8f55196c83" start_index="0" end="ff3188d6-fd0b-480d-8b5b-f1022260f2f2" end_index="1" portType="0" />
  </Connectors>
  <Notes />
  <Annotations>
    <Dynamo.Graph.Annotations.AnnotationModel guid="d2eef356-5c6b-473b-b840-9d77ea719281" annotationText="Couleur du système" left="865.475267568804" top="-157.579231581972" width="1028.49776197432" height="611.687484812029" fontSize="30" InitialTop="-111.579231581972" InitialHeight="604.168659085254" TextblockHeight="36" backgrouund="#FFC1D676">
      <Models ModelGuid="e7210bbc-2923-4fc0-976d-3fd29837e8b6" />
      <Models ModelGuid="39e3125e-049e-474e-b88d-1f0cd8c5d8d6" />
      <Models ModelGuid="9c456a32-a931-4efa-8e90-8b8890620699" />
      <Models ModelGuid="47ca3197-65cb-4979-b083-77d6969a2eff" />
      <Models ModelGuid="c84f823b-f3b5-4f30-b5e9-ee1cbefd3d2b" />
      <Models ModelGuid="80ba8d6f-3bbc-432f-9373-e36b63251458" />
      <Models ModelGuid="7277eedf-0382-475c-b4a6-497bf5bc6778" />
      <Models ModelGuid="b505531b-b52d-41ab-873f-6432a0072635" />
      <Models ModelGuid="0ab39b12-bd48-4bd4-8cfb-b4377e6206eb" />
      <Models ModelGuid="26199701-27f6-4f5b-ab27-110d418ea980" />
      <Models ModelGuid="c5155f36-25b6-47e5-b9c4-e9d50e8c13e2" />
      <Models ModelGuid="9a16d49f-ea08-4756-870b-af6cf6106555" />
    </Dynamo.Graph.Annotations.AnnotationModel>
    <Dynamo.Graph.Annotations.AnnotationModel guid="fa34a3ed-b61f-4428-abe8-bd8a134b6542" annotationText="Basculer la valeur pour chaque nouvelle Vue" left="-1576.20978430024" top="93.8891923438398" width="147" height="193" fontSize="24" InitialTop="218.88919234384" InitialHeight="98" TextblockHeight="115" backgrouund="#FFFF7BAC">
      <Models ModelGuid="e233dc69-9db6-4564-b5a2-e5891ff522ca" />
    </Dynamo.Graph.Annotations.AnnotationModel>
    <Dynamo.Graph.Annotations.AnnotationModel guid="7cec4c59-a0af-475f-9388-5edf7dd20c91" annotationText="Document vue active" left="-1353.85174135776" top="265.488732753684" width="441.173378201543" height="298.346330590827" fontSize="14" InitialTop="295.488732753684" InitialHeight="298.346330590827" TextblockHeight="20" backgrouund="#FFC1D676">
      <Models ModelGuid="eec0d0c5-1909-49e6-9b8b-edf2e3d78848" />
      <Models ModelGuid="081008e6-f13f-4ae3-b0a7-54494bca61ef" />
      <Models ModelGuid="b27e92ba-a8fa-42d4-9641-be8f55196c83" />
    </Dynamo.Graph.Annotations.AnnotationModel>
    <Dynamo.Graph.Annotations.AnnotationModel guid="ddd13dbb-c77a-47c1-bb51-14a88c7e963c" annotationText="Catégories" left="-975.202780279885" top="-112.538523328027" width="833.972015460874" height="295.944471015079" fontSize="14" InitialTop="-82.5385233280265" InitialHeight="295.944471015079" TextblockHeight="20" backgrouund="#FF48B9FF">
      <Models ModelGuid="1e6a4e10-6a6f-428b-9cd3-f1a37a6715cc" />
      <Models ModelGuid="160333b7-6d66-47e1-b1ad-8fa111a7997e" />
      <Models ModelGuid="ff3188d6-fd0b-480d-8b5b-f1022260f2f2" />
      <Models ModelGuid="ec35220b-ee33-4c1e-a50a-ff00b6c9182a" />
      <Models ModelGuid="3caabd72-caba-4a35-81fe-b0f1f4244add" />
    </Dynamo.Graph.Annotations.AnnotationModel>
    <Dynamo.Graph.Annotations.AnnotationModel guid="7d43a914-d3d6-4e47-bcfa-64b3af3d1299" annotationText="Liste des Hôtes de l'étiquette" left="210.64488433226" top="135.506844302312" width="566.863857881213" height="265.104799891737" fontSize="24" InitialTop="174.506844302312" InitialHeight="256.104799891737" TextblockHeight="29" backgrouund="#FFC1D676">
      <Models ModelGuid="061ce35c-12d9-4e3f-a3aa-0bbe9e20c235" />
      <Models ModelGuid="bca22402-2d39-4d94-9c16-b83f8734535d" />
      <Models ModelGuid="0ae75f01-193c-4bd1-92eb-b39b073600ff" />
    </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>