<?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: clapboard section in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/clapboard-section/m-p/20871#M30581</link>
    <description>Hi Peter,&lt;BR /&gt;
&lt;BR /&gt;
@ keenen, i did a mistake.  &lt;BR /&gt;
add2 0, y  ! y is the value of displacement on y axis&lt;BR /&gt;
next k &lt;BR /&gt;
del 10</description>
    <pubDate>Fri, 24 Aug 2007 20:59:13 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2007-08-24T20:59:13Z</dc:date>
    <item>
      <title>clapboard section</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/clapboard-section/m-p/20865#M30575</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;i am making an object that is the section of clapboard. i've made the hotspots stretchable but i want the shape that i have put in the 2d script to repeat as far as i want it to along the y axis. what would be the correct funtion to use?&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 24 Aug 2007 18:43:54 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/clapboard-section/m-p/20865#M30575</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-08-24T18:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: clapboard section</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/clapboard-section/m-p/20866#M30576</link>
      <description>Just use a for ... next loop.&lt;BR /&gt;
&lt;BR /&gt;
for k = 1 to yItems&lt;BR /&gt;
	blablabla    ! your script&lt;BR /&gt;
	add2 0, y    ! y displacement &lt;BR /&gt;
next k&lt;BR /&gt;
&lt;BR /&gt;
del yItems&lt;BR /&gt;
&lt;BR /&gt;
Same thing for 3D script.&lt;BR /&gt;
&lt;BR /&gt;
Cheers.</description>
      <pubDate>Fri, 24 Aug 2007 19:28:12 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/clapboard-section/m-p/20866#M30576</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-08-24T19:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: clapboard section</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/clapboard-section/m-p/20867#M30577</link>
      <description>blablabla? not sure if that means i should know to put something there. ummm but all my lines dissappeared</description>
      <pubDate>Fri, 24 Aug 2007 19:47:03 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/clapboard-section/m-p/20867#M30577</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-08-24T19:47:03Z</dc:date>
    </item>
    <item>
      <title>Re: clapboard section</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/clapboard-section/m-p/20868#M30578</link>
      <description>&lt;BLOCKQUOTE&gt;keenen wrote:&lt;BR /&gt;blablabla? not sure if that means i should know to put something there. ummm but all my lines dissappeared&lt;/BLOCKQUOTE&gt;

In place of blablabla, type your current script. That's all.&lt;BR /&gt;
Or if you prefer, at the top of your 2D script type:&lt;BR /&gt;
&lt;BR /&gt;
for k = 1 to 10 (define your number)&lt;BR /&gt;
&lt;BR /&gt;
your current script&lt;BR /&gt;
&lt;BR /&gt;
at the end of your script, type&lt;BR /&gt;
add2 0, 10&lt;BR /&gt;
next k&lt;BR /&gt;
del 10</description>
      <pubDate>Fri, 24 Aug 2007 20:18:17 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/clapboard-section/m-p/20868#M30578</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-08-24T20:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: clapboard section</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/clapboard-section/m-p/20869#M30579</link>
      <description>OK. my lines are back. but it isn't repeating them.</description>
      <pubDate>Fri, 24 Aug 2007 20:26:36 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/clapboard-section/m-p/20869#M30579</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-08-24T20:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: clapboard section</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/clapboard-section/m-p/20870#M30580</link>
      <description>If you are in AC 10, look at the code for DET_Brick Coursing 10.gsm.&lt;BR /&gt;
You will see what Olivier is talking about.&lt;BR /&gt;
Peter Devlin</description>
      <pubDate>Fri, 24 Aug 2007 20:39:01 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/clapboard-section/m-p/20870#M30580</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-08-24T20:39:01Z</dc:date>
    </item>
    <item>
      <title>Re: clapboard section</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/clapboard-section/m-p/20871#M30581</link>
      <description>Hi Peter,&lt;BR /&gt;
&lt;BR /&gt;
@ keenen, i did a mistake.  &lt;BR /&gt;
add2 0, y  ! y is the value of displacement on y axis&lt;BR /&gt;
next k &lt;BR /&gt;
del 10</description>
      <pubDate>Fri, 24 Aug 2007 20:59:13 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/clapboard-section/m-p/20871#M30581</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-08-24T20:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: clapboard section</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/clapboard-section/m-p/20872#M30582</link>
      <description>Hello Olivier &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_biggrin.gif" style="display : inline;" /&gt;</description>
      <pubDate>Fri, 24 Aug 2007 21:35:43 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/clapboard-section/m-p/20872#M30582</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-08-24T21:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: clapboard section</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/clapboard-section/m-p/20873#M30583</link>
      <description>thanks for the help</description>
      <pubDate>Tue, 28 Aug 2007 15:38:33 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/clapboard-section/m-p/20873#M30583</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-08-28T15:38:33Z</dc:date>
    </item>
  </channel>
</rss>

