<?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: Can a GDL element produce multiple instances in interactive schedules? in GDL</title>
    <link>https://community.graphisoft.com/t5/GDL/Can-a-GDL-element-produce-multiple-instances-in-interactive/m-p/663407#M7736</link>
    <description>&lt;P&gt;Thanks, this workaround seems so complicated that it's the easier way to write a plugin C++.&lt;/P&gt;</description>
    <pubDate>Fri, 23 May 2025 04:59:30 GMT</pubDate>
    <dc:creator>Sam Karli</dc:creator>
    <dc:date>2025-05-23T04:59:30Z</dc:date>
    <item>
      <title>Can a GDL element produce multiple instances in interactive schedules?</title>
      <link>https://community.graphisoft.com/t5/GDL/Can-a-GDL-element-produce-multiple-instances-in-interactive/m-p/663271#M7728</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I'm about to create an AC Goodies Wall addon that places (story-high) wall panels. The placeable macro of the addon is for a complete wall that consists of multiple panels (btw these are represented by, by default, non-placeable macros).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The question is whether it is possible to collect these panels so that I can display them, with their view, in an interactive scheduling, like doors and windows. Archicad should count them one by one and display one of them.&lt;/P&gt;
&lt;P&gt;For doors, this looks like this:&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-inline" image-alt="SamKarli_0-1747899574667.png" style="width: 640px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/87125iFABC6EB0C36E2AE4/image-dimensions/640x398?v=v2" width="640" height="398" role="button" title="SamKarli_0-1747899574667.png" alt="SamKarli_0-1747899574667.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But for walls, like this:&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-inline" image-alt="SamKarli_1-1747900021125.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/87126i0B4940999DBB2350/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SamKarli_1-1747900021125.png" alt="SamKarli_1-1747900021125.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note that walls are displayed having 4 panels in each.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The alternative approach -that i want to avoid- to write a C++ plugin that places elements one by one and this way they may become schedulable.&lt;/P&gt;
&lt;P&gt;PS note that one wall element consists of more than one type of panels (multiple sizes), so it's not enough to make a preview of a wall displaying one panel only.&lt;/P&gt;
&lt;P&gt;AFAIK using components should be the solution with the exception that these cannot be displayed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think this is a commonplace in Archicad (at least I saw many similar, brick-placer wall addons).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Fri, 23 May 2025 22:51:06 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Can-a-GDL-element-produce-multiple-instances-in-interactive/m-p/663271#M7728</guid>
      <dc:creator>Sam Karli</dc:creator>
      <dc:date>2025-05-23T22:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: Can a GDL element produce multiple instances in interactive schedules?</title>
      <link>https://community.graphisoft.com/t5/GDL/Can-a-GDL-element-produce-multiple-instances-in-interactive/m-p/663284#M7729</link>
      <description>&lt;P&gt;As the accessory will be one object per wall, I think you will find you will only be able to schedule that one entire object.&lt;/P&gt;
&lt;P&gt;Not the individual parts of that object.&lt;/P&gt;
&lt;P&gt;It is not a hierarchical object like stairs, rails or curtain walls where you can schedule the sub-parts.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Barry.&lt;/P&gt;</description>
      <pubDate>Thu, 22 May 2025 08:15:38 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Can-a-GDL-element-produce-multiple-instances-in-interactive/m-p/663284#M7729</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2025-05-22T08:15:38Z</dc:date>
    </item>
    <item>
      <title>Re: Can a GDL element produce multiple instances in interactive schedules?</title>
      <link>https://community.graphisoft.com/t5/GDL/Can-a-GDL-element-produce-multiple-instances-in-interactive/m-p/663285#M7730</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Built-in schedule/listing by Archicad cannot display one-dimensional parameter array, AFAIK.. Youre LOOPING your panels&amp;nbsp; &amp;nbsp; in that wall accessory, as ive done myself.. Hence ,&amp;nbsp; i created a pseudo-list&amp;nbsp;&lt;/P&gt;&lt;P&gt;using Elevation view where i incorporated&amp;nbsp;a 3d texts display of the&amp;nbsp; ID's, panel sizing,etc (e.g i want to create a cut list of those diff panels)&amp;nbsp; &amp;nbsp;showing in elevation view only.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Manual&amp;nbsp; workaround with scripts: publish your "wall panels" as Ifc.. hotlink&amp;nbsp; &amp;nbsp;to a separate file as&amp;nbsp; exploded elements (morph) ,then, list those elements.&lt;/P&gt;</description>
      <pubDate>Thu, 22 May 2025 08:19:26 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Can-a-GDL-element-produce-multiple-instances-in-interactive/m-p/663285#M7730</guid>
      <dc:creator>Toper Barrientos</dc:creator>
      <dc:date>2025-05-22T08:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: Can a GDL element produce multiple instances in interactive schedules?</title>
      <link>https://community.graphisoft.com/t5/GDL/Can-a-GDL-element-produce-multiple-instances-in-interactive/m-p/663406#M7735</link>
      <description>&lt;P&gt;Thanks for Your quick reply, that was that I was afraid of.&lt;/P&gt;
&lt;P&gt;It's interesting that such a commonplace thing is not solved for around 40 years, in many cases this comes out.&lt;/P&gt;</description>
      <pubDate>Fri, 23 May 2025 04:58:33 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Can-a-GDL-element-produce-multiple-instances-in-interactive/m-p/663406#M7735</guid>
      <dc:creator>Sam Karli</dc:creator>
      <dc:date>2025-05-23T04:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: Can a GDL element produce multiple instances in interactive schedules?</title>
      <link>https://community.graphisoft.com/t5/GDL/Can-a-GDL-element-produce-multiple-instances-in-interactive/m-p/663407#M7736</link>
      <description>&lt;P&gt;Thanks, this workaround seems so complicated that it's the easier way to write a plugin C++.&lt;/P&gt;</description>
      <pubDate>Fri, 23 May 2025 04:59:30 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Can-a-GDL-element-produce-multiple-instances-in-interactive/m-p/663407#M7736</guid>
      <dc:creator>Sam Karli</dc:creator>
      <dc:date>2025-05-23T04:59:30Z</dc:date>
    </item>
  </channel>
</rss>

