<?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: Label as level dimension in plan in Project data &amp; BIM</title>
    <link>https://community.graphisoft.com/t5/Project-data-BIM/Label-as-level-dimension-in-plan/m-p/605361#M10520</link>
    <description>&lt;P&gt;Sorry, I made a slight error in the expression - I forgot the divide (/) in the first string.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Dividing the length by cm or m or mm with convert the length to a number.&lt;/P&gt;
&lt;P&gt;It might also be / 1 cm&amp;nbsp; instead of / 100 cm as I have shown.&lt;/P&gt;
&lt;P&gt;Basically you need to negate the units you are measuring you heights with.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Barry.&lt;/P&gt;</description>
    <pubDate>Mon, 27 May 2024 06:47:13 GMT</pubDate>
    <dc:creator>Barry Kelly</dc:creator>
    <dc:date>2024-05-27T06:47:13Z</dc:date>
    <item>
      <title>Label as level dimension in plan</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/Label-as-level-dimension-in-plan/m-p/604800#M10511</link>
      <description>&lt;P&gt;Hello, I'm trying to make a custom label that will show me the top elevation of an element, in my case, a wall, so I can use it as a level dimension in the plan.&lt;/P&gt;
&lt;P&gt;I made a new expression, then use autotext, than save as lable:&lt;/P&gt;
&lt;P&gt;CONCAT ( STRCALCUNIT ( Top Elevation To Project Zero); "="; STRCALCUNIT ( Top Elevation To Sea Level); " &amp;nbsp;" )&lt;/P&gt;
&lt;P&gt;This is what i end up with:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot_1.jpg" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/61168i8C5BC29A2F86D24A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot_1.jpg" alt="Screenshot_1.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;How do i change units from cm to m? I want this to be shown as -0,55=21,45&lt;/P&gt;
&lt;P&gt;But if i devide by 100 i get -1/21, so its probably problem with decimal number display. any idea? thank you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier" color="grey"&gt;Operating system used: &lt;EM&gt;Windows &lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="http://community.graphisoft.com/t5/image/serverpage/image-id/71903iC7DFD4AC3A5DD2F2/image-size/large?v=v2&amp;amp;px=999" border="0" alt="Screenshot_1.jpg" title="Screenshot_1.jpg" /&gt;</description>
      <pubDate>Sat, 25 May 2024 12:03:18 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/Label-as-level-dimension-in-plan/m-p/604800#M10511</guid>
      <dc:creator>Anatatj</dc:creator>
      <dc:date>2024-05-25T12:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: Label as level dimension in plan</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/Label-as-level-dimension-in-plan/m-p/604815#M10512</link>
      <description>&lt;P&gt;Try something like ... CONCAT ( STR ( Top Elevation To Project Zero &lt;FONT color="#FF0000"&gt;/&lt;/FONT&gt; 100 cm; 3); "="; STR ( Top Elevation To Sea Level / 100 cm; 3); " " )&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;STRCALCUNIT uses the units and precision set in Project preferences Calculation units.&lt;/P&gt;
&lt;P&gt;STR lets you set the number of decimals.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So your height is in metres, divide it by 100 cm to get as a number and convert that to a STR with 2 or 3 decimal places.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Seems there is a language thing were you use a semi colon ; as separators in the expression, but I have to use a comma ,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Barry.&lt;/P&gt;</description>
      <pubDate>Mon, 27 May 2024 06:40:16 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/Label-as-level-dimension-in-plan/m-p/604815#M10512</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2024-05-27T06:40:16Z</dc:date>
    </item>
    <item>
      <title>Re: Label as level dimension in plan</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/Label-as-level-dimension-in-plan/m-p/605360#M10519</link>
      <description>&lt;P&gt;For some reason function SRT does not accept value as lenght.&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;Value can be only Integer, Number or True/False. Top Elevation To Project Zero and&amp;nbsp;Top Elevation To Sea Level are lenghts, so i get:&amp;nbsp;Argument’s Data Type is Not Correct. This argument expects a Non-Unit value.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 May 2024 06:38:19 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/Label-as-level-dimension-in-plan/m-p/605360#M10519</guid>
      <dc:creator>Anatatj</dc:creator>
      <dc:date>2024-05-27T06:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: Label as level dimension in plan</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/Label-as-level-dimension-in-plan/m-p/605361#M10520</link>
      <description>&lt;P&gt;Sorry, I made a slight error in the expression - I forgot the divide (/) in the first string.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Dividing the length by cm or m or mm with convert the length to a number.&lt;/P&gt;
&lt;P&gt;It might also be / 1 cm&amp;nbsp; instead of / 100 cm as I have shown.&lt;/P&gt;
&lt;P&gt;Basically you need to negate the units you are measuring you heights with.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Barry.&lt;/P&gt;</description>
      <pubDate>Mon, 27 May 2024 06:47:13 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/Label-as-level-dimension-in-plan/m-p/605361#M10520</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2024-05-27T06:47:13Z</dc:date>
    </item>
    <item>
      <title>Re: Label as level dimension in plan</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/Label-as-level-dimension-in-plan/m-p/605362#M10521</link>
      <description>&lt;P&gt;Thank you! That's working!&lt;/P&gt;</description>
      <pubDate>Mon, 27 May 2024 07:06:46 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/Label-as-level-dimension-in-plan/m-p/605362#M10521</guid>
      <dc:creator>Anatatj</dc:creator>
      <dc:date>2024-05-27T07:06:46Z</dc:date>
    </item>
  </channel>
</rss>

