<?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 Request Story Name of Door in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Request-Story-Name-of-Door/m-p/294196#M9327</link>
    <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;R&gt;I am trying to get the story height of a door in a custom door marker. Is this possible? So far - the output of the Requests make no sense to me. &lt;BR /&gt;
&lt;BR /&gt;
I am a GDL newbie, and I have tried all manner of REQUESTS listed here: &lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="https://www.graphisoft.com/ftp/gdl/manual/16/002.015.html#REQUESTOptions_section" target="_blank"&gt;&lt;LINK_TEXT text="https://www.graphisoft.com/ftp/gdl/manu ... ns_section"&gt;https://www.graphisoft.com/ftp/gdl/manual/16/002.015.html#REQUESTOptions_section&lt;/LINK_TEXT&gt;&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Hopefully this is clear, let me know if there is more explanation required. Thanks!&lt;/R&gt;&lt;/DIV&gt;</description>
    <pubDate>Wed, 24 May 2023 08:48:31 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-05-24T08:48:31Z</dc:date>
    <item>
      <title>Request Story Name of Door</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Request-Story-Name-of-Door/m-p/294196#M9327</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;R&gt;I am trying to get the story height of a door in a custom door marker. Is this possible? So far - the output of the Requests make no sense to me. &lt;BR /&gt;
&lt;BR /&gt;
I am a GDL newbie, and I have tried all manner of REQUESTS listed here: &lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="https://www.graphisoft.com/ftp/gdl/manual/16/002.015.html#REQUESTOptions_section" target="_blank"&gt;&lt;LINK_TEXT text="https://www.graphisoft.com/ftp/gdl/manu ... ns_section"&gt;https://www.graphisoft.com/ftp/gdl/manual/16/002.015.html#REQUESTOptions_section&lt;/LINK_TEXT&gt;&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Hopefully this is clear, let me know if there is more explanation required. Thanks!&lt;/R&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 24 May 2023 08:48:31 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Request-Story-Name-of-Door/m-p/294196#M9327</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-05-24T08:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: Request Story Name of Door</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Request-Story-Name-of-Door/m-p/294197#M9328</link>
      <description>Do you want story name or story height?&lt;BR /&gt;
&lt;BR /&gt;
To get the story name use the following:
&lt;PRE&gt;success = request("Home_story_of_opening", "", _index, _story_name)

text2 0, 0, _story_name&lt;/PRE&gt;

To get the story height you can use GLOB_HSTORY_HEIGHT:
&lt;PRE&gt;text2 0, 0, GLOB_HSTORY_HEIGHT&lt;/PRE&gt;

Or (a better way) is to add this line after the "Home_story_of_opening" request shown above:
&lt;PRE&gt;success = request("Story_info", _index, _nStories, _index, _name, _elevation, _height)

text2 0, 0, _height&lt;/PRE&gt;</description>
      <pubDate>Thu, 03 Sep 2015 00:52:23 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Request-Story-Name-of-Door/m-p/294197#M9328</guid>
      <dc:creator>Matt Balaam</dc:creator>
      <dc:date>2015-09-03T00:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: Request Story Name of Door</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Request-Story-Name-of-Door/m-p/294198#M9329</link>
      <description>Awesome, thank you Matt!&lt;BR /&gt;
&lt;BR /&gt;
I was doing: &lt;BR /&gt;
&lt;BR /&gt;
success = request("Story_info", _index, _nStories, _index, _name, _elevation, _height) &lt;BR /&gt;
&lt;BR /&gt;
text2 0, 0, &lt;B&gt;success&lt;/B&gt; &lt;BR /&gt;
&lt;BR /&gt;
Now it works like a charm!</description>
      <pubDate>Thu, 03 Sep 2015 15:20:32 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Request-Story-Name-of-Door/m-p/294198#M9329</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-03T15:20:32Z</dc:date>
    </item>
  </channel>
</rss>

