<?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: Parameter &amp;quot;height&amp;quot; in the plan in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Parameter-quot-height-quot-in-the-plan/m-p/228500#M5477</link>
    <description>&lt;BLOCKQUOTE&gt;Barry wrote:&lt;BR /&gt;You don't need to script a label, just add some text with the symbol height.&lt;BR /&gt;

&lt;PRE&gt;TEXT2 0,0, SYMB_POS_Z
&lt;/PRE&gt;

Barry.&lt;/BLOCKQUOTE&gt;

Is it possible to add decimals? &lt;BR /&gt;
Now the text2 shows "3" (3 meters) and I prefer "3.00"&lt;BR /&gt;
&lt;BR /&gt;
Thanks!</description>
    <pubDate>Tue, 19 Sep 2017 23:27:33 GMT</pubDate>
    <dc:creator>mest79</dc:creator>
    <dc:date>2017-09-19T23:27:33Z</dc:date>
    <item>
      <title>Parameter "height" in the plan</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Parameter-quot-height-quot-in-the-plan/m-p/228495#M5472</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Hi! &lt;BR /&gt;
&lt;BR /&gt;
I have a object gdl and I want to indicate in plan what height the object is placed on. &lt;BR /&gt;
&lt;BR /&gt;
I want to visualize the parameter "base height" in the plan. &lt;BR /&gt;
&lt;BR /&gt;
Thanks&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Sun, 10 Sep 2017 23:11:33 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Parameter-quot-height-quot-in-the-plan/m-p/228495#M5472</guid>
      <dc:creator>mest79</dc:creator>
      <dc:date>2017-09-10T23:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter "height" in the plan</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Parameter-quot-height-quot-in-the-plan/m-p/228496#M5473</link>
      <description>If it is your own object and you can program in GDL then you could adjust the script to show text for the elevation.&lt;BR /&gt;
&lt;BR /&gt;
Otherwise add a label.&lt;BR /&gt;
There is an 'elevation label' that should do what you want.&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
      <pubDate>Mon, 11 Sep 2017 00:58:56 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Parameter-quot-height-quot-in-the-plan/m-p/228496#M5473</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2017-09-11T00:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter "height" in the plan</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Parameter-quot-height-quot-in-the-plan/m-p/228497#M5474</link>
      <description>Barry, &lt;BR /&gt;
I created the object myself. The object is very simple and I can program in GDL, but I don'd know how to edit the GDL to create a "label" already inserted in the object.&lt;BR /&gt;
Thanks!</description>
      <pubDate>Mon, 11 Sep 2017 08:53:45 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Parameter-quot-height-quot-in-the-plan/m-p/228497#M5474</guid>
      <dc:creator>mest79</dc:creator>
      <dc:date>2017-09-11T08:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter "height" in the plan</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Parameter-quot-height-quot-in-the-plan/m-p/228498#M5475</link>
      <description>You don't need to script a label, just add some text with the symbol height.&lt;BR /&gt;

&lt;PRE&gt;TEXT2 0,0, SYMB_POS_Z
&lt;/PRE&gt;
You will need to add a Boolean switch and an IF/THEN statement if you want to turn the text on and off.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Or you can just as a label with the label tool to each instance of the object in your plan - which you can turn on or off as needed.&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
      <pubDate>Mon, 11 Sep 2017 09:05:24 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Parameter-quot-height-quot-in-the-plan/m-p/228498#M5475</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2017-09-11T09:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter "height" in the plan</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Parameter-quot-height-quot-in-the-plan/m-p/228499#M5476</link>
      <description>Perfect!!! &lt;BR /&gt;
Thank you Barry!</description>
      <pubDate>Mon, 11 Sep 2017 09:58:16 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Parameter-quot-height-quot-in-the-plan/m-p/228499#M5476</guid>
      <dc:creator>mest79</dc:creator>
      <dc:date>2017-09-11T09:58:16Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter "height" in the plan</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Parameter-quot-height-quot-in-the-plan/m-p/228500#M5477</link>
      <description>&lt;BLOCKQUOTE&gt;Barry wrote:&lt;BR /&gt;You don't need to script a label, just add some text with the symbol height.&lt;BR /&gt;

&lt;PRE&gt;TEXT2 0,0, SYMB_POS_Z
&lt;/PRE&gt;

Barry.&lt;/BLOCKQUOTE&gt;

Is it possible to add decimals? &lt;BR /&gt;
Now the text2 shows "3" (3 meters) and I prefer "3.00"&lt;BR /&gt;
&lt;BR /&gt;
Thanks!</description>
      <pubDate>Tue, 19 Sep 2017 23:27:33 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Parameter-quot-height-quot-in-the-plan/m-p/228500#M5477</guid>
      <dc:creator>mest79</dc:creator>
      <dc:date>2017-09-19T23:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter "height" in the plan</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Parameter-quot-height-quot-in-the-plan/m-p/228501#M5478</link>
      <description>You will need to use the STR function.&lt;BR /&gt;
probably something like ...&lt;BR /&gt;
&lt;BR /&gt;
TEXT2 0, 0, STR("%0.2m", SYMB_POS_Z)&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
      <pubDate>Wed, 20 Sep 2017 01:32:29 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Parameter-quot-height-quot-in-the-plan/m-p/228501#M5478</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2017-09-20T01:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter "height" in the plan</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Parameter-quot-height-quot-in-the-plan/m-p/228502#M5479</link>
      <description>Thanks!!!</description>
      <pubDate>Wed, 20 Sep 2017 23:48:11 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Parameter-quot-height-quot-in-the-plan/m-p/228502#M5479</guid>
      <dc:creator>mest79</dc:creator>
      <dc:date>2017-09-20T23:48:11Z</dc:date>
    </item>
  </channel>
</rss>

