<?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: The Z-Axis in Modeling</title>
    <link>https://community.graphisoft.com/t5/Modeling/The-Z-Axis/m-p/20849#M9980</link>
    <description>3/3&lt;BR /&gt;&lt;IMG src="https://community.graphisoft.com/t5/image/serverpage/image-id/11765i8DF1FAE074574116/image-size/large?v=v2&amp;amp;px=999" border="0" alt="rotate3.jpg" title="rotate3.jpg" /&gt;</description>
    <pubDate>Sun, 24 Jul 2005 13:51:40 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2005-07-24T13:51:40Z</dc:date>
    <item>
      <title>The Z-Axis</title>
      <link>https://community.graphisoft.com/t5/Modeling/The-Z-Axis/m-p/20842#M9973</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;I am student and I am trying to decide between using ArchiCAD 9 or ADT 2006 - we have both available to us. I love ArchiCAD for its single file approach and GDL objects but as far as I can tell, you cannot rotate objects in the Z axis. Is there a way to get around this? I am almost thinking of sticking with ADT just for this reason. Am I crazy?&lt;BR /&gt;
&lt;BR /&gt;
I apologize in advance if this has been answered here before.&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Sun, 24 Jul 2005 00:55:56 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/The-Z-Axis/m-p/20842#M9973</guid>
      <dc:creator>Chadwick</dc:creator>
      <dc:date>2005-07-24T00:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: The Z-Axis</title>
      <link>https://community.graphisoft.com/t5/Modeling/The-Z-Axis/m-p/20843#M9974</link>
      <description>Chadwick,&lt;BR /&gt;
I need to be sure what you are calling the "Z" axis because&lt;BR /&gt;
in Achicad rotation about the "Z" axis (as this is conventionally&lt;BR /&gt;
understood in Archicad) can be done easily by at least three methods.&lt;BR /&gt;
&lt;BR /&gt;
Rotate the object in plan with the Rotate command &lt;BR /&gt;
or&lt;BR /&gt;
In the library part settings with the plan preview rotate the object&lt;BR /&gt;
with the curved arrow graphic .&lt;BR /&gt;
or  &lt;BR /&gt;
In the library part settings &lt;BR /&gt;
set the Z rotation in the angle field.&lt;BR /&gt;
&lt;BR /&gt;
As this is so easy I wonder if you mean something different&lt;BR /&gt;
by the term "rotate objects in the Z axis"&lt;BR /&gt;
Please explain.&lt;BR /&gt;
&lt;BR /&gt;
Peter Devlin</description>
      <pubDate>Sun, 24 Jul 2005 02:14:08 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/The-Z-Axis/m-p/20843#M9974</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-07-24T02:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: The Z-Axis</title>
      <link>https://community.graphisoft.com/t5/Modeling/The-Z-Axis/m-p/20844#M9975</link>
      <description>I understand all of those concepts but they are all still rotating in a 2D plane. What I am saying is, if for example I have a chair as an object, I want to rotate it so it is upside down or turned at 45' angle. I dont know if this any more clear - but I guess rotating in the 3rd dimension is really what I am getting at.</description>
      <pubDate>Sun, 24 Jul 2005 02:20:52 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/The-Z-Axis/m-p/20844#M9975</guid>
      <dc:creator>Chadwick</dc:creator>
      <dc:date>2005-07-24T02:20:52Z</dc:date>
    </item>
    <item>
      <title>Re: The Z-Axis</title>
      <link>https://community.graphisoft.com/t5/Modeling/The-Z-Axis/m-p/20845#M9976</link>
      <description>Chadwick,&lt;BR /&gt;
Turning a chair upside down would be in Archicad terminology&lt;BR /&gt;
rotating about the either the "X" axis, the "Y" axis, or a vector of both.&lt;BR /&gt;
&lt;BR /&gt;
You are correct that usually in Archicad this is only possible if&lt;BR /&gt;
the library part has parameter settings for these types of rotations.&lt;BR /&gt;
&lt;BR /&gt;
As for the Archicad tools, the only tool that allows for this is the roof tool&lt;BR /&gt;
as this tool creates a slab type object that can be rotated about it's&lt;BR /&gt;
local "X" axis which is the roof pivot line.&lt;BR /&gt;
&lt;BR /&gt;
Peter Devlin</description>
      <pubDate>Sun, 24 Jul 2005 02:42:12 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/The-Z-Axis/m-p/20845#M9976</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-07-24T02:42:12Z</dc:date>
    </item>
    <item>
      <title>Re: The Z-Axis</title>
      <link>https://community.graphisoft.com/t5/Modeling/The-Z-Axis/m-p/20846#M9977</link>
      <description>Hi Chadwick,&lt;BR /&gt;
&lt;BR /&gt;
    Peter is right you cannot rotate objects along diffrent axis than Y - live on the plan, but you can do that easy in gdl script. Since I learnt this long time ago it solved 80% of my modeling problems. Once you go thru this you will find it intuitive.&lt;BR /&gt;
    Every object (even those you created yourself using basic AC tools) can be rotated along any axis using simple "rot" script. For example "rotx c" means "rotate object along axis X because of parametr C". Of course, what you really need is rotation along X and sometimes Z axis. Rotation along Y axis you can do on the plan so there is no need to modify object's gdl script because of that. Anyway see attached step-by-step pic to see how to do it. Hope it will help and you will stick with AC from now. Good luck.&lt;BR /&gt;
&lt;BR /&gt;
P.S.: I don't need to remind you that you should do a copy before you start to modify, do I?  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_wink.gif" style="display : inline;" /&gt;</description>
      <pubDate>Sun, 24 Jul 2005 13:17:30 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/The-Z-Axis/m-p/20846#M9977</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-07-24T13:17:30Z</dc:date>
    </item>
    <item>
      <title>Re: The Z-Axis</title>
      <link>https://community.graphisoft.com/t5/Modeling/The-Z-Axis/m-p/20847#M9978</link>
      <description>1/3&lt;BR /&gt;&lt;IMG src="https://community.graphisoft.com/t5/image/serverpage/image-id/13266iA08706E2D7647635/image-size/large?v=v2&amp;amp;px=999" border="0" alt="rotate1.jpg" title="rotate1.jpg" /&gt;</description>
      <pubDate>Sun, 24 Jul 2005 13:36:31 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/The-Z-Axis/m-p/20847#M9978</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-07-24T13:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: The Z-Axis</title>
      <link>https://community.graphisoft.com/t5/Modeling/The-Z-Axis/m-p/20848#M9979</link>
      <description>2/3</description>
      <pubDate>Sun, 24 Jul 2005 13:46:46 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/The-Z-Axis/m-p/20848#M9979</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-07-24T13:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: The Z-Axis</title>
      <link>https://community.graphisoft.com/t5/Modeling/The-Z-Axis/m-p/20849#M9980</link>
      <description>3/3&lt;BR /&gt;&lt;IMG src="https://community.graphisoft.com/t5/image/serverpage/image-id/11765i8DF1FAE074574116/image-size/large?v=v2&amp;amp;px=999" border="0" alt="rotate3.jpg" title="rotate3.jpg" /&gt;</description>
      <pubDate>Sun, 24 Jul 2005 13:51:40 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/The-Z-Axis/m-p/20849#M9980</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-07-24T13:51:40Z</dc:date>
    </item>
    <item>
      <title>Re: The Z-Axis</title>
      <link>https://community.graphisoft.com/t5/Modeling/The-Z-Axis/m-p/20850#M9981</link>
      <description>Thats exactly what I was looking for. Thank you so much. I'll give it a try and let you know if I have any problems.&lt;BR /&gt;
&lt;BR /&gt;
This forum is wonderful.&lt;BR /&gt;
&lt;BR /&gt;
Thanks again.</description>
      <pubDate>Sun, 24 Jul 2005 16:12:53 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/The-Z-Axis/m-p/20850#M9981</guid>
      <dc:creator>Chadwick</dc:creator>
      <dc:date>2005-07-24T16:12:53Z</dc:date>
    </item>
    <item>
      <title>Re: The Z-Axis</title>
      <link>https://community.graphisoft.com/t5/Modeling/The-Z-Axis/m-p/20851#M9982</link>
      <description>hi Mr tigr&lt;BR /&gt;
thanks vey mush for this wonderful lesson&lt;BR /&gt;
i really like people like you ,go on &lt;BR /&gt;
and if you want anything just order &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_smile.gif" style="display : inline;" /&gt;</description>
      <pubDate>Mon, 25 Jul 2005 19:13:21 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/The-Z-Axis/m-p/20851#M9982</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-07-25T19:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: The Z-Axis</title>
      <link>https://community.graphisoft.com/t5/Modeling/The-Z-Axis/m-p/20852#M9983</link>
      <description>Glad I could help..</description>
      <pubDate>Mon, 25 Jul 2005 23:01:32 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/The-Z-Axis/m-p/20852#M9983</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-07-25T23:01:32Z</dc:date>
    </item>
  </channel>
</rss>

