<?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 TRANMAT Rotation Z in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/TRANMAT-Rotation-Z/m-p/266477#M3161</link>
    <description>&lt;DIV class="actalk-migrated-content"&gt;I used the transformation matrix function on AC22:&lt;BR /&gt;
&lt;PRE&gt;TRANMAT* tm;
Geometry::TMRotation_Z(tm, radAngle);&lt;/PRE&gt;
&lt;BR /&gt;This is not existing in AC23 and it seems that the new function is:&lt;BR /&gt;
&lt;PRE&gt;TRANMAT* tm;
tm-&amp;gt;CreateRotationZ(radAngle);&lt;/PRE&gt;
&lt;BR /&gt;But this function returns 0 values on tmx.&lt;BR /&gt;&lt;BR /&gt;Is this a bug? Or, am I using this function wrong? Or, am I using the wrong function?&lt;BR /&gt;&lt;BR /&gt;Also, is there a documentation on what are the new TRANMAT functions?&lt;/DIV&gt;</description>
    <pubDate>Thu, 29 Sep 2022 08:07:05 GMT</pubDate>
    <dc:creator>ReignBough</dc:creator>
    <dc:date>2022-09-29T08:07:05Z</dc:date>
    <item>
      <title>TRANMAT Rotation Z</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/TRANMAT-Rotation-Z/m-p/266477#M3161</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;I used the transformation matrix function on AC22:&lt;BR /&gt;
&lt;PRE&gt;TRANMAT* tm;
Geometry::TMRotation_Z(tm, radAngle);&lt;/PRE&gt;
&lt;BR /&gt;This is not existing in AC23 and it seems that the new function is:&lt;BR /&gt;
&lt;PRE&gt;TRANMAT* tm;
tm-&amp;gt;CreateRotationZ(radAngle);&lt;/PRE&gt;
&lt;BR /&gt;But this function returns 0 values on tmx.&lt;BR /&gt;&lt;BR /&gt;Is this a bug? Or, am I using this function wrong? Or, am I using the wrong function?&lt;BR /&gt;&lt;BR /&gt;Also, is there a documentation on what are the new TRANMAT functions?&lt;/DIV&gt;</description>
      <pubDate>Thu, 29 Sep 2022 08:07:05 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/TRANMAT-Rotation-Z/m-p/266477#M3161</guid>
      <dc:creator>ReignBough</dc:creator>
      <dc:date>2022-09-29T08:07:05Z</dc:date>
    </item>
    <item>
      <title>Re: TRANMAT Rotation Z</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/TRANMAT-Rotation-Z/m-p/266478#M3162</link>
      <description>The correct code would be:&lt;BR /&gt;

&lt;PRE&gt;TRANMAT tran = TRANMAT::CreateRotationZ (radAngle);
tran.FillStatus2D ();
&lt;/PRE&gt;

Best, Akos</description>
      <pubDate>Thu, 24 Oct 2019 17:37:32 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/TRANMAT-Rotation-Z/m-p/266478#M3162</guid>
      <dc:creator>Akos Somorjai</dc:creator>
      <dc:date>2019-10-24T17:37:32Z</dc:date>
    </item>
  </channel>
</rss>

