<?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: Can one object look to another object to see if it isrot in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Can-one-object-look-to-another-object-to-see-if-it-isrotated/m-p/54838#M34435</link>
    <description>Yep. It will depend on ObjectB having the ability to set a parameter OTHER THAN the global rotation. You can easily do this by making a hidden parameter, and in your parameter script use the line:
&lt;PRE&gt;PARAMETERS myRot = SYMB_ROTANGLE&lt;/PRE&gt;

The fun part is then REQUESTing that parameter from another object:
&lt;PRE&gt;xx=REQUEST("ASSOCLP_PARVALUE", "myRot", nameVar, typeVar, flagsVar, dim1Var, dim2Var, objectRotation) &lt;/PRE&gt;

Most of these parameters that are returned are not needed. All you care is &lt;PRE&gt; IF ABS(objectRotation) &amp;gt; 0&lt;/PRE&gt;

You could use IF objectRotation &amp;lt;&amp;gt; 0, but then you get that goofy "Real Number" warning.</description>
    <pubDate>Tue, 04 Apr 2006 18:37:11 GMT</pubDate>
    <dc:creator>TomWaltz</dc:creator>
    <dc:date>2006-04-04T18:37:11Z</dc:date>
    <item>
      <title>Can one object look to another object to see if it isrotated</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Can-one-object-look-to-another-object-to-see-if-it-isrotated/m-p/54837#M34434</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Can objectA look at objetB to see if object B is rotated 90 degrees and if it is then go sub.. whatever?&lt;BR /&gt;
&lt;BR /&gt;
Thanks &lt;BR /&gt;
Michele&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 04 Apr 2006 18:22:45 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Can-one-object-look-to-another-object-to-see-if-it-isrotated/m-p/54837#M34434</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-04-04T18:22:45Z</dc:date>
    </item>
    <item>
      <title>Re: Can one object look to another object to see if it isrot</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Can-one-object-look-to-another-object-to-see-if-it-isrotated/m-p/54838#M34435</link>
      <description>Yep. It will depend on ObjectB having the ability to set a parameter OTHER THAN the global rotation. You can easily do this by making a hidden parameter, and in your parameter script use the line:
&lt;PRE&gt;PARAMETERS myRot = SYMB_ROTANGLE&lt;/PRE&gt;

The fun part is then REQUESTing that parameter from another object:
&lt;PRE&gt;xx=REQUEST("ASSOCLP_PARVALUE", "myRot", nameVar, typeVar, flagsVar, dim1Var, dim2Var, objectRotation) &lt;/PRE&gt;

Most of these parameters that are returned are not needed. All you care is &lt;PRE&gt; IF ABS(objectRotation) &amp;gt; 0&lt;/PRE&gt;

You could use IF objectRotation &amp;lt;&amp;gt; 0, but then you get that goofy "Real Number" warning.</description>
      <pubDate>Tue, 04 Apr 2006 18:37:11 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Can-one-object-look-to-another-object-to-see-if-it-isrotated/m-p/54838#M34435</guid>
      <dc:creator>TomWaltz</dc:creator>
      <dc:date>2006-04-04T18:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: Can one object look to another object to see if it isrot</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Can-one-object-look-to-another-object-to-see-if-it-isrotated/m-p/54839#M34436</link>
      <description>Is xx the name of the object I want to see if it is rotated?&lt;BR /&gt;
&lt;BR /&gt;
Code: &lt;BR /&gt;
xx=REQUEST("ASSOCLP_PARVALUE", "myRot", nameVar, typeVar, flagsVar, dim1Var, dim2Var, objectRotation)  &lt;BR /&gt;
&lt;BR /&gt;
Michele</description>
      <pubDate>Tue, 04 Apr 2006 19:14:07 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Can-one-object-look-to-another-object-to-see-if-it-isrotated/m-p/54839#M34436</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-04-04T19:14:07Z</dc:date>
    </item>
    <item>
      <title>Re: Can one object look to another object to see if it isrot</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Can-one-object-look-to-another-object-to-see-if-it-isrotated/m-p/54840#M34437</link>
      <description>What I really what Archicad to do is to tell me the sq ft of finish on the walls and I thought maybe I could do this with the zone tag but the zone tag can't seem to separate out each wall surface. It gives me the total wall surface. I might have different finishes on one or more of the walls.&lt;BR /&gt;
&lt;BR /&gt;
Thanks for the reply though. If any one can figure this out It would fabulous. Archicad could really make points with it's customers if the zones could do this? Another example of so close yet so far away!!!!&lt;BR /&gt;
&lt;BR /&gt;
Thanks again&lt;BR /&gt;
Michele</description>
      <pubDate>Tue, 04 Apr 2006 19:30:27 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Can-one-object-look-to-another-object-to-see-if-it-isrotated/m-p/54840#M34437</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-04-04T19:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: Can one object look to another object to see if it isrot</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Can-one-object-look-to-another-object-to-see-if-it-isrotated/m-p/54841#M34438</link>
      <description>&lt;BLOCKQUOTE&gt;Michele wrote:&lt;BR /&gt;Is xx the name of the object I want to see if it is rotated?&lt;BR /&gt;
&lt;BR /&gt;
Code: &lt;BR /&gt;
xx=REQUEST("ASSOCLP_PARVALUE", "myRot", nameVar, typeVar, flagsVar, dim1Var, dim2Var, objectRotation)  &lt;BR /&gt;
&lt;BR /&gt;
Michele&lt;/BLOCKQUOTE&gt;

Sorry, I wasn't more clear.&lt;BR /&gt;
&lt;BR /&gt;
REQUEST is not a command itself. You have to make it part of a statement. In this case, xx is a jumk variable for that purpose. "ObjectRotation" will a variable that has the rotation of the object storied in it.</description>
      <pubDate>Tue, 04 Apr 2006 19:37:36 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Can-one-object-look-to-another-object-to-see-if-it-isrotated/m-p/54841#M34438</guid>
      <dc:creator>TomWaltz</dc:creator>
      <dc:date>2006-04-04T19:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: Can one object look to another object to see if it isrot</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Can-one-object-look-to-another-object-to-see-if-it-isrotated/m-p/54842#M34439</link>
      <description>&lt;BLOCKQUOTE&gt;Michele wrote:&lt;BR /&gt;What I really what Archicad to do is to tell me the sq ft of finish on the walls and I thought maybe I could do this with the zone tag but the zone tag can't seem to separate out each wall surface. It gives me the total wall surface. I might have different finishes on one or more of the walls.&lt;BR /&gt;
&lt;BR /&gt;
Thanks for the reply though. If any one can figure this out It would fabulous. Archicad could really make points with it's customers if the zones could do this? Another example of so close yet so far away!!!!&lt;BR /&gt;
&lt;BR /&gt;
Thanks again&lt;BR /&gt;
Michele&lt;/BLOCKQUOTE&gt;

I always thought that would be nice, but we would need the ability to assign more information to the Material Attributes. I really would not want my material schedule to read "Paint - Whitewash" or some other name just because that's the name of it in the file. We would need settings for name, color, manufacturer, cost, and other settings.</description>
      <pubDate>Tue, 04 Apr 2006 19:39:58 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Can-one-object-look-to-another-object-to-see-if-it-isrotated/m-p/54842#M34439</guid>
      <dc:creator>TomWaltz</dc:creator>
      <dc:date>2006-04-04T19:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: Can one object look to another object to see if it isrot</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Can-one-object-look-to-another-object-to-see-if-it-isrotated/m-p/54843#M34440</link>
      <description>I could make a material called P1 that would correspond to my material list that would list out all information. I just need the zone to be able to tell me the surface area of the north wall and of the south wall and of the east wall &amp;amp; west wall all separately. If the zone could list the areas of the walls separately than life would be great!!&lt;BR /&gt;
&lt;BR /&gt;
Michele</description>
      <pubDate>Tue, 04 Apr 2006 19:48:18 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Can-one-object-look-to-another-object-to-see-if-it-isrotated/m-p/54843#M34440</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-04-04T19:48:18Z</dc:date>
    </item>
  </channel>
</rss>

