<?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: Object rotation with orientation in Modeling</title>
    <link>https://community.graphisoft.com/t5/Modeling/Object-rotation-with-orientation/m-p/330107#M157311</link>
    <description>&lt;P&gt;There already is some script there.&lt;/P&gt;</description>
    <pubDate>Wed, 16 Feb 2022 10:48:16 GMT</pubDate>
    <dc:creator>Dontknow</dc:creator>
    <dc:date>2022-02-16T10:48:16Z</dc:date>
    <item>
      <title>Object rotation with orientation</title>
      <link>https://community.graphisoft.com/t5/Modeling/Object-rotation-with-orientation/m-p/330086#M157304</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to let objects rotate with the orientation.&lt;/P&gt;&lt;P&gt;When I now change the orientation my objects are upside down.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.png" style="width: 500px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/19133i631504FDD9BEE8D7/image-dimensions/500x448?v=v2" width="500" height="448" role="button" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2.png" style="width: 500px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/19132i20D77DB7262C3E9B/image-dimensions/500x455?v=v2" width="500" height="455" role="button" title="2.png" alt="2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Greetings&lt;/P&gt;</description>
      <pubDate>Wed, 16 Feb 2022 09:05:23 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/Object-rotation-with-orientation/m-p/330086#M157304</guid>
      <dc:creator>Dontknow</dc:creator>
      <dc:date>2022-02-16T09:05:23Z</dc:date>
    </item>
    <item>
      <title>Re: Object rotation with orientation</title>
      <link>https://community.graphisoft.com/t5/Modeling/Object-rotation-with-orientation/m-p/330090#M157305</link>
      <description>&lt;P&gt;&lt;a href="https://community.graphisoft.com/t5/user/viewprofilepage/user-id/5617"&gt;@Dontknow&lt;/a&gt;&amp;nbsp;It is possible but typically it would need to be encoded in the GDL for the object/symbol.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Feb 2022 09:23:51 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/Object-rotation-with-orientation/m-p/330090#M157305</guid>
      <dc:creator>DGSketcher</dc:creator>
      <dc:date>2022-02-16T09:23:51Z</dc:date>
    </item>
    <item>
      <title>Re: Object rotation with orientation</title>
      <link>https://community.graphisoft.com/t5/Modeling/Object-rotation-with-orientation/m-p/330095#M157307</link>
      <description>&lt;P&gt;Here is the code you need to implement to make an object always horizontal and not affected by the view or object rotation or by the mirror setting:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV&gt;! Oriented View&lt;/DIV&gt;&lt;DIV&gt;angleViewRot = 0&lt;/DIV&gt;&lt;DIV&gt;rrr = REQUEST ("View_Rotangle", "", angleViewRot)&lt;/DIV&gt;&lt;DIV&gt;totalRotate = (SYMB_ROTANGLE + angleViewRot) MOD 360&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;rot2 totalRotate * (SYMB_MIRRORED - not(SYMB_MIRRORED))! 1/-1&lt;/DIV&gt;</description>
      <pubDate>Wed, 16 Feb 2022 10:16:14 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/Object-rotation-with-orientation/m-p/330095#M157307</guid>
      <dc:creator>Tormenta4</dc:creator>
      <dc:date>2022-02-16T10:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: Object rotation with orientation</title>
      <link>https://community.graphisoft.com/t5/Modeling/Object-rotation-with-orientation/m-p/330103#M157308</link>
      <description>&lt;P&gt;Thnx Tormenta4,&lt;/P&gt;&lt;P&gt;Where and how do I add this script to my object?&lt;/P&gt;</description>
      <pubDate>Wed, 16 Feb 2022 10:42:33 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/Object-rotation-with-orientation/m-p/330103#M157308</guid>
      <dc:creator>Dontknow</dc:creator>
      <dc:date>2022-02-16T10:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: Object rotation with orientation</title>
      <link>https://community.graphisoft.com/t5/Modeling/Object-rotation-with-orientation/m-p/330105#M157309</link>
      <description>&lt;P&gt;At the beginning of the 2D script. Open the library part script by pressing crtl+alt+o with the object selected and open the 2d Script.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Feb 2022 10:44:22 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/Object-rotation-with-orientation/m-p/330105#M157309</guid>
      <dc:creator>Tormenta4</dc:creator>
      <dc:date>2022-02-16T10:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: Object rotation with orientation</title>
      <link>https://community.graphisoft.com/t5/Modeling/Object-rotation-with-orientation/m-p/330107#M157311</link>
      <description>&lt;P&gt;There already is some script there.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Feb 2022 10:48:16 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/Object-rotation-with-orientation/m-p/330107#M157311</guid>
      <dc:creator>Dontknow</dc:creator>
      <dc:date>2022-02-16T10:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: Object rotation with orientation</title>
      <link>https://community.graphisoft.com/t5/Modeling/Object-rotation-with-orientation/m-p/330108#M157312</link>
      <description>&lt;P&gt;Exactly, and now you want to modify it by adding that bit of code which will rotate the object as you need. Just add the code at the beginning of the 2D script and it will apply to the rest of the code that is already there.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Feb 2022 10:49:31 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/Object-rotation-with-orientation/m-p/330108#M157312</guid>
      <dc:creator>Tormenta4</dc:creator>
      <dc:date>2022-02-16T10:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: Object rotation with orientation</title>
      <link>https://community.graphisoft.com/t5/Modeling/Object-rotation-with-orientation/m-p/330110#M157314</link>
      <description>&lt;P&gt;It worked!&lt;/P&gt;&lt;P&gt;Thnx a lot m8!&lt;/P&gt;</description>
      <pubDate>Wed, 16 Feb 2022 10:53:55 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/Object-rotation-with-orientation/m-p/330110#M157314</guid>
      <dc:creator>Dontknow</dc:creator>
      <dc:date>2022-02-16T10:53:55Z</dc:date>
    </item>
  </channel>
</rss>

