<?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: Question about SYMB_MIRRORED ? in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Question-about-SYMB-MIRRORED/m-p/222264#M1382</link>
    <description>Example,&lt;BR /&gt;
&lt;BR /&gt;
What if the the correct form to prevent mirror is mul2 1, -1?</description>
    <pubDate>Tue, 25 Feb 2020 13:17:25 GMT</pubDate>
    <dc:creator>Nader Belal</dc:creator>
    <dc:date>2020-02-25T13:17:25Z</dc:date>
    <item>
      <title>Question about SYMB_MIRRORED ?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Question-about-SYMB-MIRRORED/m-p/222258#M1376</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Hi there,&lt;BR /&gt;
&lt;BR /&gt;
SYMB_MIRRORED is an Archicad Global Variable to indicate if the object have been mirrored.&lt;BR /&gt;
&lt;BR /&gt;
My question, how to extract the mirror operation value ??&lt;BR /&gt;
&lt;BR /&gt;
ie: was it mirrored on the X-axis, Y-axis, arbitrary axis .&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 24 Feb 2020 14:30:37 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Question-about-SYMB-MIRRORED/m-p/222258#M1376</guid>
      <dc:creator>Nader Belal</dc:creator>
      <dc:date>2020-02-24T14:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: Question about SYMB_MIRRORED ?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Question-about-SYMB-MIRRORED/m-p/222259#M1377</link>
      <description>&lt;BLOCKQUOTE&gt;Moonlight wrote:&lt;BR /&gt;My question, how to extract the mirror operation value ??&lt;/BLOCKQUOTE&gt;

You have SYMB_MIRRORED and SYMB_ROTANGLE.&lt;BR /&gt;
If the rotation angle is 180° (and symb_mirrored is set of course) you can tell it was mirrored a long the x-axis. If no rotation angle is set the mirror axis was the y-axis.&lt;BR /&gt;
&lt;BR /&gt;
But I don't think you can tell what the very &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;last operation&lt;E&gt;&lt;/E&gt; was, since there is no way to compare between states in GDL.</description>
      <pubDate>Mon, 24 Feb 2020 15:34:35 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Question-about-SYMB-MIRRORED/m-p/222259#M1377</guid>
      <dc:creator>runxel</dc:creator>
      <dc:date>2020-02-24T15:34:35Z</dc:date>
    </item>
    <item>
      <title>Re: Question about SYMB_MIRRORED ?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Question-about-SYMB-MIRRORED/m-p/222260#M1378</link>
      <description>That's why I think there should be a Global variable that can tell us the values</description>
      <pubDate>Mon, 24 Feb 2020 19:14:45 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Question-about-SYMB-MIRRORED/m-p/222260#M1378</guid>
      <dc:creator>Nader Belal</dc:creator>
      <dc:date>2020-02-24T19:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: Question about SYMB_MIRRORED ?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Question-about-SYMB-MIRRORED/m-p/222261#M1379</link>
      <description>I think you will find the object is always mirrored about the Y-axis when you look at it in the symbol 2D view of the script editor.&lt;BR /&gt;
i.e. positive X becomes negative X.&lt;BR /&gt;
&lt;BR /&gt;
Rotation of the object placed instance does not affect the mirroring, as it will always mirror along the original Y-axis of the object.&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
      <pubDate>Tue, 25 Feb 2020 00:57:22 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Question-about-SYMB-MIRRORED/m-p/222261#M1379</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2020-02-25T00:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: Question about SYMB_MIRRORED ?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Question-about-SYMB-MIRRORED/m-p/222262#M1380</link>
      <description>@Barry Kelly&lt;BR /&gt;
&lt;BR /&gt;
Is there a way to make the object quasi (self-aware) of the mirrored value ?&lt;BR /&gt;
&lt;BR /&gt;
Like what happens with rotation and XY position ?</description>
      <pubDate>Tue, 25 Feb 2020 12:14:04 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Question-about-SYMB-MIRRORED/m-p/222262#M1380</guid>
      <dc:creator>Nader Belal</dc:creator>
      <dc:date>2020-02-25T12:14:04Z</dc:date>
    </item>
    <item>
      <title>Re: Question about SYMB_MIRRORED ?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Question-about-SYMB-MIRRORED/m-p/222263#M1381</link>
      <description>I”m not quite sure what you mean.&lt;BR /&gt;
An object either is or isn’t mirrored.&lt;BR /&gt;
&lt;BR /&gt;
You can always force an object not to mirror.&lt;BR /&gt;
If it is mirrored you just MUL2 -1,1 in 2D and MULx -1 in 3D.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
      <pubDate>Tue, 25 Feb 2020 13:14:51 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Question-about-SYMB-MIRRORED/m-p/222263#M1381</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2020-02-25T13:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: Question about SYMB_MIRRORED ?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Question-about-SYMB-MIRRORED/m-p/222264#M1382</link>
      <description>Example,&lt;BR /&gt;
&lt;BR /&gt;
What if the the correct form to prevent mirror is mul2 1, -1?</description>
      <pubDate>Tue, 25 Feb 2020 13:17:25 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Question-about-SYMB-MIRRORED/m-p/222264#M1382</guid>
      <dc:creator>Nader Belal</dc:creator>
      <dc:date>2020-02-25T13:17:25Z</dc:date>
    </item>
    <item>
      <title>Re: Question about SYMB_MIRRORED ?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Question-about-SYMB-MIRRORED/m-p/222265#M1383</link>
      <description>It is always mirrored in the x-axis (about the y-axis) so you only need to MUL the x value at the beginning of your script.&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
      <pubDate>Tue, 25 Feb 2020 13:23:17 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Question-about-SYMB-MIRRORED/m-p/222265#M1383</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2020-02-25T13:23:17Z</dc:date>
    </item>
  </channel>
</rss>

