<?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: GDL object moving in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-object-moving/m-p/205180#M18833</link>
    <description>RESULT enclosed.</description>
    <pubDate>Wed, 15 Sep 2010 09:37:53 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2010-09-15T09:37:53Z</dc:date>
    <item>
      <title>GDL object moving</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-object-moving/m-p/205170#M18823</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;R&gt;We are doing a 4D project with the plug-in in ArchiCAD 14. I would like my cranes (3ds-converted objects) to move as the simulation runs with one or more cameraes-&lt;BR /&gt;
&lt;BR /&gt;
It must be a ROTz..... something like this with a 4x4x4 block:&lt;BR /&gt;
&lt;BR /&gt;
&lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;BLOCK 4,4,4&lt;BR /&gt;
&lt;BR /&gt;
ADDx 2&lt;BR /&gt;
ADDy 2&lt;BR /&gt;
&lt;BR /&gt;
ROTz (N_+1)/(P_+1)&lt;BR /&gt;
&lt;BR /&gt;
del 1&lt;E&gt;&lt;/E&gt;&lt;BR /&gt;
&lt;BR /&gt;
HOWEVER, it does not work - what went wrong?&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Thanks.&lt;/R&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 14 Sep 2010 11:23:37 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-object-moving/m-p/205170#M18823</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-09-14T11:23:37Z</dc:date>
    </item>
    <item>
      <title>Re: GDL object moving</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-object-moving/m-p/205171#M18824</link>
      <description>Did you tick the box for rebuild model for each frame in the Save fly through settings?</description>
      <pubDate>Tue, 14 Sep 2010 13:47:45 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-object-moving/m-p/205171#M18824</guid>
      <dc:creator>fuzzytnth3</dc:creator>
      <dc:date>2010-09-14T13:47:45Z</dc:date>
    </item>
    <item>
      <title>Re: GDL object moving</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-object-moving/m-p/205172#M18825</link>
      <description>&lt;BLOCKQUOTE&gt;fuzzytnth3 wrote:&lt;BR /&gt;Did you tick the box for rebuild model for each frame in the Save fly through settings?&lt;/BLOCKQUOTE&gt;

Oh yes, but still there is no movement...Is my script correct? Tried to look something up in the COOKBOOK without any luck although there a movements in many of the samples:-)</description>
      <pubDate>Wed, 15 Sep 2010 07:33:45 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-object-moving/m-p/205172#M18825</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-09-15T07:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: GDL object moving</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-object-moving/m-p/205173#M18826</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
try to place the BLOCK command after thr ROTz transformation.&lt;BR /&gt;
I think it may helps.&lt;BR /&gt;
&lt;BR /&gt;
best regards,</description>
      <pubDate>Wed, 15 Sep 2010 07:46:48 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-object-moving/m-p/205173#M18826</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-09-15T07:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: GDL object moving</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-object-moving/m-p/205174#M18827</link>
      <description>Nope, did not help.&lt;BR /&gt;
&lt;BR /&gt;
 &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_sad.gif" style="display : inline;" /&gt;</description>
      <pubDate>Wed, 15 Sep 2010 07:49:23 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-object-moving/m-p/205174#M18827</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-09-15T07:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: GDL object moving</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-object-moving/m-p/205175#M18828</link>
      <description>try this:&lt;BR /&gt;

&lt;PRE&gt;_ang=360
ROTz (GLOB_FRAME_NR+1) * _ang/(GLOB_LAST_FRAME+1)&lt;/PRE&gt;</description>
      <pubDate>Wed, 15 Sep 2010 08:05:33 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-object-moving/m-p/205175#M18828</guid>
      <dc:creator>Frank Beister</dc:creator>
      <dc:date>2010-09-15T08:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: GDL object moving</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-object-moving/m-p/205176#M18829</link>
      <description>The BLOCK command must be after the ROY but before the DEL.&lt;BR /&gt;
&lt;BR /&gt;
There is also a broblem with your maths.&lt;BR /&gt;
&lt;BR /&gt;
ROTz (N_+1)/(P_+1) will only rotate by a minute amount each time&lt;BR /&gt;
&lt;BR /&gt;
Just use &lt;FONT color="#ff001b"&gt;ROTz N_&lt;/FONT&gt; to rotate one degree each frame.&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
      <pubDate>Wed, 15 Sep 2010 08:11:42 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-object-moving/m-p/205176#M18829</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2010-09-15T08:11:42Z</dc:date>
    </item>
    <item>
      <title>Re: GDL object moving</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-object-moving/m-p/205177#M18830</link>
      <description>YEP, it is working now - my block is moving fine with:&lt;BR /&gt;
&lt;BR /&gt;
ROTz N_&lt;BR /&gt;
&lt;BR /&gt;
BLOCK 4,4,4&lt;BR /&gt;
&lt;BR /&gt;
BUT not around its own axis in the middle of the object....How to?</description>
      <pubDate>Wed, 15 Sep 2010 08:46:47 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-object-moving/m-p/205177#M18830</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-09-15T08:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: GDL object moving</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-object-moving/m-p/205178#M18831</link>
      <description>You will need to ADD by the negative value of half the block size then place the block then DEL to put the cursor back to the original position.&lt;BR /&gt;
&lt;BR /&gt;
ADD -2, -2, 0&lt;BR /&gt;
BLOCK 4,4,4&lt;BR /&gt;
DEL 1&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
      <pubDate>Wed, 15 Sep 2010 08:59:22 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-object-moving/m-p/205178#M18831</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2010-09-15T08:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: GDL object moving</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-object-moving/m-p/205179#M18832</link>
      <description>THANKS, Barry!&lt;BR /&gt;
&lt;BR /&gt;
Very good basic GDL!</description>
      <pubDate>Wed, 15 Sep 2010 09:03:33 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-object-moving/m-p/205179#M18832</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-09-15T09:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: GDL object moving</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-object-moving/m-p/205180#M18833</link>
      <description>RESULT enclosed.</description>
      <pubDate>Wed, 15 Sep 2010 09:37:53 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-object-moving/m-p/205180#M18833</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-09-15T09:37:53Z</dc:date>
    </item>
  </channel>
</rss>

