<?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: Wall accessories documentation or manual? in GDL</title>
    <link>https://community.graphisoft.com/t5/GDL/Wall-accessories-documentation-or-manual/m-p/644938#M7294</link>
    <description>&lt;P&gt;I found a trick to update (apart from "update" button in the UI), though it might work only partially: the addon does not update parameters unless forced, so the calculations and parameters have to be done straight in masterscript (which i did at the first time, but after checking modpar change which did not wok) or in the 2d/3d scripts, and then if anything is called the parameters + values have to be listed straight (not "parameters all"). I have a "tile" editor in every tile (int parameter in an array) so when user is wiling to use it the object has to be rebuild. Now I am working to put the geometry to editable array, so the geometry will be user changeable if necessary.&lt;/P&gt;</description>
    <pubDate>Tue, 31 Dec 2024 08:11:55 GMT</pubDate>
    <dc:creator>Piotr Dobrowolski</dc:creator>
    <dc:date>2024-12-31T08:11:55Z</dc:date>
    <item>
      <title>Wall accessories documentation or manual?</title>
      <link>https://community.graphisoft.com/t5/GDL/Wall-accessories-documentation-or-manual/m-p/640057#M7139</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where can I find any documentation regarding programming gdl objects based on the Accessories add-on for Archicad?&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2024 12:03:32 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Wall-accessories-documentation-or-manual/m-p/640057#M7139</guid>
      <dc:creator>concepsys</dc:creator>
      <dc:date>2024-11-18T12:03:32Z</dc:date>
    </item>
    <item>
      <title>Betreff: Wall accessories documentation or manual?</title>
      <link>https://community.graphisoft.com/t5/GDL/Wall-accessories-documentation-or-manual/m-p/640087#M7140</link>
      <description>&lt;P&gt;There are none. You just can open one of the existing GDLs for the additional library for the admins and look for yourself through the code. Is basically taking some of the element-parameters and makes holes and edge-forms &amp;nbsp;with Group-Objects and SEO-substracts it from any additional form to get the result.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2024 14:47:10 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Wall-accessories-documentation-or-manual/m-p/640087#M7140</guid>
      <dc:creator>Hmooslechner</dc:creator>
      <dc:date>2024-11-18T14:47:10Z</dc:date>
    </item>
    <item>
      <title>Betreff: Wall accessories documentation or manual?</title>
      <link>https://community.graphisoft.com/t5/GDL/Wall-accessories-documentation-or-manual/m-p/640096#M7141</link>
      <description>&lt;P&gt;Thank you for your reply.&amp;nbsp;&lt;/P&gt;&lt;P&gt;That is what I am starting to do now but I had to ask.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Even some basic instructions would take me less lot of time than having to go through discovering the idea behind these objects.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 18 Nov 2024 15:37:30 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Wall-accessories-documentation-or-manual/m-p/640096#M7141</guid>
      <dc:creator>concepsys</dc:creator>
      <dc:date>2024-11-18T15:37:30Z</dc:date>
    </item>
    <item>
      <title>Betreff: Wall accessories documentation or manual?</title>
      <link>https://community.graphisoft.com/t5/GDL/Wall-accessories-documentation-or-manual/m-p/640104#M7142</link>
      <description>&lt;P&gt;I have some very robust accessories I've built, pm me and maybe we can chat and I can give some guidance.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2024 16:42:06 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Wall-accessories-documentation-or-manual/m-p/640104#M7142</guid>
      <dc:creator>SenecaDesignLLC</dc:creator>
      <dc:date>2024-11-18T16:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: Wall accessories documentation or manual?</title>
      <link>https://community.graphisoft.com/t5/GDL/Wall-accessories-documentation-or-manual/m-p/640105#M7143</link>
      <description>&lt;P&gt;Hello SenecaDesignLLC&lt;/P&gt;&lt;P&gt;By reading the default object code, as suggested by&amp;nbsp;&lt;A class="" href="https://community.graphisoft.com/t5/user/viewprofilepage/user-id/9616" target="_self"&gt;&lt;SPAN class=""&gt;Hmooslechner,&lt;/SPAN&gt;&lt;/A&gt; I believe I have grasped the concept for now.&lt;/P&gt;&lt;P&gt;It seems simple enough.&amp;nbsp;I will do some testing.&lt;/P&gt;&lt;P&gt;I don't want to bother you without doing my homework first.&lt;/P&gt;&lt;P&gt;If I come across something that I don't understand, I'l contact you.&lt;/P&gt;&lt;P&gt;Thank you so much.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2024 16:53:28 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Wall-accessories-documentation-or-manual/m-p/640105#M7143</guid>
      <dc:creator>concepsys</dc:creator>
      <dc:date>2024-11-18T16:53:28Z</dc:date>
    </item>
    <item>
      <title>Re: Wall accessories documentation or manual?</title>
      <link>https://community.graphisoft.com/t5/GDL/Wall-accessories-documentation-or-manual/m-p/640106#M7144</link>
      <description>&lt;P&gt;Feel free to ask me questions I have built wall roof and slab accessories that I use on the daily for framing siding soffit fascia floor systems and they all output quantities.&lt;/P&gt;
&lt;P&gt;I've learned a lot of the basic tricks of you want a head start on your homework.&lt;/P&gt;
&lt;P&gt;Good luck!&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2024 17:37:16 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Wall-accessories-documentation-or-manual/m-p/640106#M7144</guid>
      <dc:creator>SenecaDesignLLC</dc:creator>
      <dc:date>2024-11-18T17:37:16Z</dc:date>
    </item>
    <item>
      <title>Re: Wall accessories documentation or manual?</title>
      <link>https://community.graphisoft.com/t5/GDL/Wall-accessories-documentation-or-manual/m-p/641404#M7204</link>
      <description>&lt;P&gt;I am also interested in this topic and I have a key question: is it possible to place more than one (or two) wall equipment object on the wall? Because from my tests it seems that only two objects: outer and inner. And is there a way to get around this?&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2024 06:42:35 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Wall-accessories-documentation-or-manual/m-p/641404#M7204</guid>
      <dc:creator>gaba</dc:creator>
      <dc:date>2024-11-27T06:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: Wall accessories documentation or manual?</title>
      <link>https://community.graphisoft.com/t5/GDL/Wall-accessories-documentation-or-manual/m-p/641411#M7205</link>
      <description>&lt;P&gt;I just applied 3 of the same wall accessory (different settings) to the same side of the wall.&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="BarryKelly_0-1732692060793.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/80133iF32C7483A15DD3DE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BarryKelly_0-1732692060793.png" alt="BarryKelly_0-1732692060793.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Barry.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2024 07:21:16 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Wall-accessories-documentation-or-manual/m-p/641411#M7205</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2024-11-27T07:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: Wall accessories documentation or manual?</title>
      <link>https://community.graphisoft.com/t5/GDL/Wall-accessories-documentation-or-manual/m-p/641423#M7206</link>
      <description>&lt;P&gt;&lt;a href="https://community.graphisoft.com/t5/user/viewprofilepage/user-id/39331"&gt;@Barry&lt;/a&gt; and if you move the wall, will the 3 accessories still be linked to the wall? Because in my case, unfortunately, only the last accessory moves with the wall and the previous ones lose their connection to the wall. And it makes no sense to put on many accessories. Because I add a window and not all accessories update.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2024 08:09:32 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Wall-accessories-documentation-or-manual/m-p/641423#M7206</guid>
      <dc:creator>gaba</dc:creator>
      <dc:date>2024-11-27T08:09:32Z</dc:date>
    </item>
    <item>
      <title>Re: Wall accessories documentation or manual?</title>
      <link>https://community.graphisoft.com/t5/GDL/Wall-accessories-documentation-or-manual/m-p/641427#M7207</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.graphisoft.com/t5/user/viewprofilepage/user-id/71114"&gt;@gaba&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&lt;a href="https://community.graphisoft.com/t5/user/viewprofilepage/user-id/39331"&gt;@Barry&lt;/a&gt; and if you move the wall, will the 3 accessories still be linked to the wall? Because in my case, unfortunately, only the last accessory moves with the wall and the previous ones lose their connection to the wall.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;This is true.&lt;/P&gt;
&lt;P&gt;Only one inside and one outside accessory remains linked.&lt;/P&gt;
&lt;P&gt;So, yes there is a limit to one per side.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Barry.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2024 08:32:47 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Wall-accessories-documentation-or-manual/m-p/641427#M7207</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2024-11-27T08:32:47Z</dc:date>
    </item>
    <item>
      <title>Re: Wall accessories documentation or manual?</title>
      <link>https://community.graphisoft.com/t5/GDL/Wall-accessories-documentation-or-manual/m-p/641428#M7208</link>
      <description>&lt;P&gt;&lt;a href="https://community.graphisoft.com/t5/user/viewprofilepage/user-id/39331"&gt;@Barry&lt;/a&gt; Unfortunately...&lt;/P&gt;
&lt;P&gt;That's why I smile at Graphisoft, which has removed this limitation, thanks to which building wall accessories will be easier and you won't have to load many ideas (grids, strips, pilaster etc.) into ONE object &lt;SPAN class="HwtZe"&gt;&lt;SPAN class="jCAhz ChMk0b"&gt;&lt;SPAN class="ryNqvb"&gt;with a lot of parameters.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV class="lRu31" dir="ltr"&gt;
&lt;DIV class="OvtS8d"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV id="ow151"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV class="UdTY9 WdefRb" aria-hidden="true" data-location="2"&gt;
&lt;DIV class="kO6q6e"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2024 08:46:17 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Wall-accessories-documentation-or-manual/m-p/641428#M7208</guid>
      <dc:creator>gaba</dc:creator>
      <dc:date>2024-11-27T08:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: Wall accessories documentation or manual?</title>
      <link>https://community.graphisoft.com/t5/GDL/Wall-accessories-documentation-or-manual/m-p/644771#M7279</link>
      <description>&lt;P&gt;I am searching for something that triggers the wall accessory to rebuild. No parameters are reported by glob_modpar_name, as far as I could find. A trick with "previous" length check does not work either. Any hint?&lt;/P&gt;</description>
      <pubDate>Sat, 28 Dec 2024 07:32:15 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Wall-accessories-documentation-or-manual/m-p/644771#M7279</guid>
      <dc:creator>Piotr Dobrowolski</dc:creator>
      <dc:date>2024-12-28T07:32:15Z</dc:date>
    </item>
    <item>
      <title>Betreff: Wall accessories documentation or manual?</title>
      <link>https://community.graphisoft.com/t5/GDL/Wall-accessories-documentation-or-manual/m-p/644860#M7280</link>
      <description>&lt;P&gt;sorry but - no.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I really dont know - understand, why the deciders at Graphisoft won't let support this potential best of their own addons sufficiant enough, that simple scripters like us can get the full potential from it - and so - the whole community.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Dec 2024 09:00:23 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Wall-accessories-documentation-or-manual/m-p/644860#M7280</guid>
      <dc:creator>Hmooslechner</dc:creator>
      <dc:date>2024-12-30T09:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: Wall accessories documentation or manual?</title>
      <link>https://community.graphisoft.com/t5/GDL/Wall-accessories-documentation-or-manual/m-p/644907#M7281</link>
      <description>&lt;P&gt;Changing the id, or selecting the walls the accessories are tied to and open close settings will force the accessories parameters to update.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Dec 2024 16:39:20 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Wall-accessories-documentation-or-manual/m-p/644907#M7281</guid>
      <dc:creator>SenecaDesignLLC</dc:creator>
      <dc:date>2024-12-30T16:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: Wall accessories documentation or manual?</title>
      <link>https://community.graphisoft.com/t5/GDL/Wall-accessories-documentation-or-manual/m-p/644909#M7282</link>
      <description>&lt;P&gt;I ended up building a wall accessory that has all the sheathing, Sheetrock, base and case, exterior cladding interior cladding, and framing all in one.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Dec 2024 16:42:12 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Wall-accessories-documentation-or-manual/m-p/644909#M7282</guid>
      <dc:creator>SenecaDesignLLC</dc:creator>
      <dc:date>2024-12-30T16:42:12Z</dc:date>
    </item>
    <item>
      <title>Betreff: Wall accessories documentation or manual?</title>
      <link>https://community.graphisoft.com/t5/GDL/Wall-accessories-documentation-or-manual/m-p/644911#M7283</link>
      <description>&lt;P&gt;I agree, i just barely figured out what I needed to get the opening shapes identified. It would have taken so much less time if there had been documentation on how the coverings are reading the openings.&amp;nbsp; I learned a lot this holiday season lol&lt;/P&gt;</description>
      <pubDate>Mon, 30 Dec 2024 16:44:45 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Wall-accessories-documentation-or-manual/m-p/644911#M7283</guid>
      <dc:creator>SenecaDesignLLC</dc:creator>
      <dc:date>2024-12-30T16:44:45Z</dc:date>
    </item>
    <item>
      <title>Betreff: Wall accessories documentation or manual?</title>
      <link>https://community.graphisoft.com/t5/GDL/Wall-accessories-documentation-or-manual/m-p/644912#M7284</link>
      <description>&lt;P&gt;Congratulations on Your developing skills!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My 2 Cents: For the interest on it, i worked again on it about a month or so to get out the Group-commands to make it a little faster reacting in Archicad - made cutplanes and equals instead. But i was distracted by personal circumstances and made other GDLs..&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What i tried to do - to make a copy of my original parts a little offset for comparing reasons - the thing under the roof - where i tried to figure out how- or if- its possible to get the whole profile of the wall - even if its cut per roof..&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;for interested:&lt;/P&gt;
&lt;P&gt;AC28EduAut:&amp;nbsp;&lt;A href="https://www.dropbox.com/scl/fi/nbo05akqw6x7xed7djajn/Archicad25-GDLs-f-r-Wandaddon-Fensterumrandungen-4v28.pln?rlkey=wtiuwhvx5clbcnw8rt9hrtz30&amp;amp;st=f42lblqs&amp;amp;dl=0" target="_blank"&gt;https://www.dropbox.com/scl/fi/nbo05akqw6x7xed7djajn/Archicad25-GDLs-f-r-Wandaddon-Fensterumrandungen-4v28.pln?rlkey=wtiuwhvx5clbcnw8rt9hrtz30&amp;amp;st=f42lblqs&amp;amp;dl=0&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Dec 2024 16:59:45 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Wall-accessories-documentation-or-manual/m-p/644912#M7284</guid>
      <dc:creator>Hmooslechner</dc:creator>
      <dc:date>2024-12-30T16:59:45Z</dc:date>
    </item>
    <item>
      <title>Betreff: Wall accessories documentation or manual?</title>
      <link>https://community.graphisoft.com/t5/GDL/Wall-accessories-documentation-or-manual/m-p/644915#M7285</link>
      <description>&lt;P&gt;I will take a look, the accessories that came with the add on have code for reading the top and bottom shapes of that's ultimately what you are after.&lt;/P&gt;
&lt;P&gt;We need to have a community collective and write our own documentation lol&lt;/P&gt;</description>
      <pubDate>Mon, 30 Dec 2024 17:12:26 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Wall-accessories-documentation-or-manual/m-p/644915#M7285</guid>
      <dc:creator>SenecaDesignLLC</dc:creator>
      <dc:date>2024-12-30T17:12:26Z</dc:date>
    </item>
    <item>
      <title>Betreff: Wall accessories documentation or manual?</title>
      <link>https://community.graphisoft.com/t5/GDL/Wall-accessories-documentation-or-manual/m-p/644922#M7287</link>
      <description>&lt;P&gt;Hello SenecaDeslignLLC,&lt;/P&gt;&lt;P&gt;Thank you again for your availability.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have now developed Wall, Roof and Slab objects.&lt;/P&gt;&lt;P&gt;Yet, I still don't understand the use of some default arrays...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am now struggling with what I believe can be some kind of BUG with the Wall accessory, I have posted on a different thread:&amp;nbsp;&lt;A href="https://community.graphisoft.com/t5/GDL/Possible-BUG-on-WALL-Accessory-objects/m-p/644921#M7286" target="_blank"&gt;https://community.graphisoft.com/t5/GDL/Possible-BUG-on-WALL-Accessory-objects/m-p/644921#M7286&lt;/A&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 30 Dec 2024 17:41:36 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Wall-accessories-documentation-or-manual/m-p/644922#M7287</guid>
      <dc:creator>concepsys</dc:creator>
      <dc:date>2024-12-30T17:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: Wall accessories documentation or manual?</title>
      <link>https://community.graphisoft.com/t5/GDL/Wall-accessories-documentation-or-manual/m-p/644938#M7294</link>
      <description>&lt;P&gt;I found a trick to update (apart from "update" button in the UI), though it might work only partially: the addon does not update parameters unless forced, so the calculations and parameters have to be done straight in masterscript (which i did at the first time, but after checking modpar change which did not wok) or in the 2d/3d scripts, and then if anything is called the parameters + values have to be listed straight (not "parameters all"). I have a "tile" editor in every tile (int parameter in an array) so when user is wiling to use it the object has to be rebuild. Now I am working to put the geometry to editable array, so the geometry will be user changeable if necessary.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Dec 2024 08:11:55 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Wall-accessories-documentation-or-manual/m-p/644938#M7294</guid>
      <dc:creator>Piotr Dobrowolski</dc:creator>
      <dc:date>2024-12-31T08:11:55Z</dc:date>
    </item>
  </channel>
</rss>

