<?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: GDL Script associate architrave with window? in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-Script-associate-architrave-with-window/m-p/238389#M2350</link>
    <description>That would require saving out a new copy of every macro prior to your modified one which can sometimes be a bit troublesome to track....&lt;BR /&gt;
&lt;BR /&gt;
Would picking up the opening location from the wall and inserting the object above the opening work? I will not be a single object, but it will save some time tracing the script path.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Ling.</description>
    <pubDate>Tue, 09 Jul 2019 02:05:09 GMT</pubDate>
    <dc:creator>Lingwisyer</dc:creator>
    <dc:date>2019-07-09T02:05:09Z</dc:date>
    <item>
      <title>GDL Script associate architrave with window?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-Script-associate-architrave-with-window/m-p/238385#M2346</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;i have written my first GDL script to create a custom architrave for windows and balcony doors. Its working so far but i would like somehow to select windows or doors and apply it like an accessory instead of doing it by hand. Is that possible?&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 24 May 2023 10:26:32 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-Script-associate-architrave-with-window/m-p/238385#M2346</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-05-24T10:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: GDL Script associate architrave with window?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-Script-associate-architrave-with-window/m-p/238386#M2347</link>
      <description>If you have created a separate architrave object, then you will have to CALL it from your window object.&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
      <pubDate>Mon, 08 Jul 2019 11:54:14 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-Script-associate-architrave-with-window/m-p/238386#M2347</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2019-07-08T11:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: GDL Script associate architrave with window?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-Script-associate-architrave-with-window/m-p/238387#M2348</link>
      <description>&lt;BLOCKQUOTE&gt;Barry wrote:&lt;BR /&gt;
If you have created a separate architrave object, then you will have to CALL it from your window object.&lt;BR /&gt;
&lt;BR /&gt;
Barry.
&lt;/BLOCKQUOTE&gt;

can you be a bit more specific? this call function will be part of my architrave script? but i can reference a selected window somehow?</description>
      <pubDate>Mon, 08 Jul 2019 12:10:29 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-Script-associate-architrave-with-window/m-p/238387#M2348</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-08T12:10:29Z</dc:date>
    </item>
    <item>
      <title>Re: GDL Script associate architrave with window?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-Script-associate-architrave-with-window/m-p/238388#M2349</link>
      <description>The window script has to CALL the architrave object.&lt;BR /&gt;
You will need to add the architrave parameters to the window so that you can control the settings of the architrave from the window.&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
      <pubDate>Mon, 08 Jul 2019 12:56:33 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-Script-associate-architrave-with-window/m-p/238388#M2349</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2019-07-08T12:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: GDL Script associate architrave with window?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-Script-associate-architrave-with-window/m-p/238389#M2350</link>
      <description>That would require saving out a new copy of every macro prior to your modified one which can sometimes be a bit troublesome to track....&lt;BR /&gt;
&lt;BR /&gt;
Would picking up the opening location from the wall and inserting the object above the opening work? I will not be a single object, but it will save some time tracing the script path.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Ling.</description>
      <pubDate>Tue, 09 Jul 2019 02:05:09 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-Script-associate-architrave-with-window/m-p/238389#M2350</guid>
      <dc:creator>Lingwisyer</dc:creator>
      <dc:date>2019-07-09T02:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: GDL Script associate architrave with window?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-Script-associate-architrave-with-window/m-p/238390#M2351</link>
      <description>&lt;BLOCKQUOTE&gt;Lingwisyer wrote:&lt;BR /&gt;
That would require saving out a new copy of every macro prior to your modified one which can sometimes be a bit troublesome to track....&lt;BR /&gt;
&lt;BR /&gt;
Would picking up the opening location from the wall and inserting the object above the opening work? I will not be a single object, but it will save some time tracing the script path.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Ling.
&lt;/BLOCKQUOTE&gt;

yes that is what i'm trying to do. Select the opening/window and apply my custom GDL architrave to that. Is there a way to read from my architrave the wallhole dimensions &amp;amp; position of selected windows</description>
      <pubDate>Tue, 09 Jul 2019 07:18:35 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-Script-associate-architrave-with-window/m-p/238390#M2351</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-09T07:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: GDL Script associate architrave with window?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-Script-associate-architrave-with-window/m-p/238391#M2352</link>
      <description>I am not sure. Heimo made a cladding object a while back that detected wall openings and cut the cladding around them, but I am not sure if you can instead use that info to cut into the wall instead. More so if you only want it for selected doors and windows... You might be able to chase Heimo for insight in how he did it. Associative objects.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Ling.</description>
      <pubDate>Tue, 09 Jul 2019 08:55:53 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-Script-associate-architrave-with-window/m-p/238391#M2352</guid>
      <dc:creator>Lingwisyer</dc:creator>
      <dc:date>2019-07-09T08:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: GDL Script associate architrave with window?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-Script-associate-architrave-with-window/m-p/238392#M2353</link>
      <description>&lt;BLOCKQUOTE&gt;Lingwisyer wrote:&lt;BR /&gt;
I am not sure. Heimo made a cladding object a while back that detected wall openings and cut the cladding around them.
&lt;/BLOCKQUOTE&gt;

I think you will find that was made using the wall accessory add-on, which will find the entire wall geometry, including all window and door openings.&lt;BR /&gt;
So it will not be good for individual openings.&lt;BR /&gt;
&lt;BR /&gt;
You need to CALL it from the main window object.&lt;BR /&gt;
There is no need to save out new copies of all the macros as they are already being CALLed from the main window object.&lt;BR /&gt;
You just need to add you architrave to the main window.&lt;BR /&gt;
&lt;BR /&gt;
Having said that, the Graphisoft windows are not the simplest of objects to understand.&lt;BR /&gt;
It can be done though.&lt;BR /&gt;
You will want to ‘Save As’ the main window object as a new object, so you don’t destroy the original.&lt;BR /&gt;
Add your architrave parameters to the main window object.&lt;BR /&gt;
CALL it in the 2D &amp;amp; 3D scripts (possibly the parameter and/or master script depending on how it it written).and pass on the architrave parameter values as well as the A &amp;amp; B (height &amp;amp; width) In the CALL command.&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
      <pubDate>Tue, 09 Jul 2019 12:34:14 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-Script-associate-architrave-with-window/m-p/238392#M2353</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2019-07-09T12:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: GDL Script associate architrave with window?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-Script-associate-architrave-with-window/m-p/238393#M2354</link>
      <description>&lt;BLOCKQUOTE&gt;Barry wrote:&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;Lingwisyer wrote:&lt;BR /&gt;
I am not sure. Heimo made a cladding object a while back that detected wall openings and cut the cladding around them.
&lt;/BLOCKQUOTE&gt;

I think you will find that was made using the wall accessory add-on, which will find the entire wall geometry, including all window and door openings.&lt;BR /&gt;
So it will not be good for individual openings.&lt;BR /&gt;
&lt;BR /&gt;
You need to CALL it from the main window object.&lt;BR /&gt;
There is no need to save out new copies of all the macros as they are already being CALLed from the main window object.&lt;BR /&gt;
You just need to add you architrave to the main window.&lt;BR /&gt;
&lt;BR /&gt;
Having said that, the Graphisoft windows are not the simplest of objects to understand.&lt;BR /&gt;
It can be done though.&lt;BR /&gt;
You will want to ‘Save As’ the main window object as a new object, so you don’t destroy the original.&lt;BR /&gt;
Add your architrave parameters to the main window object.&lt;BR /&gt;
CALL it in the 2D &amp;amp; 3D scripts (possibly the parameter and/or master script depending on how it it written).and pass on the architrave parameter values as well as the A &amp;amp; B (height &amp;amp; width) In the CALL command.&lt;BR /&gt;
&lt;BR /&gt;
Barry.
&lt;/BLOCKQUOTE&gt;

thanks for the advice, this is going to be tough but i'll give it a shot!</description>
      <pubDate>Tue, 09 Jul 2019 12:42:58 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-Script-associate-architrave-with-window/m-p/238393#M2354</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-09T12:42:58Z</dc:date>
    </item>
  </channel>
</rss>

