<?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: Call [User Defined] in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-Call-User-Defined/m-p/279293#M1596</link>
    <description>&lt;BLOCKQUOTE&gt;Barry wrote:&lt;BR /&gt;It doesn't scale and you can't browse for the object name, you have to type it in (and if it is in the loaded library it will find it).&lt;/BLOCKQUOTE&gt;

&lt;BR /&gt;
Oh. Been a long time since I looked at it and I could not find it... seems like I remembered it's functionality wrong...</description>
    <pubDate>Thu, 12 Dec 2019 08:57:37 GMT</pubDate>
    <dc:creator>Lingwisyer</dc:creator>
    <dc:date>2019-12-12T08:57:37Z</dc:date>
    <item>
      <title>GDL: Call [User Defined]</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-Call-User-Defined/m-p/279287#M1590</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Hi all,&lt;BR /&gt;
&lt;BR /&gt;
Is there a way to Call a user defined object? Turn it into Parameter?&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Ling.&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 12 Dec 2019 01:46:42 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-Call-User-Defined/m-p/279287#M1590</guid>
      <dc:creator>Lingwisyer</dc:creator>
      <dc:date>2019-12-12T01:46:42Z</dc:date>
    </item>
    <item>
      <title>Re: GDL: Call [User Defined]</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-Call-User-Defined/m-p/279288#M1591</link>
      <description>I'm not clear on what you are trying to do here.&lt;BR /&gt;
Normally when you call an object, you are passing parameter values to it.&lt;BR /&gt;
It is possible to call an object in the parameter script, then if you have the same parameters in your calling object they can use all of the VALUEs from the called object.&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
      <pubDate>Thu, 12 Dec 2019 07:10:33 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-Call-User-Defined/m-p/279288#M1591</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2019-12-12T07:10:33Z</dc:date>
    </item>
    <item>
      <title>Re: GDL: Call [User Defined]</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-Call-User-Defined/m-p/279289#M1592</link>
      <description>Browse loaded objects, retrieve name of selected object and save it as a parameter value.&lt;BR /&gt;
&lt;BR /&gt;
Curiosity. Was there not an object someone had made that could be used to scale and rotate another object along a chose axis? Wonder how that worked.</description>
      <pubDate>Thu, 12 Dec 2019 07:41:01 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-Call-User-Defined/m-p/279289#M1592</guid>
      <dc:creator>Lingwisyer</dc:creator>
      <dc:date>2019-12-12T07:41:01Z</dc:date>
    </item>
    <item>
      <title>Re: GDL: Call [User Defined]</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-Call-User-Defined/m-p/279290#M1593</link>
      <description>call as parameter is done in all "custom components" like custom door leaf or so.&lt;BR /&gt;
&lt;BR /&gt;
we can use call 2 way: call "object_name".... or call object_name, so the first can be placed a text string parameter as argument of the call.&lt;BR /&gt;
&lt;BR /&gt;
Piotr</description>
      <pubDate>Thu, 12 Dec 2019 08:24:33 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-Call-User-Defined/m-p/279290#M1593</guid>
      <dc:creator>Piotr Dobrowolski</dc:creator>
      <dc:date>2019-12-12T08:24:33Z</dc:date>
    </item>
    <item>
      <title>Re: GDL: Call [User Defined]</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-Call-User-Defined/m-p/279291#M1594</link>
      <description>&lt;BLOCKQUOTE&gt;Lingwisyer wrote:&lt;BR /&gt;
Curiosity. Was there not an object someone had made that could be used to scale and rotate another object along a chose axis? Wonder how that worked.
&lt;/BLOCKQUOTE&gt;

You mean the "Rotator" object that can be found in BIMcomponents?&lt;BR /&gt;
It doesn't scale and you can't browse for the object name, you have to type it in (and if it is in the loaded library it will find it).&lt;BR /&gt;
&lt;BR /&gt;
Custom components (i.e. door leaf, handle, etc) can be listed as a parameter and they are automatically found in the loaded library based on the subtype.&lt;BR /&gt;
Maybe look a door object that calls a custom leaf.&lt;BR /&gt;
I can't remember without investigating how they get the list of available custom components.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
      <pubDate>Thu, 12 Dec 2019 08:33:46 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-Call-User-Defined/m-p/279291#M1594</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2019-12-12T08:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: GDL: Call [User Defined]</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-Call-User-Defined/m-p/279292#M1595</link>
      <description>&lt;BLOCKQUOTE&gt;Barry wrote:&lt;BR /&gt;
You mean the "Rotator" object that can be found in BIMcomponents?
&lt;/BLOCKQUOTE&gt;

&lt;BR /&gt;
It is password protected unfortunately.&lt;BR /&gt;
So you can't see the script.&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
      <pubDate>Thu, 12 Dec 2019 08:49:49 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-Call-User-Defined/m-p/279292#M1595</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2019-12-12T08:49:49Z</dc:date>
    </item>
    <item>
      <title>Re: GDL: Call [User Defined]</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-Call-User-Defined/m-p/279293#M1596</link>
      <description>&lt;BLOCKQUOTE&gt;Barry wrote:&lt;BR /&gt;It doesn't scale and you can't browse for the object name, you have to type it in (and if it is in the loaded library it will find it).&lt;/BLOCKQUOTE&gt;

&lt;BR /&gt;
Oh. Been a long time since I looked at it and I could not find it... seems like I remembered it's functionality wrong...</description>
      <pubDate>Thu, 12 Dec 2019 08:57:37 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-Call-User-Defined/m-p/279293#M1596</guid>
      <dc:creator>Lingwisyer</dc:creator>
      <dc:date>2019-12-12T08:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: GDL: Call [User Defined]</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-Call-User-Defined/m-p/279294#M1597</link>
      <description>There once was an object made by Karl Ottenstein named Skewer, which used that functionality.&lt;BR /&gt;
You can download it here:&lt;BR /&gt;
&lt;A href="http://www.opengdl.org/Default.aspx?tabid=2060&amp;amp;language=de-DE" target="_blank"&gt;&lt;LINK_TEXT text="http://www.opengdl.org/Default.aspx?tab ... uage=de-DE"&gt;http://www.opengdl.org/Default.aspx?tabid=2060&amp;amp;language=de-DE&lt;/LINK_TEXT&gt;&lt;/A&gt;</description>
      <pubDate>Thu, 12 Dec 2019 10:45:43 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-Call-User-Defined/m-p/279294#M1597</guid>
      <dc:creator>Jochen Suehlo</dc:creator>
      <dc:date>2019-12-12T10:45:43Z</dc:date>
    </item>
  </channel>
</rss>

