<?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 SYMB_ROTANGLE query in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/SYMB-ROTANGLE-query/m-p/223240#M4206</link>
    <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Hello,&lt;BR /&gt;
&lt;BR /&gt;
I was wondering if it was possible to lock down the ability to rotate an object from within it?&lt;BR /&gt;
(So it can't be rotated when placed)&lt;BR /&gt;
&lt;BR /&gt;
Thanks!&lt;/T&gt;&lt;/DIV&gt;</description>
    <pubDate>Fri, 13 Jul 2018 14:15:05 GMT</pubDate>
    <dc:creator>JGoode</dc:creator>
    <dc:date>2018-07-13T14:15:05Z</dc:date>
    <item>
      <title>SYMB_ROTANGLE query</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/SYMB-ROTANGLE-query/m-p/223240#M4206</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Hello,&lt;BR /&gt;
&lt;BR /&gt;
I was wondering if it was possible to lock down the ability to rotate an object from within it?&lt;BR /&gt;
(So it can't be rotated when placed)&lt;BR /&gt;
&lt;BR /&gt;
Thanks!&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 13 Jul 2018 14:15:05 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/SYMB-ROTANGLE-query/m-p/223240#M4206</guid>
      <dc:creator>JGoode</dc:creator>
      <dc:date>2018-07-13T14:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: SYMB_ROTANGLE query</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/SYMB-ROTANGLE-query/m-p/223241#M4207</link>
      <description>I use a 'trick' to stop symbols from being displayed as mirrored:
&lt;PRE&gt;if symb_mirrored then mul2 -1,1&lt;/PRE&gt;

That is part of the 2D script, since it is just a 2D object. However, the object itself will still be mirrored.&lt;BR /&gt;
&lt;BR /&gt;
You could do the same with symb_rotangle, I would say.&lt;BR /&gt;
&lt;BR /&gt;
I don't think rotation is a lockable parameter as A, B and ZZYZX are.</description>
      <pubDate>Fri, 13 Jul 2018 14:28:42 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/SYMB-ROTANGLE-query/m-p/223241#M4207</guid>
      <dc:creator>Erwin Edel</dc:creator>
      <dc:date>2018-07-13T14:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: SYMB_ROTANGLE query</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/SYMB-ROTANGLE-query/m-p/223242#M4208</link>
      <description>&lt;BLOCKQUOTE&gt;Erwin wrote:&lt;BR /&gt;
I use a 'trick' to stop symbols from being displayed as mirrored:
&lt;PRE&gt;if symb_mirrored then mul2 -1,1&lt;/PRE&gt;

That is part of the 2D script, since it is just a 2D object. However, the object itself will still be mirrored.&lt;BR /&gt;
&lt;BR /&gt;
You could do the same with symb_rotangle, I would say.&lt;BR /&gt;
&lt;BR /&gt;
I don't think rotation is a lockable parameter as A, B and ZZYZX are.
&lt;/BLOCKQUOTE&gt;

I understand I can just do ROT2 -symb_rotangle but I was just curious if there was a way of either setting it to always be 0 or lock it or hide it but from what I can tell, you can't do any unfortunately &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_sad.gif" style="display : inline;" /&gt; the rot2 does the trick this time!</description>
      <pubDate>Fri, 13 Jul 2018 14:44:47 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/SYMB-ROTANGLE-query/m-p/223242#M4208</guid>
      <dc:creator>JGoode</dc:creator>
      <dc:date>2018-07-13T14:44:47Z</dc:date>
    </item>
    <item>
      <title>Re: SYMB_ROTANGLE query</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/SYMB-ROTANGLE-query/m-p/223243#M4209</link>
      <description>You can lock the object itself after you place it, but I don't think that is what you are after.&lt;BR /&gt;
&lt;BR /&gt;
The mirror and rotate 'trick' I find mostly useful for 2D objects that should not be mirrorerd etc when used with hotlinked modules.</description>
      <pubDate>Mon, 16 Jul 2018 06:34:01 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/SYMB-ROTANGLE-query/m-p/223243#M4209</guid>
      <dc:creator>Erwin Edel</dc:creator>
      <dc:date>2018-07-16T06:34:01Z</dc:date>
    </item>
    <item>
      <title>Re: SYMB_ROTANGLE query</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/SYMB-ROTANGLE-query/m-p/223244#M4210</link>
      <description>SYMB_MIRROR and SYMB_ROTANGLE aren't actually parameters like A, B, ZZYZX, etc.&lt;BR /&gt;
Therefore you can't LOCK or HIDE them in an object script.&lt;BR /&gt;
The best you can do is to un-mirror or un-rotate as you have discovered.&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
      <pubDate>Mon, 16 Jul 2018 07:32:57 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/SYMB-ROTANGLE-query/m-p/223244#M4210</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2018-07-16T07:32:57Z</dc:date>
    </item>
  </channel>
</rss>

