<?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 Code For Reveal Depth in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-Code-For-Reveal-Depth/m-p/206798#M18853</link>
    <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
You possibly mean this one, just put;&lt;BR /&gt;

&lt;PRE&gt;&lt;I&gt;
&lt;/I&gt;ac_wido_sill=0
parameters ac_wido_sill=ac_wido_sill
&lt;/PRE&gt;

...in your value or master script.&lt;BR /&gt;
&lt;BR /&gt;
It works from 12 on, the documentation can be found here;&lt;BR /&gt;
&amp;lt;&lt;A href="http://www.graphisoft.com/ftp/techsupport/documentation/developer_docs/BasicLibraryDoc/12/LibDevGuide/Appendix_ACParams.html" target="_blank"&gt;&lt;LINK_TEXT text="http://www.graphisoft.com/ftp/techsuppo ... arams.html"&gt;http://www.graphisoft.com/ftp/techsupport/documentation/developer_docs/BasicLibraryDoc/12/LibDevGuide/Appendix_ACParams.html&lt;/LINK_TEXT&gt;&lt;/A&gt;&amp;gt;&lt;BR /&gt;

&lt;PRE&gt;&lt;I&gt;
&lt;/I&gt;
2.2. Door/Window objects

ac_wido_sill - length
This parameter provides full access to the sill depth of the opening object. The parameter can get a value list, it can be locked and hidden and its value can be set via the parameter script. Its current value will be assigned to the WIDO_SILL global variable for compatibility with older scripts.
ac_wido_hide_options - integer
Via this bitfield parameter you can disable options from the window/door settings dialog. ac_wido_hide_options = j1 + 2*j2. If j1 is set, the sill depth inputs on the default ArchiCAD settings dialog is hidden. If j2 is set, the reveal settings in the settings dialog are disabled.

&lt;/PRE&gt;

Hope this helps.&lt;BR /&gt;
&lt;BR /&gt;
Regards, Juha</description>
    <pubDate>Sat, 18 Sep 2010 11:24:00 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2010-09-18T11:24:00Z</dc:date>
    <item>
      <title>GDL Code For Reveal Depth</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-Code-For-Reveal-Depth/m-p/206797#M18852</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;In Archicad 12, how can the Reveal Depth (under the Reveal Section) be set to 0'-0" using GDL Code?&lt;BR /&gt;
&lt;BR /&gt;
Is there a Global Variable for this?&lt;BR /&gt;
&lt;BR /&gt;
Thank you.&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 16 Sep 2010 20:19:13 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-Code-For-Reveal-Depth/m-p/206797#M18852</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-09-16T20:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: GDL Code For Reveal Depth</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-Code-For-Reveal-Depth/m-p/206798#M18853</link>
      <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
You possibly mean this one, just put;&lt;BR /&gt;

&lt;PRE&gt;&lt;I&gt;
&lt;/I&gt;ac_wido_sill=0
parameters ac_wido_sill=ac_wido_sill
&lt;/PRE&gt;

...in your value or master script.&lt;BR /&gt;
&lt;BR /&gt;
It works from 12 on, the documentation can be found here;&lt;BR /&gt;
&amp;lt;&lt;A href="http://www.graphisoft.com/ftp/techsupport/documentation/developer_docs/BasicLibraryDoc/12/LibDevGuide/Appendix_ACParams.html" target="_blank"&gt;&lt;LINK_TEXT text="http://www.graphisoft.com/ftp/techsuppo ... arams.html"&gt;http://www.graphisoft.com/ftp/techsupport/documentation/developer_docs/BasicLibraryDoc/12/LibDevGuide/Appendix_ACParams.html&lt;/LINK_TEXT&gt;&lt;/A&gt;&amp;gt;&lt;BR /&gt;

&lt;PRE&gt;&lt;I&gt;
&lt;/I&gt;
2.2. Door/Window objects

ac_wido_sill - length
This parameter provides full access to the sill depth of the opening object. The parameter can get a value list, it can be locked and hidden and its value can be set via the parameter script. Its current value will be assigned to the WIDO_SILL global variable for compatibility with older scripts.
ac_wido_hide_options - integer
Via this bitfield parameter you can disable options from the window/door settings dialog. ac_wido_hide_options = j1 + 2*j2. If j1 is set, the sill depth inputs on the default ArchiCAD settings dialog is hidden. If j2 is set, the reveal settings in the settings dialog are disabled.

&lt;/PRE&gt;

Hope this helps.&lt;BR /&gt;
&lt;BR /&gt;
Regards, Juha</description>
      <pubDate>Sat, 18 Sep 2010 11:24:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-Code-For-Reveal-Depth/m-p/206798#M18853</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-09-18T11:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: GDL Code For Reveal Depth</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-Code-For-Reveal-Depth/m-p/206799#M18854</link>
      <description>The variable ac_wido_sill=0 worked. I just added it as another Parameter.&lt;BR /&gt;
&lt;BR /&gt;
Thank you.</description>
      <pubDate>Wed, 22 Sep 2010 00:13:15 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-Code-For-Reveal-Depth/m-p/206799#M18854</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-09-22T00:13:15Z</dc:date>
    </item>
  </channel>
</rss>

