<?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: Rotate View in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/SOLVED-Rotate-View/m-p/188031#M5318</link>
    <description>Hi Erenford, &lt;BR /&gt;
 &lt;BR /&gt;
Thanks for pointing out this issue.&lt;BR /&gt;
Currently the transformation matrix in API_NavigatorView structure isn't modifiable through API. &lt;BR /&gt;
 &lt;BR /&gt;
I'll add this as feature request and hope we will fix this in the next hot fix.&lt;BR /&gt;
After that you will be able to modify view's transformation with APIEnv_ChangeNavigatorViewID or in APIEnv_NewNavigatorViewID. &lt;BR /&gt;
 &lt;BR /&gt;
Regards, &lt;BR /&gt;
Tibor</description>
    <pubDate>Fri, 11 Jul 2014 14:11:01 GMT</pubDate>
    <dc:creator>Tibor Lorantfy</dc:creator>
    <dc:date>2014-07-11T14:11:01Z</dc:date>
    <item>
      <title>[SOLVED] Rotate View</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/SOLVED-Rotate-View/m-p/188030#M5317</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;Hello everyone,&lt;BR /&gt;&lt;BR /&gt;Is there a way to create a rotated navigator view thru API? I've tried setting the tranmat API_NavigatorView.tr but nothing happens after I do "APIEnv_NewNavigatorViewID".&lt;BR /&gt;2d tranmat of 45 deg. angle:
&lt;PRE&gt;tmx[0] = 0.707107, tmx[1] = -0.707107, tmx[ 2] = 0.000000, tmx[ 3] = 0.000000
tmx[4] = 0.707107, tmx[5] =  0.707107, tmx[ 6] = 0.000000, tmx[ 7] = 0.000000
tmx[8] = 0.000000, tmx[9] =  0.000000, tmx[10] = 1.000000, tmx[11] = 0.000000&lt;/PRE&gt;
When I checked the values (APIEnv_GetNavigatorViewID) it changes it back to the default angle 0 tranmat
&lt;PRE&gt;tmx[0] = 1.000000, tmx[1] = -0.000000, tmx[ 2] = 0.000000, tmx[ 3] = 0.000000
tmx[4] = 0.000000, tmx[5] =  1.000000, tmx[ 6] = 0.000000, tmx[ 7] = 0.000000
tmx[8] = 0.000000, tmx[9] =  0.000000, tmx[10] = 1.000000, tmx[11] = 0.000000&lt;/PRE&gt;
So the next thing I did is after creating the view I changed it back to the 45 angle (APIEnv_ChangeNavigatorViewID).&lt;BR /&gt;&lt;BR /&gt;I checked the view again and it retained the tranmat, but when I clicked the view it is still not rotated.&lt;BR /&gt;&lt;BR /&gt;What gives? The 45 angle tranmat above is ok I think since it is working in ACAPI_Database(APIDb_SetZoomID). (which by the way says [out] on the tranmat arg when its supposed to be [in])&lt;BR /&gt;&lt;BR /&gt;Any ideas how to do this?&lt;BR /&gt;Thanks.&lt;/DIV&gt;</description>
      <pubDate>Tue, 01 Aug 2023 12:27:34 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/SOLVED-Rotate-View/m-p/188030#M5317</guid>
      <dc:creator>Erenford</dc:creator>
      <dc:date>2023-08-01T12:27:34Z</dc:date>
    </item>
    <item>
      <title>Re: Rotate View</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/SOLVED-Rotate-View/m-p/188031#M5318</link>
      <description>Hi Erenford, &lt;BR /&gt;
 &lt;BR /&gt;
Thanks for pointing out this issue.&lt;BR /&gt;
Currently the transformation matrix in API_NavigatorView structure isn't modifiable through API. &lt;BR /&gt;
 &lt;BR /&gt;
I'll add this as feature request and hope we will fix this in the next hot fix.&lt;BR /&gt;
After that you will be able to modify view's transformation with APIEnv_ChangeNavigatorViewID or in APIEnv_NewNavigatorViewID. &lt;BR /&gt;
 &lt;BR /&gt;
Regards, &lt;BR /&gt;
Tibor</description>
      <pubDate>Fri, 11 Jul 2014 14:11:01 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/SOLVED-Rotate-View/m-p/188031#M5318</guid>
      <dc:creator>Tibor Lorantfy</dc:creator>
      <dc:date>2014-07-11T14:11:01Z</dc:date>
    </item>
    <item>
      <title>Re: Rotate View</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/SOLVED-Rotate-View/m-p/188032#M5319</link>
      <description>Ok noted. &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_biggrin.gif" style="display : inline;" /&gt;&lt;BR /&gt;
&lt;BR /&gt;
Thanks.</description>
      <pubDate>Mon, 14 Jul 2014 02:52:27 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/SOLVED-Rotate-View/m-p/188032#M5319</guid>
      <dc:creator>Erenford</dc:creator>
      <dc:date>2014-07-14T02:52:27Z</dc:date>
    </item>
    <item>
      <title>Re: Rotate View (follow-up)</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/SOLVED-Rotate-View/m-p/188033#M5320</link>
      <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
Any news on this? Has this been fixed in AC 18?</description>
      <pubDate>Fri, 13 Mar 2015 08:01:20 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/SOLVED-Rotate-View/m-p/188033#M5320</guid>
      <dc:creator>Erenford</dc:creator>
      <dc:date>2015-03-13T08:01:20Z</dc:date>
    </item>
    <item>
      <title>Re: Rotate View (follow-up)</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/SOLVED-Rotate-View/m-p/188034#M5321</link>
      <description>&lt;BLOCKQUOTE&gt;Erenford wrote:&lt;BR /&gt;Any news on this? Has this been fixed in AC 18?&lt;/BLOCKQUOTE&gt;

Yes, we fixed this in AC18 (build 4601), please check for updates!</description>
      <pubDate>Fri, 13 Mar 2015 19:16:08 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/SOLVED-Rotate-View/m-p/188034#M5321</guid>
      <dc:creator>Tibor Lorantfy</dc:creator>
      <dc:date>2015-03-13T19:16:08Z</dc:date>
    </item>
  </channel>
</rss>

