<?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: Angular_length_dimension in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Angular-length-dimension/m-p/93741#M37112</link>
    <description>You have right!&lt;BR /&gt;
&lt;BR /&gt;
I don't know the existence of that button.&lt;BR /&gt;
I use AC only form 6 version.&lt;BR /&gt;

&lt;BLOCKQUOTE&gt;In AC9 there are only 8, because the angular length dimensions are now a special part of the linear lenght dimensions. &lt;/BLOCKQUOTE&gt;

No, the angular lenght dimension don't work in according with linear lenght, radial and angular dimensions.&lt;BR /&gt;

&lt;BLOCKQUOTE&gt;I come to the conclusion, that its a function without functionality.&lt;/BLOCKQUOTE&gt;

I don't think so,&lt;BR /&gt;
infact you can change unit across the Standard pop up menu.&lt;BR /&gt;
&lt;BR /&gt;
I think GS have lost the ninth button  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_lol.gif" style="display : inline;" /&gt; &lt;BR /&gt;
&lt;BR /&gt;
CU mirco</description>
    <pubDate>Thu, 02 Jun 2005 09:44:53 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2005-06-02T09:44:53Z</dc:date>
    <item>
      <title>Angular_length_dimension</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Angular-length-dimension/m-p/93732#M37103</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Can anyone enlighten me, what format string will be returned by &lt;BR /&gt;
&lt;BR /&gt;
REQUEST("Angular_length_dimension" ...&lt;BR /&gt;
&lt;BR /&gt;
I can not find it in the (german-version) settings dialog.&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 30 May 2005 12:59:36 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Angular-length-dimension/m-p/93732#M37103</guid>
      <dc:creator>Frank Beister</dc:creator>
      <dc:date>2005-05-30T12:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: Angular_length_dimension</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Angular-length-dimension/m-p/93733#M37104</link>
      <description>From gdl manual:&lt;BR /&gt;
&lt;BR /&gt;
num= 60.55&lt;BR /&gt;
format = ""&lt;BR /&gt;
&lt;BR /&gt;
iii = request ("angular_dimension", "", format)&lt;BR /&gt;
&lt;BR /&gt;
TEXT2 0,0, str (format, num)&lt;BR /&gt;
&lt;BR /&gt;
Angular_dimension = angular dimension in according with AC's (angular) dimensional preference &lt;BR /&gt;
&lt;BR /&gt;
CU mirco</description>
      <pubDate>Tue, 31 May 2005 13:03:03 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Angular-length-dimension/m-p/93733#M37104</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-05-31T13:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: Angular_length_dimension</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Angular-length-dimension/m-p/93734#M37105</link>
      <description>Thanks for the advice, but I was looking for  Angular_&lt;B&gt;length&lt;/B&gt;_dimension. Any hints?</description>
      <pubDate>Tue, 31 May 2005 14:40:10 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Angular-length-dimension/m-p/93734#M37105</guid>
      <dc:creator>Frank Beister</dc:creator>
      <dc:date>2005-05-31T14:40:10Z</dc:date>
    </item>
    <item>
      <title>Re: Angular_length_dimension</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Angular-length-dimension/m-p/93735#M37106</link>
      <description>&lt;BLOCKQUOTE&gt;I was looking for Angular_length_dimension&lt;/BLOCKQUOTE&gt;
Opsss  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_redface.gif" style="display : inline;" /&gt; &lt;BR /&gt;
&lt;BR /&gt;
try this:&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
define style "mirco" "arial" ,3,1,0&lt;BR /&gt;
style "mirco"&lt;BR /&gt;
num= ang&lt;BR /&gt;
format = "" &lt;BR /&gt;
num2 = 2*PI*A/360 * ang&lt;BR /&gt;
format2 = ""&lt;BR /&gt;
ii = request ("Height_of_Style", mirco, altezza)&lt;BR /&gt;
iii = request ("angular_dimension", "", format) &lt;BR /&gt;
iiii = request ("angular_length_dimension", "", format2) &lt;BR /&gt;
sposta = altezza/1000*A_&lt;BR /&gt;
&lt;BR /&gt;
hotspot2 0,0&lt;BR /&gt;
unid= 1 + unid : HOTSPOT2 0,0,unid,A,129&lt;BR /&gt;
unid= 1 + unid : HOTSPOT2 -1000,0,unid, A,3&lt;BR /&gt;
unid= 1 + unid : HOTSPOT2 A,0,unid, A,2&lt;BR /&gt;
&lt;BR /&gt;
unid= 1 + unid : HOTSPOT2 A,0,unid, ang,4+128&lt;BR /&gt;
unid= 1 + unid : HOTSPOT2 0,0,unid, ang,6&lt;BR /&gt;
unid= 1 + unid : HOTSPOT2 A*cos(ang),A*sin(ang),unid, ang,5&lt;BR /&gt;
unid= 1 + unid : HOTSPOT2 A,0,unid, ang,7&lt;BR /&gt;
&lt;BR /&gt;
LINE2 0,0,A,0&lt;BR /&gt;
LINE2 0,0,A*cos(ang),A*sin(ang)&lt;BR /&gt;
ARC2 0,0,A,0,ang&lt;BR /&gt;
TEXT2 0,0, str (format,num)&lt;BR /&gt;
&lt;BR /&gt;
TEXT2 0,-sposta, str (format2,num2) &lt;BR /&gt;
TEXT2 0,-sposta*2, num2&lt;BR /&gt;
&lt;BR /&gt;
!----END&lt;BR /&gt;
&lt;BR /&gt;
parameter -- type --&lt;BR /&gt;
ang ----------angle ---&lt;BR /&gt;
regards &lt;BR /&gt;
&lt;BR /&gt;
CU mirco</description>
      <pubDate>Tue, 31 May 2005 16:35:29 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Angular-length-dimension/m-p/93735#M37106</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-05-31T16:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: Angular_length_dimension</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Angular-length-dimension/m-p/93736#M37107</link>
      <description>Thanks again mirco. I guessed it has something to do with the length of an arc. I think I do understand your script too, but I am looking for the setting, which I can request with this string. That "Angular_length_dimension" works inside REQUEST I found out. And that it is returned a length dimension too. What where is the user setting I can request with it.&lt;BR /&gt;
&lt;BR /&gt;
There was a show-train in germany for AC5. When the Gurus from Munich showed us at Hamburg train station the new features I saw as last button in the option&amp;gt;settings dialog for dimensions a symbol for the units of curved measures. But it was not implemented yet. I think it was without function in the final AC5 or it was discarded. I haven't found it in the AC9 dialog. Maybe this is a relict of a functionality not implemented in the way I was once thought.</description>
      <pubDate>Tue, 31 May 2005 22:33:35 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Angular-length-dimension/m-p/93736#M37107</guid>
      <dc:creator>Frank Beister</dc:creator>
      <dc:date>2005-05-31T22:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: Angular_length_dimension</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Angular-length-dimension/m-p/93737#M37108</link>
      <description>Hi Frank,&lt;BR /&gt;
I've tried to change AC's angular lenght unit but the request  don't work fine.&lt;BR /&gt;
It's locked onto "m" unit.&lt;BR /&gt;
 &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_exclaim.gif" style="display : inline;" /&gt; &lt;BR /&gt;
Maybe this is a bug.&lt;BR /&gt;
&lt;BR /&gt;
regards&lt;BR /&gt;
CU mirco&lt;BR /&gt;
&lt;BR /&gt;
Is not the same request but, for the moment, U can avoid this problem with "linear_dimension".</description>
      <pubDate>Wed, 01 Jun 2005 18:36:02 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Angular-length-dimension/m-p/93737#M37108</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-06-01T18:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: Angular_length_dimension</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Angular-length-dimension/m-p/93738#M37109</link>
      <description>I found someone, who can still run AC5. He found, that there are 9 buttons in the settings dialog for measuring units as I remembered. In AC9 there are only 8, because the angular length dimensions are now a special part of the linear lenght dimensions.&lt;BR /&gt;
I will later post some screenshots. Unfortunatly it does not work in AC 5 either. I come to the conclusion, that its a function without functionality.</description>
      <pubDate>Wed, 01 Jun 2005 21:54:43 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Angular-length-dimension/m-p/93738#M37109</guid>
      <dc:creator>Frank Beister</dc:creator>
      <dc:date>2005-06-01T21:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: Angular_length_dimension</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Angular-length-dimension/m-p/93739#M37110</link>
      <description>Here a Screenshot of the AC5 settings dialog. (Thanks to Peter_h.)&lt;BR /&gt;
&lt;BR /&gt;
You have to look to the third button from the left.</description>
      <pubDate>Wed, 01 Jun 2005 22:49:38 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Angular-length-dimension/m-p/93739#M37110</guid>
      <dc:creator>Frank Beister</dc:creator>
      <dc:date>2005-06-01T22:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: Angular_length_dimension</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Angular-length-dimension/m-p/93740#M37111</link>
      <description>And the same dialog in the AC 9 version.</description>
      <pubDate>Wed, 01 Jun 2005 22:51:49 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Angular-length-dimension/m-p/93740#M37111</guid>
      <dc:creator>Frank Beister</dc:creator>
      <dc:date>2005-06-01T22:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: Angular_length_dimension</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Angular-length-dimension/m-p/93741#M37112</link>
      <description>You have right!&lt;BR /&gt;
&lt;BR /&gt;
I don't know the existence of that button.&lt;BR /&gt;
I use AC only form 6 version.&lt;BR /&gt;

&lt;BLOCKQUOTE&gt;In AC9 there are only 8, because the angular length dimensions are now a special part of the linear lenght dimensions. &lt;/BLOCKQUOTE&gt;

No, the angular lenght dimension don't work in according with linear lenght, radial and angular dimensions.&lt;BR /&gt;

&lt;BLOCKQUOTE&gt;I come to the conclusion, that its a function without functionality.&lt;/BLOCKQUOTE&gt;

I don't think so,&lt;BR /&gt;
infact you can change unit across the Standard pop up menu.&lt;BR /&gt;
&lt;BR /&gt;
I think GS have lost the ninth button  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_lol.gif" style="display : inline;" /&gt; &lt;BR /&gt;
&lt;BR /&gt;
CU mirco</description>
      <pubDate>Thu, 02 Jun 2005 09:44:53 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Angular-length-dimension/m-p/93741#M37112</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-06-02T09:44:53Z</dc:date>
    </item>
  </channel>
</rss>

