<?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: How to get value of sea level in GDL? in GDL</title>
    <link>https://community.graphisoft.com/t5/GDL/How-to-get-value-of-sea-level-in-GDL/m-p/579477#M6011</link>
    <description>&lt;P&gt;I would be grateful if you could tell me the object containing the code that I can study.&lt;BR /&gt;I didn't tell you the value of this.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LeeJaeYoung_0-1702040717622.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/50249i77D711A6DED1AF40/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LeeJaeYoung_0-1702040717622.png" alt="LeeJaeYoung_0-1702040717622.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;text2 0,-3,Builtin.General_ElevationToSeaLevel&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 08 Dec 2023 13:12:00 GMT</pubDate>
    <dc:creator>LeeJaeYoung</dc:creator>
    <dc:date>2023-12-08T13:12:00Z</dc:date>
    <item>
      <title>How to get value of sea level in GDL?</title>
      <link>https://community.graphisoft.com/t5/GDL/How-to-get-value-of-sea-level-in-GDL/m-p/579307#M5991</link>
      <description>&lt;P&gt;How to get value of sea level in GDL?&lt;BR /&gt;1. Builtin.General_ElevationToSeaLevel (introduced in ARCHICAD 25) Should I use this?&lt;BR /&gt;(How should I use it?)&lt;BR /&gt;2. SEALEVEL - GLOB_HSTORY_ELEV = SLevel&lt;BR /&gt;I need to find the sealevel, but I can't.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2024 11:55:20 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/How-to-get-value-of-sea-level-in-GDL/m-p/579307#M5991</guid>
      <dc:creator>LeeJaeYoung</dc:creator>
      <dc:date>2024-09-26T11:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to get value of sea level in GDL?</title>
      <link>https://community.graphisoft.com/t5/GDL/How-to-get-value-of-sea-level-in-GDL/m-p/579321#M5992</link>
      <description>&lt;P&gt;I believe you need to use the "REFERENCE_LEVEL_DATA" request:&lt;/P&gt;&lt;P&gt;&lt;A href="https://gdl.graphisoft.com/reference-guide/request-options#:~:text=n%20%3D%20REQUEST%20(%22REFERENCE_LEVEL_DATA,an%20error%20occurred" target="_blank"&gt;https://gdl.graphisoft.com/reference-guide/request-options#:~:text=n%20%3D%20REQUEST%20(%22REFERENCE_LEVEL_DATA,an%20error%20occurred&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;n = REQUEST ("REFERENCE_LEVEL_DATA", "", name1, elev1, name2, elev2, name3, elev3, name4, elev4)&amp;nbsp;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;Those names and elevations refer to the 4 reference levels from the project preferences.&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="http://community.graphisoft.com/t5/image/serverpage/image-id/57141i67998D6BD4A7A64C/image-size/large?v=v2&amp;amp;px=999" border="0" alt="reference levels.png" title="reference levels.png" /&gt;</description>
      <pubDate>Thu, 07 Dec 2023 14:15:15 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/How-to-get-value-of-sea-level-in-GDL/m-p/579321#M5992</guid>
      <dc:creator>danielk</dc:creator>
      <dc:date>2023-12-07T14:15:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to get value of sea level in GDL?</title>
      <link>https://community.graphisoft.com/t5/GDL/How-to-get-value-of-sea-level-in-GDL/m-p/579330#M5993</link>
      <description>&lt;P&gt;thank you so much. ^^&lt;/P&gt;
&lt;P&gt;But what I don't understand is that elev4 is a negative number.&lt;BR /&gt;I set 12.5, but the answer I get is -12.5, which is perplexing.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Dec 2023 15:52:15 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/How-to-get-value-of-sea-level-in-GDL/m-p/579330#M5993</guid>
      <dc:creator>LeeJaeYoung</dc:creator>
      <dc:date>2023-12-07T15:52:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to get value of sea level in GDL?</title>
      <link>https://community.graphisoft.com/t5/GDL/How-to-get-value-of-sea-level-in-GDL/m-p/579331#M5994</link>
      <description>&lt;P&gt;Sea Level is tricky. When you enter it in the Project Location settings, you enter the height your project 0.00 is from the sea.&lt;/P&gt;&lt;P&gt;So, if the project zero (ground floor 0.00) is 500 m above the sea, you enter "500 m". But then when you enter the "Project Preferences &amp;gt; Reference Levels" settings, your origin/base level is the ground floor 0.00 level, and the other reference levels are measured from there. so if you open this dialog, you will see that the sea level is a negative number here (because 0.00 is ground floor, and the sea is 500 m below this level, in other words: -500 m).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Long story short: In the Project Location settings you have to enter it as a positive number, but other than that, it is always negative (as long as the building is above sea level of course).&lt;/P&gt;</description>
      <pubDate>Thu, 07 Dec 2023 15:59:57 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/How-to-get-value-of-sea-level-in-GDL/m-p/579331#M5994</guid>
      <dc:creator>danielk</dc:creator>
      <dc:date>2023-12-07T15:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to get value of sea level in GDL?</title>
      <link>https://community.graphisoft.com/t5/GDL/How-to-get-value-of-sea-level-in-GDL/m-p/579332#M5995</link>
      <description>&lt;P&gt;thank you so mucn . ^^&lt;/P&gt;
&lt;P&gt;I will study harder.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Is Builtin.General_ElevationToSeaLevel not available?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Dec 2023 16:05:35 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/How-to-get-value-of-sea-level-in-GDL/m-p/579332#M5995</guid>
      <dc:creator>LeeJaeYoung</dc:creator>
      <dc:date>2023-12-07T16:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to get value of sea level in GDL?</title>
      <link>https://community.graphisoft.com/t5/GDL/How-to-get-value-of-sea-level-in-GDL/m-p/579342#M5996</link>
      <description>&lt;P&gt;I have no idea what that is, but it doesn't look like GDL to me. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Where did you read about it? Can you send me a link?&lt;/P&gt;</description>
      <pubDate>Thu, 07 Dec 2023 17:15:04 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/How-to-get-value-of-sea-level-in-GDL/m-p/579342#M5996</guid>
      <dc:creator>danielk</dc:creator>
      <dc:date>2023-12-07T17:15:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to get value of sea level in GDL?</title>
      <link>https://community.graphisoft.com/t5/GDL/How-to-get-value-of-sea-level-in-GDL/m-p/579378#M5997</link>
      <description>&lt;P&gt;&lt;A href="https://gdl.graphisoft.com/reference-guide/built-in-property-guide" target="_blank"&gt;Built-in property guide | GRAPHISOFT GDL Center&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Dec 2023 22:57:22 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/How-to-get-value-of-sea-level-in-GDL/m-p/579378#M5997</guid>
      <dc:creator>LeeJaeYoung</dc:creator>
      <dc:date>2023-12-07T22:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to get value of sea level in GDL?</title>
      <link>https://community.graphisoft.com/t5/GDL/How-to-get-value-of-sea-level-in-GDL/m-p/579385#M6000</link>
      <description>&lt;P&gt;These built in properties were introduced in version 25.&lt;/P&gt;
&lt;P&gt;But his concerns me.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BarryKelly_0-1701996811624.png" style="width: 947px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/50231i5C57B40827A57482/image-size/large?v=v2&amp;amp;px=999" role="button" title="BarryKelly_0-1701996811624.png" alt="BarryKelly_0-1701996811624.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I probably wouldn't use them unless you really had to, or they are better in some way.&lt;/P&gt;
&lt;P&gt;I have never used them yet.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Barry.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Dec 2023 00:54:41 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/How-to-get-value-of-sea-level-in-GDL/m-p/579385#M6000</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2023-12-08T00:54:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to get value of sea level in GDL?</title>
      <link>https://community.graphisoft.com/t5/GDL/How-to-get-value-of-sea-level-in-GDL/m-p/579467#M6010</link>
      <description>&lt;P&gt;Oooh, I see. As far as I understand these were designed specifically to make it easier to reference Archicad Properties in Label objects. (so this is something completely different from what you are looking for)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When you place a label on something and want to display its Property values, you need a REQUEST command, and then one of the parameters in that request will be the Global Unique ID of the Property. This is a difficult-to-remember string of letters and numbers, but if you are referencing a builtin property, you can use these keywords instead of that number.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It looks like "&lt;SPAN&gt;Builtin.General_ElevationToSeaLevel" keyword would tell you how high above the Sea Level is the object you labeled. E.g. if the Sea Level is at -100 m, and a chair is placed 1 m above the ground floor 0.00 m, then then this should return "101 m".&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Dec 2023 11:00:08 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/How-to-get-value-of-sea-level-in-GDL/m-p/579467#M6010</guid>
      <dc:creator>danielk</dc:creator>
      <dc:date>2023-12-08T11:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to get value of sea level in GDL?</title>
      <link>https://community.graphisoft.com/t5/GDL/How-to-get-value-of-sea-level-in-GDL/m-p/579477#M6011</link>
      <description>&lt;P&gt;I would be grateful if you could tell me the object containing the code that I can study.&lt;BR /&gt;I didn't tell you the value of this.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LeeJaeYoung_0-1702040717622.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/50249i77D711A6DED1AF40/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LeeJaeYoung_0-1702040717622.png" alt="LeeJaeYoung_0-1702040717622.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;text2 0,-3,Builtin.General_ElevationToSeaLevel&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Dec 2023 13:12:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/How-to-get-value-of-sea-level-in-GDL/m-p/579477#M6011</guid>
      <dc:creator>LeeJaeYoung</dc:creator>
      <dc:date>2023-12-08T13:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to get value of sea level in GDL?</title>
      <link>https://community.graphisoft.com/t5/GDL/How-to-get-value-of-sea-level-in-GDL/m-p/579505#M6019</link>
      <description>&lt;DIV style="color: #3d3d3d; background-color: #fafafa; font-family: Consolas, 'Courier New', monospace; font-weight: normal; font-size: 12px; line-height: 16px; white-space: pre;"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;LI-CODE lang="markup"&gt;n = REQUEST ("Property_Value_Of_Parent", "Builtin.General_ElevationToSeaLevel", type, dim1, dim2, propertyValue)
text2 0,0, propertyValue&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Property values can be read only in label / marker objects.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2023 07:35:22 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/How-to-get-value-of-sea-level-in-GDL/m-p/579505#M6019</guid>
      <dc:creator>Peter Baksa</dc:creator>
      <dc:date>2023-12-13T07:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to get value of sea level in GDL?</title>
      <link>https://community.graphisoft.com/t5/GDL/How-to-get-value-of-sea-level-in-GDL/m-p/579536#M6022</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LeeJaeYoung_1-1702083232944.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/50273iF272A9C63A6D36C5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LeeJaeYoung_1-1702083232944.png" alt="LeeJaeYoung_1-1702083232944.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LeeJaeYoung_0-1702083137418.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/50272iC2571DFDE303100F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LeeJaeYoung_0-1702083137418.png" alt="LeeJaeYoung_0-1702083137418.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;"REFERENCE_LEVEL_DATA" doesn't work in a label.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Is there a reason why you say it can't be done?&lt;BR /&gt;Are there cases where it doesn't work?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 09 Dec 2023 00:54:05 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/How-to-get-value-of-sea-level-in-GDL/m-p/579536#M6022</guid>
      <dc:creator>LeeJaeYoung</dc:creator>
      <dc:date>2023-12-09T00:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to get value of sea level in GDL?</title>
      <link>https://community.graphisoft.com/t5/GDL/How-to-get-value-of-sea-level-in-GDL/m-p/579721#M6038</link>
      <description>&lt;P&gt;Sorry, my mistake, I thought they are relative to the object's height, but no, they are just the pure settings.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2023 10:35:59 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/How-to-get-value-of-sea-level-in-GDL/m-p/579721#M6038</guid>
      <dc:creator>Peter Baksa</dc:creator>
      <dc:date>2023-12-11T10:35:59Z</dc:date>
    </item>
  </channel>
</rss>

