<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Parameter values sharing across linked models in Revit MEP Forum</title>
    <link>https://forums.autodesk.com/t5/revit-mep-forum/parameter-values-sharing-across-linked-models/m-p/10669550#M22460</link>
    <description>&lt;P&gt;I think it should not be that difficult to develop a dynamo graph to copy parameters from a linked model to your elek model. You would just need to think about how you would want to "link" the mechanical equipment to you electrical element. You could do this once, by actually linking based on ID's of the respective elements. Our you could make it more "intelligent", and look for the mech and elek elements that are closest to each other and copy values between those.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Toon&lt;/P&gt;</description>
    <pubDate>Wed, 06 Oct 2021 07:27:10 GMT</pubDate>
    <dc:creator>toon_demuynck</dc:creator>
    <dc:date>2021-10-06T07:27:10Z</dc:date>
    <item>
      <title>Parameter values sharing across linked models</title>
      <link>https://forums.autodesk.com/t5/revit-mep-forum/parameter-values-sharing-across-linked-models/m-p/10640896#M22457</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I’m trying to have an element in my electrical model that takes its voltage, amps etc... from a linked element from another model (usually HVAC equipment).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The goal is to allow for the electrical element to be able to derive it's parameters values from a linked element from another model. My hope is that when the mechanical element (from the mechanical model) has certain parameters updated that my electrical element (in my electrical model) has the same parameters values updated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this possible? I've played around with copy/monitor but have not gotten very far with that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="wsayle_0-1632346364175.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/968499iBB498B5D099C75F2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="wsayle_0-1632346364175.png" alt="wsayle_0-1632346364175.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Sep 2021 21:34:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-mep-forum/parameter-values-sharing-across-linked-models/m-p/10640896#M22457</guid>
      <dc:creator>wsayle</dc:creator>
      <dc:date>2021-09-22T21:34:39Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter values sharing across linked models</title>
      <link>https://forums.autodesk.com/t5/revit-mep-forum/parameter-values-sharing-across-linked-models/m-p/10640943#M22458</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/10980304"&gt;@wsayle&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your target is the same for many engineers, when it comes to getting the peak from BIM.&lt;BR /&gt;Anyway, I believe there are many ways to get this solved, one of them is to create a Revit schedule and extract all the parameters and then fill these parameters in the host Model families(usually you can do it with dynamo). This process will acquire all the needed parameters and will be transferred to the families.&lt;/P&gt;
&lt;P&gt;The copy/monitor process is somehow unsuccessful. I can remember that I have tried/used this method a long time ago before Dynamo was invented in Revit. The main problem as I can remember that you need the parameters to type not instance. Anyhow the first way I believe it is more convenient.&lt;/P&gt;
&lt;P&gt;please if this solved your issue mark it as a solution to help others.Have a nice day &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Sep 2021 22:02:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-mep-forum/parameter-values-sharing-across-linked-models/m-p/10640943#M22458</guid>
      <dc:creator>Mahmoud.Ziedan</dc:creator>
      <dc:date>2021-09-22T22:02:41Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter values sharing across linked models</title>
      <link>https://forums.autodesk.com/t5/revit-mep-forum/parameter-values-sharing-across-linked-models/m-p/10640949#M22459</link>
      <description>&lt;P&gt;Thanks, I figured that was the case. Was hoping for something more dynamic.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Sep 2021 22:03:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-mep-forum/parameter-values-sharing-across-linked-models/m-p/10640949#M22459</guid>
      <dc:creator>wsayle</dc:creator>
      <dc:date>2021-09-22T22:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter values sharing across linked models</title>
      <link>https://forums.autodesk.com/t5/revit-mep-forum/parameter-values-sharing-across-linked-models/m-p/10669550#M22460</link>
      <description>&lt;P&gt;I think it should not be that difficult to develop a dynamo graph to copy parameters from a linked model to your elek model. You would just need to think about how you would want to "link" the mechanical equipment to you electrical element. You could do this once, by actually linking based on ID's of the respective elements. Our you could make it more "intelligent", and look for the mech and elek elements that are closest to each other and copy values between those.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Toon&lt;/P&gt;</description>
      <pubDate>Wed, 06 Oct 2021 07:27:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-mep-forum/parameter-values-sharing-across-linked-models/m-p/10669550#M22460</guid>
      <dc:creator>toon_demuynck</dc:creator>
      <dc:date>2021-10-06T07:27:10Z</dc:date>
    </item>
  </channel>
</rss>

