<?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 Testing to Relative coordinates in GDL in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Testing-to-Relative-coordinates-in-GDL/m-p/160872#M20474</link>
    <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;How can I test the rotation of a 2D symbol I've scripted against the rotated screen orientation, as opposed to the original rotation?  &lt;BR /&gt;
&lt;BR /&gt;
I can't find anything in the GDL reference about rotated orientation.&lt;/T&gt;&lt;/DIV&gt;</description>
    <pubDate>Mon, 21 Jun 2010 01:43:49 GMT</pubDate>
    <dc:creator>Bruce</dc:creator>
    <dc:date>2010-06-21T01:43:49Z</dc:date>
    <item>
      <title>Testing to Relative coordinates in GDL</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Testing-to-Relative-coordinates-in-GDL/m-p/160872#M20474</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;How can I test the rotation of a 2D symbol I've scripted against the rotated screen orientation, as opposed to the original rotation?  &lt;BR /&gt;
&lt;BR /&gt;
I can't find anything in the GDL reference about rotated orientation.&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 21 Jun 2010 01:43:49 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Testing-to-Relative-coordinates-in-GDL/m-p/160872#M20474</guid>
      <dc:creator>Bruce</dc:creator>
      <dc:date>2010-06-21T01:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: Testing to Relative coordinates in GDL</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Testing-to-Relative-coordinates-in-GDL/m-p/160873#M20475</link>
      <description>Use the TEXT2 GDL command in the 2D Script to display the SYMB_ROTANGLE global variable.&lt;BR /&gt;
I suspect the orientation change will have no effect on the value returned by this variable but you should try to make sure.&lt;BR /&gt;

&lt;PRE&gt;TEXT2 0,0,SYMB_ROTANGLE&lt;/PRE&gt;

Edit: You may want to check out this post, Frank Breister mentions a bug related to exactly this GDL global variable.&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://archicad-talk.graphisoft.com/viewtopic.php?t=32721" target="_blank"&gt;&lt;LINK_TEXT text="http://archicad-talk.graphisoft.com/vie ... hp?t=32721"&gt;http://archicad-talk.graphisoft.com/viewtopic.php?t=32721&lt;/LINK_TEXT&gt;&lt;/A&gt;</description>
      <pubDate>Mon, 21 Jun 2010 18:09:13 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Testing-to-Relative-coordinates-in-GDL/m-p/160873#M20475</guid>
      <dc:creator>Laszlo Nagy</dc:creator>
      <dc:date>2010-06-21T18:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: Testing to Relative coordinates in GDL</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Testing-to-Relative-coordinates-in-GDL/m-p/160874#M20476</link>
      <description>Yeah - this gives the rotation angle based on the default orientation.  Ta anyway</description>
      <pubDate>Mon, 21 Jun 2010 23:22:55 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Testing-to-Relative-coordinates-in-GDL/m-p/160874#M20476</guid>
      <dc:creator>Bruce</dc:creator>
      <dc:date>2010-06-21T23:22:55Z</dc:date>
    </item>
    <item>
      <title>Re: Testing to Relative coordinates in GDL</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Testing-to-Relative-coordinates-in-GDL/m-p/160875#M20477</link>
      <description>Ah, you want to do something that is always horizontal regardless of the orientation rotation?</description>
      <pubDate>Tue, 22 Jun 2010 08:50:25 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Testing-to-Relative-coordinates-in-GDL/m-p/160875#M20477</guid>
      <dc:creator>Laszlo Nagy</dc:creator>
      <dc:date>2010-06-22T08:50:25Z</dc:date>
    </item>
    <item>
      <title>Re: Testing to Relative coordinates in GDL</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Testing-to-Relative-coordinates-in-GDL/m-p/160876#M20478</link>
      <description>Yeah, something like that.</description>
      <pubDate>Tue, 22 Jun 2010 19:51:20 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Testing-to-Relative-coordinates-in-GDL/m-p/160876#M20478</guid>
      <dc:creator>Bruce</dc:creator>
      <dc:date>2010-06-22T19:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: Testing to Relative coordinates in GDL</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Testing-to-Relative-coordinates-in-GDL/m-p/160877#M20479</link>
      <description>I see.&lt;BR /&gt;
I checked the GDL Docs for both AC13 and 14 and there does not seem to be such a GDL variable:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://download.graphisoft.com/ftp/techsupport/documentation/developer_docs/BasicLibraryDoc/14/" target="_blank"&gt;&lt;LINK_TEXT text="http://download.graphisoft.com/ftp/tech ... aryDoc/14/"&gt;http://download.graphisoft.com/ftp/techsupport/documentation/developer_docs/BasicLibraryDoc/14/&lt;/LINK_TEXT&gt;&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
You may want to create a wish for that.</description>
      <pubDate>Tue, 22 Jun 2010 21:49:30 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Testing-to-Relative-coordinates-in-GDL/m-p/160877#M20479</guid>
      <dc:creator>Laszlo Nagy</dc:creator>
      <dc:date>2010-06-22T21:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: Testing to Relative coordinates in GDL</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Testing-to-Relative-coordinates-in-GDL/m-p/160878#M20480</link>
      <description>Aha!  Found it.&lt;BR /&gt;
&lt;BR /&gt;
Page 297 of the v13 GDL reference guide:&lt;BR /&gt;
&lt;BR /&gt;
REQUEST ("view_rotangle", "", angleViewRotation)&lt;BR /&gt;
&lt;BR /&gt;
Returns the rotation angle of the current view.&lt;BR /&gt;
&lt;BR /&gt;
Cool</description>
      <pubDate>Tue, 22 Jun 2010 22:08:43 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Testing-to-Relative-coordinates-in-GDL/m-p/160878#M20480</guid>
      <dc:creator>Bruce</dc:creator>
      <dc:date>2010-06-22T22:08:43Z</dc:date>
    </item>
    <item>
      <title>Re: Testing to Relative coordinates in GDL</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Testing-to-Relative-coordinates-in-GDL/m-p/160879#M20481</link>
      <description>Oh, that's good you found it.&lt;BR /&gt;
I thought it should be a Global variable, I didn't think that it could also be obtained by a REQUEST function as well.</description>
      <pubDate>Wed, 23 Jun 2010 12:09:41 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Testing-to-Relative-coordinates-in-GDL/m-p/160879#M20481</guid>
      <dc:creator>Laszlo Nagy</dc:creator>
      <dc:date>2010-06-23T12:09:41Z</dc:date>
    </item>
  </channel>
</rss>

