<?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: Layers and GDL in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Layers-and-GDL/m-p/81257#M35192</link>
    <description>Is there any helpful tutorials out there for the add-on development kit. There are several people here that have C knowledge, but where can we find any info to get us started?</description>
    <pubDate>Wed, 16 Nov 2005 21:59:35 GMT</pubDate>
    <dc:creator>Red</dc:creator>
    <dc:date>2005-11-16T21:59:35Z</dc:date>
    <item>
      <title>Layers and GDL</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Layers-and-GDL/m-p/81255#M35190</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;R&gt;I'm guessing this isn't possible..................but maybe it is......... &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_twisted.gif" style="display : inline;" /&gt; &lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
I have a part created with text that you can turn on and off in plan view. Is it possible for an object to recognize if a layer is hidden or not.  &lt;BR /&gt;
&lt;BR /&gt;
I would like for the object to be able to look at that layer and when its on the text would turn off or on which ever it maybe.&lt;/R&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 16 Nov 2005 21:06:38 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Layers-and-GDL/m-p/81255#M35190</guid>
      <dc:creator>Red</dc:creator>
      <dc:date>2005-11-16T21:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: Layers and GDL</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Layers-and-GDL/m-p/81256#M35191</link>
      <description>Red,&lt;BR /&gt;
&lt;BR /&gt;
you can't do it in GDL. That layer stuff what you are asking for requires C programming and the add-on development kit.</description>
      <pubDate>Wed, 16 Nov 2005 21:46:06 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Layers-and-GDL/m-p/81256#M35191</guid>
      <dc:creator>Rob</dc:creator>
      <dc:date>2005-11-16T21:46:06Z</dc:date>
    </item>
    <item>
      <title>Re: Layers and GDL</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Layers-and-GDL/m-p/81257#M35192</link>
      <description>Is there any helpful tutorials out there for the add-on development kit. There are several people here that have C knowledge, but where can we find any info to get us started?</description>
      <pubDate>Wed, 16 Nov 2005 21:59:35 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Layers-and-GDL/m-p/81257#M35192</guid>
      <dc:creator>Red</dc:creator>
      <dc:date>2005-11-16T21:59:35Z</dc:date>
    </item>
    <item>
      <title>Re: Layers and GDL</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Layers-and-GDL/m-p/81258#M35193</link>
      <description>go to:&lt;BR /&gt;
&lt;A href="http://www.graphisoft.com/support/developer/" target="_blank"&gt;http://www.graphisoft.com/support/developer/&lt;/A&gt;</description>
      <pubDate>Wed, 16 Nov 2005 22:39:20 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Layers-and-GDL/m-p/81258#M35193</guid>
      <dc:creator>Rob</dc:creator>
      <dc:date>2005-11-16T22:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: Layers and GDL</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Layers-and-GDL/m-p/81259#M35194</link>
      <description>&lt;BLOCKQUOTE&gt;Red wrote:&lt;BR /&gt;Is there any helpful tutorials out there for the add-on development kit. There are several people here that have C knowledge, but where can we find any info to get us started?&lt;/BLOCKQUOTE&gt;

There's an entire forum about developing with the API here on Archicad-Talk. There are also hundreds of pages of documentation that come along with it.&lt;BR /&gt;
&lt;BR /&gt;
If you do not have a strong C and C++ background, you will probably have a lot of work ahead of you, since it is really geared towards experienced programmers.</description>
      <pubDate>Thu, 17 Nov 2005 02:03:29 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Layers-and-GDL/m-p/81259#M35194</guid>
      <dc:creator>TomWaltz</dc:creator>
      <dc:date>2005-11-17T02:03:29Z</dc:date>
    </item>
    <item>
      <title>Re: Layers and GDL</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Layers-and-GDL/m-p/81260#M35195</link>
      <description>Ther are two workarounds that might help-&lt;BR /&gt;
1) you can turn on and off the text dependant on the drawing scale- not layers I know but the end result might be the same.&lt;BR /&gt;
2) use labels with the object as they are basically layer independent of the object</description>
      <pubDate>Thu, 17 Nov 2005 03:01:41 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Layers-and-GDL/m-p/81260#M35195</guid>
      <dc:creator>Aussie John</dc:creator>
      <dc:date>2005-11-17T03:01:41Z</dc:date>
    </item>
    <item>
      <title>Re: Layers and GDL</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Layers-and-GDL/m-p/81261#M35196</link>
      <description>Hello Red&lt;BR /&gt;
&lt;BR /&gt;
You can also use a Zone "transparent" which locate on the layer than you want interact with your object.&lt;BR /&gt;
An object can request the zone where it is locate and then change it appearance by this way.</description>
      <pubDate>Thu, 17 Nov 2005 07:33:24 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Layers-and-GDL/m-p/81261#M35196</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-11-17T07:33:24Z</dc:date>
    </item>
  </channel>
</rss>

