<?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: vertically rotate / move around hotlink and object in Project data &amp; BIM</title>
    <link>https://community.graphisoft.com/t5/Project-data-BIM/vertically-rotate-move-around-hotlink-and-object/m-p/273385#M14780</link>
    <description>&lt;BLOCKQUOTE&gt;Barry wrote:&lt;BR /&gt;However they can only be rotated in the horizontal plane (around the z-axis).&lt;/BLOCKQUOTE&gt;
I have noticed it for a while...  and don't know if its a bug or a feature, but if you save only Morph elements as a module, then you can freely 3d rotate it as if it was a single element.  If you save it along with any other element (Wall, Slab, etc) then when you update the module, the rotation is canceled and it behaves a a "regular" module.  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_confused.gif" style="display : inline;" /&gt;</description>
    <pubDate>Tue, 08 Jun 2021 15:16:38 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-06-08T15:16:38Z</dc:date>
    <item>
      <title>vertically rotate / move around hotlink and object</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/vertically-rotate-move-around-hotlink-and-object/m-p/273377#M14772</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;Hello,&lt;BR /&gt;I want to:&lt;BR /&gt;(1) move around and place a hotlink to a specific location (not exactly on a strorey), need to move around in various views (plan, elevation, 3D views) and and&lt;BR /&gt;(2) vertically rotate a hotlink or an object (around the Z plane), seems now i can only input angle and rotate hotlink in horizantal plane,&lt;BR /&gt;&lt;BR /&gt;Regards&lt;/DIV&gt;</description>
      <pubDate>Wed, 16 Jul 2025 14:21:13 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/vertically-rotate-move-around-hotlink-and-object/m-p/273377#M14772</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-07-16T14:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: vertically rotate / move around hotlink</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/vertically-rotate-move-around-hotlink-and-object/m-p/273378#M14773</link>
      <description>I would not recommend modelling to this level of detail. That said: instead of a module, you could create an object for the rooftiles and add a parameter for rotation.</description>
      <pubDate>Mon, 07 Jun 2021 08:24:11 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/vertically-rotate-move-around-hotlink-and-object/m-p/273378#M14773</guid>
      <dc:creator>Erwin Edel</dc:creator>
      <dc:date>2021-06-07T08:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: vertically rotate / move around hotlink and object</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/vertically-rotate-move-around-hotlink-and-object/m-p/273379#M14774</link>
      <description>Hello Erwin,&lt;BR /&gt;
yes object can be moved around, but  as I saw:&lt;BR /&gt;
(1)  the parameter for rotation for both module and object are only for rotation within X plane, not for Y or Z plane....nor move around after be placed (neither X, Y nor Z plane)&lt;BR /&gt;
&lt;BR /&gt;
Also since the vertial rotation of roof tiles varies on a curved roof plane, so there should be hundreds of parameters of vertical rotation (though the parameter of inclined rotation not found)&lt;BR /&gt;
&lt;BR /&gt;
Thanks &lt;BR /&gt;
Regards</description>
      <pubDate>Mon, 07 Jun 2021 15:48:34 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/vertically-rotate-move-around-hotlink-and-object/m-p/273379#M14774</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-06-07T15:48:34Z</dc:date>
    </item>
    <item>
      <title>Re: vertically rotate / move around hotlink and object</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/vertically-rotate-move-around-hotlink-and-object/m-p/273380#M14775</link>
      <description>You can add the ROTX, ROTY, ROTZ, or simply the ROT transform command the beginning of your 3D script.&lt;BR /&gt;
&lt;A href="http://gdl.graphisoft.com/reference-guide/3d-transformations" target="_blank"&gt;&lt;LINK_TEXT text="http://gdl.graphisoft.com/reference-gui ... formations"&gt;http://gdl.graphisoft.com/reference-guide/3d-transformations&lt;/LINK_TEXT&gt;&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
You can then control the rotation in 3D - to assign graphical hotspots, you need to dive into GDL a bit more and assign hotspots that control the rotation.&lt;BR /&gt;
&lt;A href="http://gdl.graphisoft.com/reference-guide/graphical-editing-using-hotspots" target="_blank"&gt;&lt;LINK_TEXT text="http://gdl.graphisoft.com/reference-gui ... g-hotspots"&gt;http://gdl.graphisoft.com/reference-guide/graphical-editing-using-hotspots&lt;/LINK_TEXT&gt;&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Modelling each tile seems an overkill though, but if you are modelling this for a university assignment or a demo project, then you could use the GH connection, where you could do the initial coordinate transformations with Grasshopper. You might lose some sense of control at first, but it's worth it in my opinion.&lt;BR /&gt;
&lt;BR /&gt;
If you want to go the GDL way: in your case it seems you should move your coordinate system to the +Y with 323mm, then rotate along the X axis (ROTX) with a certain angle (the roof pitch minus an arbitrary angle to compensate for the overlap between tiles).</description>
      <pubDate>Mon, 07 Jun 2021 18:07:38 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/vertically-rotate-move-around-hotlink-and-object/m-p/273380#M14775</guid>
      <dc:creator>furtonb</dc:creator>
      <dc:date>2021-06-07T18:07:38Z</dc:date>
    </item>
    <item>
      <title>Re: vertically rotate / move around hotlink and object</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/vertically-rotate-move-around-hotlink-and-object/m-p/273381#M14776</link>
      <description>Hello Furtonb&lt;BR /&gt;
yes bingo I should not use other program but a pure BIM software, ( though I know blend rhin 3DX MY etc)&lt;BR /&gt;
&lt;BR /&gt;
OK I  try GDL someday,'&lt;BR /&gt;
&lt;BR /&gt;
Thanks</description>
      <pubDate>Tue, 08 Jun 2021 01:31:04 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/vertically-rotate-move-around-hotlink-and-object/m-p/273381#M14776</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-06-08T01:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: vertically rotate / move around hotlink and object</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/vertically-rotate-move-around-hotlink-and-object/m-p/273382#M14777</link>
      <description>Modules are great for repetition and can be adjusted in height to any level.&lt;BR /&gt;
However they can only be rotated in the horizontal plane (around the z-axis).&lt;BR /&gt;
&lt;BR /&gt;
An object with a rotation parameter could be the way to go.&lt;BR /&gt;
&lt;BR /&gt;
Otherwise you seem to like Morphs.&lt;BR /&gt;
They can be rotated in 3D in any direction.&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
      <pubDate>Tue, 08 Jun 2021 02:25:29 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/vertically-rotate-move-around-hotlink-and-object/m-p/273382#M14777</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2021-06-08T02:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: vertically rotate / move around hotlink and object</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/vertically-rotate-move-around-hotlink-and-object/m-p/273383#M14778</link>
      <description>The GDL(library-part) - solution could be like this: &lt;BR /&gt;
&lt;BR /&gt;
&lt;IFRAME width="640" height="360" src="https://www.youtube.com/embed/WsGe2_ojd8M" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen=""&gt;&lt;/IFRAME&gt;</description>
      <pubDate>Tue, 08 Jun 2021 05:01:14 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/vertically-rotate-move-around-hotlink-and-object/m-p/273383#M14778</guid>
      <dc:creator>Hmooslechner</dc:creator>
      <dc:date>2021-06-08T05:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: vertically rotate / move around hotlink and object</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/vertically-rotate-move-around-hotlink-and-object/m-p/273384#M14779</link>
      <description>great GDL, thanks all</description>
      <pubDate>Tue, 08 Jun 2021 15:07:13 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/vertically-rotate-move-around-hotlink-and-object/m-p/273384#M14779</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-06-08T15:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: vertically rotate / move around hotlink and object</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/vertically-rotate-move-around-hotlink-and-object/m-p/273385#M14780</link>
      <description>&lt;BLOCKQUOTE&gt;Barry wrote:&lt;BR /&gt;However they can only be rotated in the horizontal plane (around the z-axis).&lt;/BLOCKQUOTE&gt;
I have noticed it for a while...  and don't know if its a bug or a feature, but if you save only Morph elements as a module, then you can freely 3d rotate it as if it was a single element.  If you save it along with any other element (Wall, Slab, etc) then when you update the module, the rotation is canceled and it behaves a a "regular" module.  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_confused.gif" style="display : inline;" /&gt;</description>
      <pubDate>Tue, 08 Jun 2021 15:16:38 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/vertically-rotate-move-around-hotlink-and-object/m-p/273385#M14780</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-06-08T15:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: vertically rotate / move around hotlink and object</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/vertically-rotate-move-around-hotlink-and-object/m-p/273386#M14781</link>
      <description>&lt;BLOCKQUOTE&gt;Braza wrote:&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;Barry wrote:&lt;BR /&gt;However they can only be rotated in the horizontal plane (around the z-axis).&lt;/BLOCKQUOTE&gt;
I have noticed it for a while...  and don't know if its a bug or a feature, but if you save only Morph elements as a module, then you can freely 3d rotate it as if it was a single element.  If you save it along with any other element (Wall, Slab, etc) then when you update the module, the rotation is canceled and it behaves a a "regular" module.  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_confused.gif" style="display : inline;" /&gt;
&lt;/BLOCKQUOTE&gt;

&lt;BR /&gt;
Yes you are correct.&lt;BR /&gt;
That is because morphs can be freely rotated in any direction.&lt;BR /&gt;
Walls and slabs can't be, so as soon as they are in a module, the module is constrained to rotate only around the z-axis.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
      <pubDate>Wed, 09 Jun 2021 02:06:06 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/vertically-rotate-move-around-hotlink-and-object/m-p/273386#M14781</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2021-06-09T02:06:06Z</dc:date>
    </item>
    <item>
      <title>Re: vertically rotate / move around hotlink and object</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/vertically-rotate-move-around-hotlink-and-object/m-p/273387#M14782</link>
      <description>Hi Barry,&lt;BR /&gt;
Thanks for the confirmation.&lt;BR /&gt;
So it is a feature, correct?&lt;BR /&gt;
It's because I saw sometime ago (maybe 2 updates ago) a bug related with this... Though it seem to be working fine now. &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_question.gif" style="display : inline;" /&gt;</description>
      <pubDate>Wed, 09 Jun 2021 08:36:03 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/vertically-rotate-move-around-hotlink-and-object/m-p/273387#M14782</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-06-09T08:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: vertically rotate / move around hotlink and object</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/vertically-rotate-move-around-hotlink-and-object/m-p/273388#M14783</link>
      <description>&lt;BLOCKQUOTE&gt;Braza wrote:&lt;BR /&gt;
So it is a feature, correct?
&lt;/BLOCKQUOTE&gt;

Feature, yes.&lt;BR /&gt;
Documented feature, I am not sure.&lt;BR /&gt;
&lt;BR /&gt;
I vaguely remember reading something about it some time ago but I can't remember where.&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
      <pubDate>Wed, 09 Jun 2021 08:57:06 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/vertically-rotate-move-around-hotlink-and-object/m-p/273388#M14783</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2021-06-09T08:57:06Z</dc:date>
    </item>
  </channel>
</rss>

