<?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: Convert degrees to percent in Collaboration with other software</title>
    <link>https://community.graphisoft.com/t5/Collaboration-with-other/Convert-degrees-to-percent/m-p/357999#M41326</link>
    <description>&lt;P&gt;If you are still looking? This is the correct string Formula. Meant to label Roof 'Pitch' "Auto Text":&lt;/P&gt;&lt;P&gt;CONCAT ( STR ( TAN ( {Property:Roof/Pitch} ) * 100; 2 ); "%" )&lt;/P&gt;</description>
    <pubDate>Wed, 05 Oct 2022 06:11:45 GMT</pubDate>
    <dc:creator>TJ Admin</dc:creator>
    <dc:date>2022-10-05T06:11:45Z</dc:date>
    <item>
      <title>Convert degrees to percent</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Convert-degrees-to-percent/m-p/245339#M31689</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Hi,&lt;BR /&gt;
i'm trying to convert from degrees to percent using this formula: "percent = tan (angle) x 100"&lt;BR /&gt;
why doesn`t work?&lt;BR /&gt;
thanks&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 18 Feb 2021 07:55:53 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Convert-degrees-to-percent/m-p/245339#M31689</guid>
      <dc:creator>_Salmon</dc:creator>
      <dc:date>2021-02-18T07:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: Convert degrees to percent</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Convert-degrees-to-percent/m-p/245340#M31690</link>
      <description>If 0° = 0% and 90° = 100%, then isn't it just a straight relationship - nothing to do with TAN?&lt;BR /&gt;
&lt;BR /&gt;
(angle * 100) / 90 should give you the %&lt;BR /&gt;
&lt;BR /&gt;
i.e. (45° * 100) / 90 = 50&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
      <pubDate>Thu, 18 Feb 2021 08:38:04 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Convert-degrees-to-percent/m-p/245340#M31690</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2021-02-18T08:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: Convert degrees to percent</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Convert-degrees-to-percent/m-p/245341#M31691</link>
      <description>&lt;BLOCKQUOTE&gt;Barry wrote:&lt;BR /&gt;
If 0° = 0% and 90° = 100%, then isn't it just a straight relationship - nothing to do with TAN?
&lt;/BLOCKQUOTE&gt;

That is a common misconception, but in reality of course 100% inclination equals 45°.&lt;BR /&gt;
(It's easier to remember, if you know, what x% inclination even means: after 100 meters going "flat", how many meters did the slope go up? (= imagine a right-angled triangle) If the answer is "100", then this triangle obviously has 45° angle)&lt;BR /&gt;
&lt;BR /&gt;
So, if all you got is the angle, then the inclination in percent is indeed the TAN of the angle * 100.&lt;BR /&gt;
&lt;BR /&gt;
What's not working on the other side is the additional "STRCALUNIT".&lt;BR /&gt;
Just use&lt;BR /&gt;
"TAN ( {&lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;the Property of incl.&lt;E&gt;&lt;/E&gt;} ) * 100"&lt;BR /&gt;
and you're good to go.</description>
      <pubDate>Thu, 18 Feb 2021 09:21:23 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Convert-degrees-to-percent/m-p/245341#M31691</guid>
      <dc:creator>runxel</dc:creator>
      <dc:date>2021-02-18T09:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: Convert degrees to percent</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Convert-degrees-to-percent/m-p/245342#M31692</link>
      <description>thanks for your help!&lt;BR /&gt;
But which expression i have to use to publish the % result in a string?&lt;BR /&gt;
The error is still there</description>
      <pubDate>Thu, 18 Feb 2021 09:45:36 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Convert-degrees-to-percent/m-p/245342#M31692</guid>
      <dc:creator>_Salmon</dc:creator>
      <dc:date>2021-02-18T09:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: Convert degrees to percent</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Convert-degrees-to-percent/m-p/245343#M31693</link>
      <description>Ok. Solved!&lt;BR /&gt;
So now i'm trying to quit those decimals in the pipe diameter.&lt;BR /&gt;
Any idea?</description>
      <pubDate>Thu, 18 Feb 2021 10:24:12 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Convert-degrees-to-percent/m-p/245343#M31693</guid>
      <dc:creator>_Salmon</dc:creator>
      <dc:date>2021-02-18T10:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: Convert degrees to percent</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Convert-degrees-to-percent/m-p/245344#M31694</link>
      <description>USe SPLITLEFT and with the comma as the text where to split.</description>
      <pubDate>Thu, 18 Feb 2021 13:51:15 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Convert-degrees-to-percent/m-p/245344#M31694</guid>
      <dc:creator>runxel</dc:creator>
      <dc:date>2021-02-18T13:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: Convert degrees to percent</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Convert-degrees-to-percent/m-p/245345#M31695</link>
      <description>&lt;BLOCKQUOTE&gt;runxel wrote:&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;Barry wrote:&lt;BR /&gt;
If 0° = 0% and 90° = 100%, then isn't it just a straight relationship - nothing to do with TAN?
&lt;/BLOCKQUOTE&gt;

That is a common misconception, but in reality of course 100% inclination equals 45°.&lt;BR /&gt;
(It's easier to remember, if you know, what x% inclination even means: after 100 meters going "flat", how many meters did the slope go up? (= imagine a right-angled triangle) If the answer is "100", then this triangle obviously has 45° angle)&lt;BR /&gt;
&lt;BR /&gt;
So, if all you got is the angle, then the inclination in percent is indeed the TAN of the angle * 100.
&lt;/BLOCKQUOTE&gt;

&lt;BR /&gt;
Thanks runxel.&lt;BR /&gt;
You can tell I don't use % for slopes.  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_eek.gif" style="display : inline;" /&gt; &lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
      <pubDate>Fri, 19 Feb 2021 01:16:31 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Convert-degrees-to-percent/m-p/245345#M31695</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2021-02-19T01:16:31Z</dc:date>
    </item>
    <item>
      <title>Re: Convert degrees to percent</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Convert-degrees-to-percent/m-p/245346#M31696</link>
      <description>Done! Thanks Runxel&lt;BR /&gt;
&lt;BR /&gt;
I started using archicad 21 years ago thanks to people like you.&lt;BR /&gt;
&lt;BR /&gt;
I hope graphisoft takes into account the importance of the help service we need in the forum</description>
      <pubDate>Fri, 19 Feb 2021 10:13:07 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Convert-degrees-to-percent/m-p/245346#M31696</guid>
      <dc:creator>_Salmon</dc:creator>
      <dc:date>2021-02-19T10:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: Convert degrees to percent</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Convert-degrees-to-percent/m-p/357999#M41326</link>
      <description>&lt;P&gt;If you are still looking? This is the correct string Formula. Meant to label Roof 'Pitch' "Auto Text":&lt;/P&gt;&lt;P&gt;CONCAT ( STR ( TAN ( {Property:Roof/Pitch} ) * 100; 2 ); "%" )&lt;/P&gt;</description>
      <pubDate>Wed, 05 Oct 2022 06:11:45 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Convert-degrees-to-percent/m-p/357999#M41326</guid>
      <dc:creator>TJ Admin</dc:creator>
      <dc:date>2022-10-05T06:11:45Z</dc:date>
    </item>
  </channel>
</rss>

