<?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: Expression to convert meter in centimeter in Project data &amp; BIM</title>
    <link>https://community.graphisoft.com/t5/Project-data-BIM/Expression-to-convert-meter-in-centimeter/m-p/571525#M9684</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;you could try the following. But need to change the datatype to text for this&lt;/P&gt;&lt;PRE&gt;STR ( Thickness / 1 m * 100; 2 )&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 19 Oct 2023 07:29:52 GMT</pubDate>
    <dc:creator>Xandros</dc:creator>
    <dc:date>2023-10-19T07:29:52Z</dc:date>
    <item>
      <title>Expression to convert meter in centimeter</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/Expression-to-convert-meter-in-centimeter/m-p/571494#M9680</link>
      <description>&lt;P class=""&gt;&lt;SPAN&gt;Hello everyone.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=""&gt;&lt;SPAN&gt;Can you help me to configure an expression to have the information as the attach picture. I guess is a simply one, is just to have meters in "cm" or "mm" and only with two decimal houses.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=""&gt;&lt;SPAN&gt;The solution using Calculation Units in the Options &amp;gt; Project Preferences &amp;gt; Calculation Units &amp;amp; Rules Dialog, doesn’t work for me because I do not want the schedules to use centimeter. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=""&gt;&lt;SPAN&gt;Thanks for your time to read my issue&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-10-19 at 03.47.32.png" style="width: 999px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/47737i8B10BF3ADDDDC9A5/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2023-10-19 at 03.47.32.png" alt="Screenshot 2023-10-19 at 03.47.32.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Mon, 23 Oct 2023 05:48:36 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/Expression-to-convert-meter-in-centimeter/m-p/571494#M9680</guid>
      <dc:creator>Xavi</dc:creator>
      <dc:date>2023-10-23T05:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: Expression to convert meter in centimeter</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/Expression-to-convert-meter-in-centimeter/m-p/571525#M9684</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;you could try the following. But need to change the datatype to text for this&lt;/P&gt;&lt;PRE&gt;STR ( Thickness / 1 m * 100; 2 )&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Oct 2023 07:29:52 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/Expression-to-convert-meter-in-centimeter/m-p/571525#M9684</guid>
      <dc:creator>Xandros</dc:creator>
      <dc:date>2023-10-19T07:29:52Z</dc:date>
    </item>
    <item>
      <title>Re: Expression to convert meter in centimeter</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/Expression-to-convert-meter-in-centimeter/m-p/571530#M9685</link>
      <description>&lt;P&gt;If you want your calculation to remain as a number, then you must set the data type as a number and convert the thickness in the expression to centimetres by dividing by 1m to remove the units.&lt;/P&gt;
&lt;P&gt;Then multiply by the factor you want to increase / decrease by (100 in this case to get meters to centimetres).&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-1697701666618.png" style="width: 936px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/47476iBF09E6F2F8957AF4/image-size/large?v=v2&amp;amp;px=999" role="button" title="BarryKelly_0-1697701666618.png" alt="BarryKelly_0-1697701666618.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can then use this property in schedules and it will still add - but technically it has no units.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Barry.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Oct 2023 07:52:44 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/Expression-to-convert-meter-in-centimeter/m-p/571530#M9685</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2023-10-19T07:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: Expression to convert meter in centimeter</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/Expression-to-convert-meter-in-centimeter/m-p/571724#M9693</link>
      <description>&lt;P&gt;Thank you &amp;nbsp;Xandros and Barry, for the quick reply.&lt;/P&gt;&lt;P&gt;Did work perfectly. I appreciate the help.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Graphisoft should improve the label skin, so could read any element and with the option to choose which decimal and units we want. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Oct 2023 02:33:09 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/Expression-to-convert-meter-in-centimeter/m-p/571724#M9693</guid>
      <dc:creator>Xavi</dc:creator>
      <dc:date>2023-10-20T02:33:09Z</dc:date>
    </item>
    <item>
      <title>Re: Expression to convert meter in centimeter</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/Expression-to-convert-meter-in-centimeter/m-p/571727#M9694</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.graphisoft.com/t5/user/viewprofilepage/user-id/38831"&gt;@Xavi&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Graphisoft should improve the label skin, so could read any element and with the option to choose which decimal and units we want. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;You can't pick and choose which skin to label, but you can change the units and decimal precision.&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-1697771518840.png" style="width: 999px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/47561iBB0B1EE57BA1D6A7/image-size/large?v=v2&amp;amp;px=999" role="button" title="BarryKelly_0-1697771518840.png" alt="BarryKelly_0-1697771518840.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Barry.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Oct 2023 03:12:59 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/Expression-to-convert-meter-in-centimeter/m-p/571727#M9694</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2023-10-20T03:12:59Z</dc:date>
    </item>
    <item>
      <title>Re: Expression to convert meter in centimeter</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/Expression-to-convert-meter-in-centimeter/m-p/571730#M9695</link>
      <description>&lt;P&gt;Yes am using that label, but this one works for compositing elements and not for complex profile for example (doesn't read the thickness, and skins).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So at the moment I am using Label skins for compositing elements (walls, slabs etc..)&lt;/P&gt;&lt;P&gt;and for complex profile i use auto text, extracting the information from the "Profile modifiers".&lt;/P&gt;&lt;P&gt;Is working but, would be great to have just one tool to do this two operations.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;At the moment I have another issue, because I would like to save this label as&amp;nbsp;&lt;SPAN&gt;"2D Elements Label with auto text" but&amp;nbsp;doesn't work. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If you could take a look att the link I would&amp;nbsp;&lt;/SPAN&gt;appreciate.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.graphisoft.com/t5/Archicad-C-API/Save-2D-Elements-as-Label-auto-text-empty/m-p/571728#M8759" target="_blank"&gt;https://community.graphisoft.com/t5/Archicad-C-API/Save-2D-Elements-as-Label-auto-text-empty/m-p/571728#M8759&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks Barry&lt;/P&gt;</description>
      <pubDate>Fri, 20 Oct 2023 03:42:26 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/Expression-to-convert-meter-in-centimeter/m-p/571730#M9695</guid>
      <dc:creator>Xavi</dc:creator>
      <dc:date>2023-10-20T03:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: Expression to convert meter in centimeter</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/Expression-to-convert-meter-in-centimeter/m-p/571743#M9696</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.graphisoft.com/t5/user/viewprofilepage/user-id/38831"&gt;@Xavi&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Yes am using that label, but this one works for compositing elements and not for complex profile for example (doesn't read the thickness, and skins).&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Complex profiles do not have skins like a composite does.&lt;/P&gt;
&lt;P&gt;They may look similar in some situations, but the fills for a complex profile can be any shape and in any position, not just stacked next to each other as skins in a composite.&lt;/P&gt;
&lt;P&gt;That is why you can not get a skin thickness for a complex profile.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Barry.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Oct 2023 05:22:31 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/Expression-to-convert-meter-in-centimeter/m-p/571743#M9696</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2023-10-20T05:22:31Z</dc:date>
    </item>
  </channel>
</rss>

