<?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: Labels: how to show a roof angle in percentage? in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Labels-how-to-show-a-roof-angle-in-percentage/m-p/40697#M35875</link>
    <description>&lt;BLOCKQUOTE&gt;"CU mirco" wrote:&lt;BR /&gt;TEXT2 0,1,STR(100*tan(ac_roofang),6,2)&lt;BR /&gt;
&lt;BR /&gt;
OR &lt;BR /&gt;
&lt;BR /&gt;
TEXT2 0, 0,  STR ("%10.3dd",100*tan(ac_roofang) )&lt;BR /&gt;
!******************************************************&lt;BR /&gt;
Graziae Mirco Sorgato!&lt;BR /&gt;
It works fine...not with ac_roofang but with Roof_Angle:&lt;BR /&gt;
&lt;BR /&gt;
STR(100*tan(ROOF_ANGLE),	6,	2)&lt;BR /&gt;
&lt;BR /&gt;
Congratulations for your site and associated objects. They are very good!&lt;BR /&gt;
I am exploring the "Ponte FL (m)". A very parametric bridge! How did you scripted the main hyperbolic pillars?&lt;BR /&gt;
&lt;BR /&gt;
Jaime Neto&lt;BR /&gt;
Archicad 9.0; PowerBook G4, 1Ghz Ram&lt;/BLOCKQUOTE&gt;</description>
    <pubDate>Mon, 05 Sep 2005 00:09:49 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2005-09-05T00:09:49Z</dc:date>
    <item>
      <title>Labels: how to show a roof angle in percentage?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Labels-how-to-show-a-roof-angle-in-percentage/m-p/40695#M35873</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;I want to create a roof label that shows the angle of the roof on a percentage base. I assume that the GDL string expression only shows the value of the angle as a gradi, as in the following expression: [STR(ROOF_ANGLE xxx)]. &lt;BR /&gt;
What is the mathematical expression for the percentage equivalent value?&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 01 Sep 2005 17:48:12 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Labels-how-to-show-a-roof-angle-in-percentage/m-p/40695#M35873</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-09-01T17:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: Labels: how to show a roof angle in percentage?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Labels-how-to-show-a-roof-angle-in-percentage/m-p/40696#M35874</link>
      <description>TEXT2 0,1,STR(100*tan(ac_roofang),6,2)&lt;BR /&gt;
&lt;BR /&gt;
OR &lt;BR /&gt;
&lt;BR /&gt;
TEXT2 0, 0,  STR ("%10.3dd",100*tan(ac_roofang) )&lt;BR /&gt;
&lt;BR /&gt;
CU mirco&lt;BR /&gt;
&lt;A href="http://www.3dsmile.it" target="_blank"&gt;www.3dsmile.it&lt;/A&gt;</description>
      <pubDate>Fri, 02 Sep 2005 01:39:07 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Labels-how-to-show-a-roof-angle-in-percentage/m-p/40696#M35874</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-09-02T01:39:07Z</dc:date>
    </item>
    <item>
      <title>Re: Labels: how to show a roof angle in percentage?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Labels-how-to-show-a-roof-angle-in-percentage/m-p/40697#M35875</link>
      <description>&lt;BLOCKQUOTE&gt;"CU mirco" wrote:&lt;BR /&gt;TEXT2 0,1,STR(100*tan(ac_roofang),6,2)&lt;BR /&gt;
&lt;BR /&gt;
OR &lt;BR /&gt;
&lt;BR /&gt;
TEXT2 0, 0,  STR ("%10.3dd",100*tan(ac_roofang) )&lt;BR /&gt;
!******************************************************&lt;BR /&gt;
Graziae Mirco Sorgato!&lt;BR /&gt;
It works fine...not with ac_roofang but with Roof_Angle:&lt;BR /&gt;
&lt;BR /&gt;
STR(100*tan(ROOF_ANGLE),	6,	2)&lt;BR /&gt;
&lt;BR /&gt;
Congratulations for your site and associated objects. They are very good!&lt;BR /&gt;
I am exploring the "Ponte FL (m)". A very parametric bridge! How did you scripted the main hyperbolic pillars?&lt;BR /&gt;
&lt;BR /&gt;
Jaime Neto&lt;BR /&gt;
Archicad 9.0; PowerBook G4, 1Ghz Ram&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Mon, 05 Sep 2005 00:09:49 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Labels-how-to-show-a-roof-angle-in-percentage/m-p/40697#M35875</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-09-05T00:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: Labels: how to show a roof angle in percentage?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Labels-how-to-show-a-roof-angle-in-percentage/m-p/40698#M35876</link>
      <description>Hi Jaime,&lt;BR /&gt;

&lt;BLOCKQUOTE&gt;It works fine...not with ac_roofang but with Roof_Angle: 
&lt;/BLOCKQUOTE&gt;

ac_roofangle is a parameter name inside :  &lt;BR /&gt;
Accessories extra and  &lt;BR /&gt;
Skylight.  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_wink.gif" style="display : inline;" /&gt;  &lt;BR /&gt;
   &lt;BR /&gt;
But you asked Roof_Angle ..... You have right!! Sorry.&lt;BR /&gt;
&lt;BR /&gt;

&lt;BLOCKQUOTE&gt;Congratulations for your site and associated objects. They are very good! 
&lt;/BLOCKQUOTE&gt;

Thx for the sit .&lt;BR /&gt;
For my objects instead .....   i think they're not good but even bad.&lt;BR /&gt;
&lt;BR /&gt;

&lt;BLOCKQUOTE&gt;How did you scripted the main hyperbolic pillars&lt;/BLOCKQUOTE&gt;

Is'nt a really hiperbolic form  &lt;BR /&gt;
&lt;BR /&gt;
A = 50&lt;BR /&gt;
B = 30&lt;BR /&gt;
ZZYZX = 20&lt;BR /&gt;
aa=1.5 &lt;BR /&gt;
bb =1 &lt;BR /&gt;
cc =.5 &lt;BR /&gt;
render = 0 &lt;BR /&gt;
num3 = 15 &lt;BR /&gt;
path= 1 &lt;BR /&gt;
&lt;BR /&gt;
FOR iii = 1 to 2 &lt;BR /&gt;
konta = 0 &lt;BR /&gt;
FOR ii = 1 to 2 &lt;BR /&gt;
Konta = 1 + konta&lt;BR /&gt;
For i = 180 to 270 &lt;BR /&gt;
	IF pippo THEN num3 = 360-360*2/180*i ELSE num3 = 15 &lt;BR /&gt;
	PUT -((a*3/4-A/10)*cos(i/2)), -(b/2-aa)*sin(i), -zzyzx*sin(i), num3 &lt;BR /&gt;
	IF path THEN HOTSPOT -((a*3/4-A/10)*cos(i/2)), -(b/2-aa)*sin(i) , -zzyzx*sin(i) &lt;BR /&gt;
	NEXT i &lt;BR /&gt;
	&lt;BR /&gt;
	For i = 90 to 180 &lt;BR /&gt;
	IF pippo THEN num3 = 360*2/180*i ELSE num3 = 15 &lt;BR /&gt;
	PUT a-((a*3/4-a/10)*cos(i/2)) ,(b/2-aa)*sin(i), zzyzx*sin(i), num3 &lt;BR /&gt;
	IF path THEN HOTSPOT a-((a*3/4-a/10)*cos(i/2)) , (b/2-aa)*sin(i) , zzyzx*sin(i) &lt;BR /&gt;
	NEXT i &lt;BR /&gt;
&lt;BR /&gt;
	TUBE 7,nsp/4,1+2+4+8+16+32+64*render, &lt;BR /&gt;
	0,0,2, &lt;BR /&gt;
	-cc,bb/2,2, &lt;BR /&gt;
	0,bb,2, &lt;BR /&gt;
	aa,bb,2, &lt;BR /&gt;
	aa+cc,bb/2,2, &lt;BR /&gt;
	aa,0,2, &lt;BR /&gt;
	0,0,-1, &lt;BR /&gt;
	get (nsp) &lt;BR /&gt;
&lt;BR /&gt;
Addy B &lt;BR /&gt;
MULy - 1 &lt;BR /&gt;
&lt;BR /&gt;
NEXT ii &lt;BR /&gt;
DEL konta * 2 &lt;BR /&gt;
pippo = 1 &lt;BR /&gt;
ADDy B*2 &lt;BR /&gt;
NEXT iii &lt;BR /&gt;
DEL 2 &lt;BR /&gt;
&lt;BR /&gt;
CU mirco&lt;BR /&gt;
&lt;A href="http://www.3dsmile.it" target="_blank"&gt;www.3dsmile.it&lt;/A&gt;</description>
      <pubDate>Tue, 06 Sep 2005 11:10:50 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Labels-how-to-show-a-roof-angle-in-percentage/m-p/40698#M35876</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-09-06T11:10:50Z</dc:date>
    </item>
  </channel>
</rss>

