<?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: Help!! GDL Script in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Help-GDL-Script/m-p/85441#M37768</link>
    <description>Hello giza &lt;BR /&gt;
&lt;BR /&gt;
You need to imbricate the "X script" inside the "Z Script" and delete after each "X script" "nop" translation to return to the "x" origin.&lt;BR /&gt;
&lt;BR /&gt;
Try this one&lt;BR /&gt;
&lt;BR /&gt;
for j=1 to nopz &lt;BR /&gt;
&lt;BR /&gt;
   &lt;FONT color="red"&gt; for i=1 to nop &lt;BR /&gt;
    brick 1,2,1 &lt;BR /&gt;
    addx psd &lt;BR /&gt;
    next i &lt;BR /&gt;
del nop&lt;/FONT&gt;&lt;BR /&gt;
&lt;BR /&gt;
addZ psdz &lt;BR /&gt;
next j &lt;BR /&gt;
&lt;BR /&gt;
Hope this helps</description>
    <pubDate>Tue, 17 May 2005 14:19:50 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2005-05-17T14:19:50Z</dc:date>
    <item>
      <title>Help!! GDL Script</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Help-GDL-Script/m-p/85439#M37766</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;hi everyone i am trying to make an object, and i only need one small code or script part that i don't know how to do, i will post attached an example with smaller (simple) script. This object needs to have sort of multiply or addition option on two axis "x" and "z" with separate spacing on those same axes, so i managed to do it on one axis but when i repeat the script for z axis it only adds (multiplies) my object on the first row.&lt;BR /&gt;
&lt;BR /&gt;
here is the simple script for a BRICK eg.:&lt;BR /&gt;
&lt;BR /&gt;
! X axis&lt;BR /&gt;
for i=1 to NOP&lt;BR /&gt;
brick 1,2,1&lt;BR /&gt;
addx psd&lt;BR /&gt;
next i&lt;BR /&gt;
&lt;BR /&gt;
! z axis                            &lt;BR /&gt;
for i=1 to NOPZ&lt;BR /&gt;
brick 1,2,1&lt;BR /&gt;
addZ psdz&lt;BR /&gt;
next i&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
this is simple script because the original has objects made from archicad and is too long.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
thank you&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 17 May 2005 13:59:32 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Help-GDL-Script/m-p/85439#M37766</guid>
      <dc:creator>giza</dc:creator>
      <dc:date>2005-05-17T13:59:32Z</dc:date>
    </item>
    <item>
      <title>Re: Help!! GDL Script</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Help-GDL-Script/m-p/85440#M37767</link>
      <description>the result???&lt;BR /&gt;&lt;IMG src="https://community.graphisoft.com/t5/image/serverpage/image-id/6579iFBF1CB7B0E35CE61/image-size/large?v=v2&amp;amp;px=999" border="0" alt="experiment.jpg" title="experiment.jpg" /&gt;</description>
      <pubDate>Tue, 17 May 2005 14:04:19 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Help-GDL-Script/m-p/85440#M37767</guid>
      <dc:creator>giza</dc:creator>
      <dc:date>2005-05-17T14:04:19Z</dc:date>
    </item>
    <item>
      <title>Re: Help!! GDL Script</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Help-GDL-Script/m-p/85441#M37768</link>
      <description>Hello giza &lt;BR /&gt;
&lt;BR /&gt;
You need to imbricate the "X script" inside the "Z Script" and delete after each "X script" "nop" translation to return to the "x" origin.&lt;BR /&gt;
&lt;BR /&gt;
Try this one&lt;BR /&gt;
&lt;BR /&gt;
for j=1 to nopz &lt;BR /&gt;
&lt;BR /&gt;
   &lt;FONT color="red"&gt; for i=1 to nop &lt;BR /&gt;
    brick 1,2,1 &lt;BR /&gt;
    addx psd &lt;BR /&gt;
    next i &lt;BR /&gt;
del nop&lt;/FONT&gt;&lt;BR /&gt;
&lt;BR /&gt;
addZ psdz &lt;BR /&gt;
next j &lt;BR /&gt;
&lt;BR /&gt;
Hope this helps</description>
      <pubDate>Tue, 17 May 2005 14:19:50 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Help-GDL-Script/m-p/85441#M37768</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-05-17T14:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: Help!! GDL Script</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Help-GDL-Script/m-p/85442#M37769</link>
      <description>thanks a lot Frédéric &lt;BR /&gt;
&lt;BR /&gt;
i am really not god at gdl, i knew there is a little trick here hehe&lt;BR /&gt;
&lt;BR /&gt;
thank you man when I finish my object i'll send it to you</description>
      <pubDate>Tue, 17 May 2005 14:29:19 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Help-GDL-Script/m-p/85442#M37769</guid>
      <dc:creator>giza</dc:creator>
      <dc:date>2005-05-17T14:29:19Z</dc:date>
    </item>
  </channel>
</rss>

