<?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: Updating existing Roof Components instead of creating new ones on update in Grasshopper in Parametric design</title>
    <link>https://community.graphisoft.com/t5/Parametric-design/Updating-existing-Roof-Components-instead-of-creating-new-ones/m-p/595394#M1939</link>
    <description>&lt;P&gt;FYI: Yes, the Grasshopper Connection currently does not have the capability to update elements already existing in Archicad. It can only create new Archicad elements, and when any parameter changes in Grasshopper, it will delete those created elements and create new ones. This is why the GUID changes.&lt;/P&gt;</description>
    <pubDate>Sun, 17 Mar 2024 15:53:57 GMT</pubDate>
    <dc:creator>Laszlo Nagy</dc:creator>
    <dc:date>2024-03-17T15:53:57Z</dc:date>
    <item>
      <title>Updating existing Roof Components instead of creating new ones on update in Grasshopper</title>
      <link>https://community.graphisoft.com/t5/Parametric-design/Updating-existing-Roof-Components-instead-of-creating-new-ones/m-p/592049#M1934</link>
      <description>&lt;P&gt;I am creating a roof in Grasshopper based on anchor points of columns in AC.&lt;BR /&gt;When I move one of the columns, instead of updating the existing roof, it creates a new one.&amp;nbsp;&lt;BR /&gt;This results in a new GUID and loosing all solid element operations / placed windows.&lt;BR /&gt;Is there any way to avoid this behaviour and instead just update the exisiting roof component?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" color="grey"&gt;Operating system used: &lt;EM&gt;Windows &lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2024 10:45:49 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Parametric-design/Updating-existing-Roof-Components-instead-of-creating-new-ones/m-p/592049#M1934</guid>
      <dc:creator>wkrt-hs</dc:creator>
      <dc:date>2024-03-12T10:45:49Z</dc:date>
    </item>
    <item>
      <title>Betreff: Updating existing Roof Components instead of creating new ones on update in Grasshopper</title>
      <link>https://community.graphisoft.com/t5/Parametric-design/Updating-existing-Roof-Components-instead-of-creating-new-ones/m-p/594810#M1935</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Some more information would be helpful. Can you provide a screenshot of your GH-script?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2024 19:22:19 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Parametric-design/Updating-existing-Roof-Components-instead-of-creating-new-ones/m-p/594810#M1935</guid>
      <dc:creator>Nurbs</dc:creator>
      <dc:date>2024-03-12T19:22:19Z</dc:date>
    </item>
    <item>
      <title>Betreff: Updating existing Roof Components instead of creating new ones on update in Grasshopper</title>
      <link>https://community.graphisoft.com/t5/Parametric-design/Updating-existing-Roof-Components-instead-of-creating-new-ones/m-p/595108#M1937</link>
      <description>&lt;P&gt;This is a minimal working example:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Unbenannt.JPG" style="width: 999px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/57471iA0AF88E7E01FE4AB/image-size/large?v=v2&amp;amp;px=999" role="button" title="Unbenannt.JPG" alt="Unbenannt.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I have four columns in Archicad connected to GH. When I move them, the roof is recreated and not refreshed, thus it looses for example it's windows and gets a new GUID.&lt;BR /&gt;I'm not sure if this is the expected behavior, but it's a big problem for our workflow.&lt;BR /&gt;&lt;BR /&gt;Edit: Interestingly, if I modify the geometry by moving the points in GH and not the columns in AC, the roof is not recreated but updated as expected.&lt;/P&gt;&lt;P&gt;So it is a workaround to just move the refernce points in GH without recreating the roof. But just one accidential recompute/F5 leads to a recreation/loosing all windows and so on.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2024 13:26:11 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Parametric-design/Updating-existing-Roof-Components-instead-of-creating-new-ones/m-p/595108#M1937</guid>
      <dc:creator>wkrt-hs</dc:creator>
      <dc:date>2024-03-14T13:26:11Z</dc:date>
    </item>
    <item>
      <title>Betreff: Updating existing Roof Components instead of creating new ones on update in Grasshopper</title>
      <link>https://community.graphisoft.com/t5/Parametric-design/Updating-existing-Roof-Components-instead-of-creating-new-ones/m-p/595272#M1938</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I've experienced the same behaviour but there is a way to get around this. Add a boolean toggle to your skript. Then break the sync with set to "False", move your columns in AC and set back to "True". The roof will update then without loosing the window and the unique ID.&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Boolean_Toggle.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/57547iD6A076CB65A4208B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Boolean_Toggle.png" alt="Boolean_Toggle.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Roof_1.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/57548iBF9DA96E7F57F0C0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Roof_1.png" alt="Roof_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Roof_2.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/57549i09A6EEE9ACB61D2C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Roof_2.png" alt="Roof_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2024 11:45:49 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Parametric-design/Updating-existing-Roof-Components-instead-of-creating-new-ones/m-p/595272#M1938</guid>
      <dc:creator>Nurbs</dc:creator>
      <dc:date>2024-03-15T11:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: Updating existing Roof Components instead of creating new ones on update in Grasshopper</title>
      <link>https://community.graphisoft.com/t5/Parametric-design/Updating-existing-Roof-Components-instead-of-creating-new-ones/m-p/595394#M1939</link>
      <description>&lt;P&gt;FYI: Yes, the Grasshopper Connection currently does not have the capability to update elements already existing in Archicad. It can only create new Archicad elements, and when any parameter changes in Grasshopper, it will delete those created elements and create new ones. This is why the GUID changes.&lt;/P&gt;</description>
      <pubDate>Sun, 17 Mar 2024 15:53:57 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Parametric-design/Updating-existing-Roof-Components-instead-of-creating-new-ones/m-p/595394#M1939</guid>
      <dc:creator>Laszlo Nagy</dc:creator>
      <dc:date>2024-03-17T15:53:57Z</dc:date>
    </item>
  </channel>
</rss>

