<?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: Marker: Reveal Depth GLOBAL/Request in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Marker-Reveal-Depth-GLOBAL-Request/m-p/63874#M33532</link>
    <description>&lt;BLOCKQUOTE&gt;F. wrote:&lt;BR /&gt;There are some new (AC10) optional ones, which are not created automatically, when you choose the certain subtype, but these are documented in the Basic library documentation.&lt;/BLOCKQUOTE&gt;

Yes those are the ones - i hadn't found the &lt;A href="http://www.graphisoft.com/ftp/techsupport/documentation/developer_docs/BasicLibraryDoc/10/LibDevGuide/Appendix_ACParams.html" target="_blank"&gt;Appendix A - Fixed name optional parameters&lt;/A&gt; in the Library Developer docs yet .. do now. Handy stuff to know  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_smile.gif" style="display : inline;" /&gt;&lt;BR /&gt;
&lt;BR /&gt;
When creating a new Window-Door Marker the only optionals created by the subtype  are:&lt;BR /&gt;
&lt;BR /&gt;
AC_WIDO_ID&lt;BR /&gt;
AC_WIDO_A_SIZE&lt;BR /&gt;
AC_WIDO_B_SIZE&lt;BR /&gt;
AC_WIDO_REVEAL_SIDE&lt;BR /&gt;
AC_WALL_THICKNESS&lt;BR /&gt;
&lt;BR /&gt;
only 5 of the 38 of the available ones - and none of the 38 give you the reveal depth. That has to be an oversight surely. Oh well at least they give you predefined font, pen &amp;amp; size parameters  for 4 different text styles to compensate.</description>
    <pubDate>Mon, 21 Aug 2006 04:46:13 GMT</pubDate>
    <dc:creator>owen</dc:creator>
    <dc:date>2006-08-21T04:46:13Z</dc:date>
    <item>
      <title>Marker: Reveal Depth GLOBAL/Request</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Marker-Reveal-Depth-GLOBAL-Request/m-p/63868#M33526</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Is there a Global Variable or Request available within a marker subtype to get the depth of the reveal?&lt;BR /&gt;
&lt;BR /&gt;
I've tried:&lt;BR /&gt;
&lt;BR /&gt;
WIDO_SILL&lt;BR /&gt;
AC_WIDO_SILL&lt;BR /&gt;
WIDO_THRES_DEPTH&lt;BR /&gt;
AC_WIDO_THRES_DEPTH&lt;BR /&gt;
&lt;BR /&gt;
I've also had a look at some of the W/D markers in the AC library and unless i've missed something (likely) none of them seem to read the reveal depth from the door/window settings&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 24 May 2023 10:07:28 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Marker-Reveal-Depth-GLOBAL-Request/m-p/63868#M33526</guid>
      <dc:creator>owen</dc:creator>
      <dc:date>2023-05-24T10:07:28Z</dc:date>
    </item>
    <item>
      <title>Re: Marker: Reveal Depth GLOBAL/Request</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Marker-Reveal-Depth-GLOBAL-Request/m-p/63869#M33527</link>
      <description>So far I can see, you will not get this information out of a window marker. In absence of the window GLOBALs in the marker environment you have only access to the blue optinal Parameters, which are feed by the calling window.&lt;BR /&gt;
&lt;BR /&gt;
Bad workaround:&lt;BR /&gt;
Modify your windows by an parameter as "IcontainWidoSill" and the line&lt;BR /&gt;
&lt;BR /&gt;
parameters IcontainWidoSill=WIDO_SILL&lt;BR /&gt;
&lt;BR /&gt;
in the first line of the master script.&lt;BR /&gt;
&lt;BR /&gt;
The marker could request this storage of the sill depth inside the window objects by sts=REQUEST ("ASSOCLP_PARVALUE",...&lt;BR /&gt;
See other threads to this command for the right syntax here.&lt;BR /&gt;
&lt;BR /&gt;
Not shure this really works, but it's an idea. (REQUEST ("ASSOCLP_PARVALUE","WIDO_SILL"...) can and does not work. I have just ried it. &lt;E&gt;&lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/E&gt; )</description>
      <pubDate>Fri, 18 Aug 2006 09:53:24 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Marker-Reveal-Depth-GLOBAL-Request/m-p/63869#M33527</guid>
      <dc:creator>Frank Beister</dc:creator>
      <dc:date>2006-08-18T09:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: Marker: Reveal Depth GLOBAL/Request</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Marker-Reveal-Depth-GLOBAL-Request/m-p/63870#M33528</link>
      <description>Yeah I tried using REQUEST(ASSOCLP_PARVALUE...) and none of them work on Globals available to the window/door &lt;BR /&gt;
&lt;BR /&gt;
This is very frustrating ... IMO &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;all&lt;E&gt;&lt;/E&gt; the globals available to an opening should be available to associated markers/labels (as AC_Global...). There are many which are available, but I have only found these by trial and error as most of them were not automatically created when i picked the marker subtype. I would have thought the depth of the reveal/sill in particular was a pretty obvious thing to want to access in a &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;dimension&lt;E&gt;&lt;/E&gt; marker &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_wink.gif" style="display : inline;" /&gt; Most of the markers i've seen even have a parameter for this, but it has to be edited by the user rather than reading from the opening&lt;BR /&gt;
&lt;BR /&gt;
I will try the workaround you suggest using REQUEST(ASSOCLP_PARVALUE...) to get another var=WIDO_SILL from the door which will work, but as I am trying to create a marker which will work with any of the AC10 Library doors i will have to wade through their scripts and see what they have used for this variable, rather than add one of my own. Not looking forward to it - their macro calls make my head hurt. Hopefully it is consistent across their doors and so will not be too complicated (they do at least use consistent parameter names from what i've seen so far).</description>
      <pubDate>Fri, 18 Aug 2006 13:37:20 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Marker-Reveal-Depth-GLOBAL-Request/m-p/63870#M33528</guid>
      <dc:creator>owen</dc:creator>
      <dc:date>2006-08-18T13:37:20Z</dc:date>
    </item>
    <item>
      <title>Re: Marker: Reveal Depth GLOBAL/Request</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Marker-Reveal-Depth-GLOBAL-Request/m-p/63871#M33529</link>
      <description>&lt;BLOCKQUOTE&gt;IMO all the globals available to an opening should be available to associated markers/labels (as AC_Global...).&lt;/BLOCKQUOTE&gt; IMHO too.&lt;BR /&gt;

&lt;BLOCKQUOTE&gt;There are many which are available, but I have only found these by trial and error as most of them were not automatically created when i picked the marker subtype.&lt;/BLOCKQUOTE&gt;Which one have you found beside real globals and the blue optional one? Sounds like undocumented knowledge. &lt;E&gt;&lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/E&gt;</description>
      <pubDate>Fri, 18 Aug 2006 21:31:14 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Marker-Reveal-Depth-GLOBAL-Request/m-p/63871#M33529</guid>
      <dc:creator>Frank Beister</dc:creator>
      <dc:date>2006-08-18T21:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: Marker: Reveal Depth GLOBAL/Request</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Marker-Reveal-Depth-GLOBAL-Request/m-p/63872#M33530</link>
      <description>&lt;BLOCKQUOTE&gt;F. wrote:&lt;BR /&gt;&lt;BLOCKQUOTE&gt;There are many which are available, but I have only found these by trial and error as most of them were not automatically created when i picked the marker subtype.&lt;/BLOCKQUOTE&gt;Which one have you found beside real globals and the blue optional one? Sounds like undocumented knowledge. &lt;E&gt;&lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/E&gt;&lt;/BLOCKQUOTE&gt;

I wish! No i'm just refering to the fact that there are many more of the blue optional ones available for the marker subtype than are created by the subtype. I don't know if they are hidden away in some documentation (like the HTMLs) but i found them either by opening other GS markers or by trial-and-error (adding &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;AC_&lt;E&gt;&lt;/E&gt; to the front of some global variables used by doors/windows).&lt;BR /&gt;
&lt;BR /&gt;
ALL the available blue optionals should be automatically created by the subtype ... we don't have to use them but its better than wasting time finding out what is available.</description>
      <pubDate>Sat, 19 Aug 2006 02:42:13 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Marker-Reveal-Depth-GLOBAL-Request/m-p/63872#M33530</guid>
      <dc:creator>owen</dc:creator>
      <dc:date>2006-08-19T02:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: Marker: Reveal Depth GLOBAL/Request</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Marker-Reveal-Depth-GLOBAL-Request/m-p/63873#M33531</link>
      <description>&lt;BLOCKQUOTE&gt;No i'm just refering to the fact that there are many more of the blue optional ones&lt;/BLOCKQUOTE&gt; But where do you know from, that it's a fact? Which one have you found?&lt;BR /&gt;
There are some new (AC10) optional ones, which are not created automatically, when you choose the certain subtype, but these are documented in the Basic library documentation.&lt;BR /&gt;
&lt;BR /&gt;
In opposite to the gloabal parameters, I haven't found the complete supported list of optional parameters in the AC resource files. I guess there is no one.</description>
      <pubDate>Sat, 19 Aug 2006 11:03:46 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Marker-Reveal-Depth-GLOBAL-Request/m-p/63873#M33531</guid>
      <dc:creator>Frank Beister</dc:creator>
      <dc:date>2006-08-19T11:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: Marker: Reveal Depth GLOBAL/Request</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Marker-Reveal-Depth-GLOBAL-Request/m-p/63874#M33532</link>
      <description>&lt;BLOCKQUOTE&gt;F. wrote:&lt;BR /&gt;There are some new (AC10) optional ones, which are not created automatically, when you choose the certain subtype, but these are documented in the Basic library documentation.&lt;/BLOCKQUOTE&gt;

Yes those are the ones - i hadn't found the &lt;A href="http://www.graphisoft.com/ftp/techsupport/documentation/developer_docs/BasicLibraryDoc/10/LibDevGuide/Appendix_ACParams.html" target="_blank"&gt;Appendix A - Fixed name optional parameters&lt;/A&gt; in the Library Developer docs yet .. do now. Handy stuff to know  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_smile.gif" style="display : inline;" /&gt;&lt;BR /&gt;
&lt;BR /&gt;
When creating a new Window-Door Marker the only optionals created by the subtype  are:&lt;BR /&gt;
&lt;BR /&gt;
AC_WIDO_ID&lt;BR /&gt;
AC_WIDO_A_SIZE&lt;BR /&gt;
AC_WIDO_B_SIZE&lt;BR /&gt;
AC_WIDO_REVEAL_SIDE&lt;BR /&gt;
AC_WALL_THICKNESS&lt;BR /&gt;
&lt;BR /&gt;
only 5 of the 38 of the available ones - and none of the 38 give you the reveal depth. That has to be an oversight surely. Oh well at least they give you predefined font, pen &amp;amp; size parameters  for 4 different text styles to compensate.</description>
      <pubDate>Mon, 21 Aug 2006 04:46:13 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Marker-Reveal-Depth-GLOBAL-Request/m-p/63874#M33532</guid>
      <dc:creator>owen</dc:creator>
      <dc:date>2006-08-21T04:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: Marker: Reveal Depth GLOBAL/Request</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Marker-Reveal-Depth-GLOBAL-Request/m-p/63875#M33533</link>
      <description>OK i'm stumped.&lt;BR /&gt;
&lt;BR /&gt;
Had another look at this this afternoon and I can't find where the hell in the mess of f-ing macro calls that make up GS doors there is a parameter for the Reveal depth accessible via a REQUEST("ASSOCLP_PARVALUE"..). I can easily find all the parameters for frame dimensions (thickness, width, rebates etc) and door leaf dimensions.&lt;BR /&gt;
&lt;BR /&gt;
There were a few parameters i found located in macro calls (like &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;Door Functions.gsm&lt;E&gt;&lt;/E&gt; and &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;DoorThresholdTrim.gsm&lt;E&gt;&lt;/E&gt;)that are created based on the globals WIDO_SILL or WIDO_FRAME_THICKNESS but none of them would return a value to the Marker script. I checked this by creating a text string of the return value for REQUEST("ASSOCLP_PARVALUE"..) as part of the label and every time i got 0. I know there was no error in the request script as i successfully used the same line to request parameters like &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;gs_frame_thk&lt;E&gt;&lt;/E&gt; from the door, use the parameter in ADD2 and also create a text string of the return value (1) to confirm the request was returning a parameter.&lt;BR /&gt;
&lt;BR /&gt;
It just shouldn't be this hard to write a simple bloody label ffs! Sick of messing around with this - i'm just going to CALL the damn label directly into the doors 2D script where it will behave with the rest of the door.</description>
      <pubDate>Mon, 21 Aug 2006 07:43:32 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Marker-Reveal-Depth-GLOBAL-Request/m-p/63875#M33533</guid>
      <dc:creator>owen</dc:creator>
      <dc:date>2006-08-21T07:43:32Z</dc:date>
    </item>
  </channel>
</rss>

