<?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: a strange chimney in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/a-strange-chimney/m-p/195224#M21777</link>
    <description>Thank you vistasp. Thanx everyone. I 'll post every successfull object i manage to create.. &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_wink.gif" style="display : inline;" /&gt;</description>
    <pubDate>Mon, 01 Mar 2010 13:59:57 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2010-03-01T13:59:57Z</dc:date>
    <item>
      <title>a strange chimney</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/a-strange-chimney/m-p/195215#M21768</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;R&gt;I am currently trying to modify a complex(for my level of gdl) object.It represents a chimney made by Antoni Gaudi.I am also going to try to make it parametric as much as possible,and use subroutines as i go as much as possible.The thing that i am stack with at the moment is that little REVERSE STAIR object, which i can't seem to position correctly.It must be put at the bottom nodes of the OCTAGON_PYRAMID.I am trying to use 2 nested FOR NEXT loops,i don't even know if this is the correct way,apparently not since my REVERSE STAIR doesn't go anywere..  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_sad.gif" style="display : inline;" /&gt; &lt;BR /&gt;
&lt;BR /&gt;
Here is my 3d script&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
PEN pyr_pen&lt;BR /&gt;
MATERIAL bot_pyr_mat&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
!!!BASE CONE&lt;BR /&gt;
ADDZ pyr_h&lt;BR /&gt;
CUTPLANE 0&lt;BR /&gt;
DEL 1&lt;BR /&gt;
ROTZ 22&lt;BR /&gt;
FPRISM_ bot_pyr_mat, bot_pyr_mat, bot_pyr_mat, bot_pyr_mat,&lt;BR /&gt;
9,5*pyr_h, 83,4.95*pyr_h,&lt;BR /&gt;
&lt;BR /&gt;
-0.8, -0.8, 15,&lt;BR /&gt;
&lt;BR /&gt;
-0.8, 0.8, 15,&lt;BR /&gt;
&lt;BR /&gt;
0.8, 0.8, 15,&lt;BR /&gt;
&lt;BR /&gt;
0.8, -0.8, 15,&lt;BR /&gt;
&lt;BR /&gt;
-0.8, -0.8, 15,&lt;BR /&gt;
&lt;BR /&gt;
-0.8, 0.8, 15,&lt;BR /&gt;
&lt;BR /&gt;
0.8, 0.8, 15,&lt;BR /&gt;
&lt;BR /&gt;
0.8, -0.8, 15,&lt;BR /&gt;
&lt;BR /&gt;
-0.8, -0.8, 15&lt;BR /&gt;
DEL 1&lt;BR /&gt;
CUTEND&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
!!!MID_PRISM&lt;BR /&gt;
R=b_r&lt;BR /&gt;
ADDZ 0.7&lt;BR /&gt;
PRISM_ 16, pyr_h,&lt;BR /&gt;
  !! X           !!   Y&lt;BR /&gt;
COS(90+45)*R, SIN(90+45)*R, 15,&lt;BR /&gt;
&lt;BR /&gt;
COS(90+2*45)*R, SIN(90+2*45)*R, 15,&lt;BR /&gt;
&lt;BR /&gt;
COS(90+3*45)*R, SIN(90+3*45)*R, 15,&lt;BR /&gt;
&lt;BR /&gt;
COS(90+4*45)*R, SIN(90+4*45)*R, 15,&lt;BR /&gt;
&lt;BR /&gt;
COS(90+5*45)*R, SIN(90+5*45)*R, 15,&lt;BR /&gt;
&lt;BR /&gt;
COS(90+6*45)*R, SIN(90+6*45)*R, 15,&lt;BR /&gt;
&lt;BR /&gt;
COS(90+7*45)*R, SIN(90+7*45)*R, 15,&lt;BR /&gt;
&lt;BR /&gt;
COS(90+8*45)*R, SIN(90+8*45)*R, 15,&lt;BR /&gt;
&lt;BR /&gt;
COS(90+9*45)*R, SIN(90+9*45)*R, 15,&lt;BR /&gt;
&lt;BR /&gt;
COS(90+10*45)*R, SIN(90+10*45)*R, 15,&lt;BR /&gt;
&lt;BR /&gt;
COS(90+11*45)*R, SIN(90+11*45)*R,15, &lt;BR /&gt;
&lt;BR /&gt;
COS(90+12*45)*R, SIN(90+12*45)*R, 15,&lt;BR /&gt;
&lt;BR /&gt;
COS(90+13*45)*R, SIN(90+13*45)*R, 15,&lt;BR /&gt;
&lt;BR /&gt;
COS(90+14*45)*R, SIN(90+14*45)*R, 15,&lt;BR /&gt;
&lt;BR /&gt;
COS(90+15*45)*R, SIN(90+15*45)*R, 15,&lt;BR /&gt;
&lt;BR /&gt;
COS(90+45)*R, SIN(90+45)*R, 15&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
!!!OCTAGON_PYRAMID&lt;BR /&gt;
R=c_r&lt;BR /&gt;
ADDZ 4.8&lt;BR /&gt;
CUTPLANE&lt;BR /&gt;
DEL 1&lt;BR /&gt;
ADDz 2&lt;BR /&gt;
PYRAMID 8,4,1 + 4*3 + 16*16,&lt;BR /&gt;
!!!   X    !!!   Y&lt;BR /&gt;
COS(90+45)*R, SIN(90+45)*R, 0,&lt;BR /&gt;
&lt;BR /&gt;
COS(90+2*45)*R, SIN(90+2*45)*R, 0,&lt;BR /&gt;
&lt;BR /&gt;
COS(90+3*45)*R, SIN(90+3*45)*R, 0,&lt;BR /&gt;
&lt;BR /&gt;
COS(90+4*45)*R, SIN(90+4*45)*R, 0,&lt;BR /&gt;
&lt;BR /&gt;
COS(90+5*45)*R, SIN(90+5*45)*R, 0,&lt;BR /&gt;
&lt;BR /&gt;
COS(90+6*45)*R, SIN(90+6*45)*R, 0,&lt;BR /&gt;
&lt;BR /&gt;
COS(90+7*45)*R, SIN(90+7*45)*R, 0,&lt;BR /&gt;
&lt;BR /&gt;
COS(90+45)*R, SIN(90+45)*R, 0&lt;BR /&gt;
CUTEND&lt;BR /&gt;
DEL 1&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
ang=22&lt;BR /&gt;
MATERIAL st_mat&lt;BR /&gt;
ADDZ 6&lt;BR /&gt;
FOR K=0 TO K=360 STEP ang&lt;BR /&gt;
 FOR J=1 TO J=8&lt;BR /&gt;
  ROTZ ang&lt;BR /&gt;
  ADDX COS(90+J*45)*1.5&lt;BR /&gt;
  ADDY SIN(90+J*45)*1.8&lt;BR /&gt;
  GOSUB 500:!REVERSE STAIR&lt;BR /&gt;
  DEL 3&lt;BR /&gt;
 NEXT J&lt;BR /&gt;
NEXT K&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
500:!REVERSE STAIR&lt;BR /&gt;
 ROTY 90&lt;BR /&gt;
 ADDZ 0.2&lt;BR /&gt;
 BLOCK   0.3, 0.12, 0.05&lt;BR /&gt;
 ADDZ -0.05&lt;BR /&gt;
 BLOCK   0.25, 0.12, 0.05&lt;BR /&gt;
 ADDZ -0.05&lt;BR /&gt;
 BLOCK   0.2, 0.12, 0.05&lt;BR /&gt;
 ADDZ -0.05&lt;BR /&gt;
 BLOCK   0.15, 0.12, 0.05&lt;BR /&gt;
DEL 5&lt;/R&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;IMG src="https://community.graphisoft.com/t5/image/serverpage/image-id/16680iCC44EE4C4A316589/image-size/large?v=v2&amp;amp;px=999" border="0" alt="img132.jpg" title="img132.jpg" /&gt;</description>
      <pubDate>Tue, 23 Feb 2010 16:56:34 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/a-strange-chimney/m-p/195215#M21768</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-02-23T16:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: a strange chimney</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/a-strange-chimney/m-p/195216#M21769</link>
      <description>I would use some form of the Prism to get the stair stepping and use transformations to put it in place. Using stacked Blocks seems a bit clumsy and will leave edges where they meet in 3D (unless the coplanar faces are now cleaned up - I haven't checked recently since I never stack Blocks).&lt;BR /&gt;
&lt;BR /&gt;
If you really want to make this parametric you will probably want to use variable parameters rather than constants for your node and size values associated to the Prism and Block statements.&lt;BR /&gt;
&lt;BR /&gt;
If you only need limited parametrics you could build this rather easily with profiled walls and beams and save as a library part. It seems like ne of the few things Gaudi designed for which this can be said.</description>
      <pubDate>Tue, 23 Feb 2010 17:08:03 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/a-strange-chimney/m-p/195216#M21769</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-02-23T17:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: a strange chimney</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/a-strange-chimney/m-p/195217#M21770</link>
      <description>Nice study case.&lt;BR /&gt;
&lt;BR /&gt;
Attached an attempt of chimney.&lt;BR /&gt;
Parametric, within reasonable limits.&lt;BR /&gt;
&lt;BR /&gt;
About Gaudi, take a look at this &lt;A href="http://www.archiradar.it/index.php?option=com_content&amp;amp;task=view&amp;amp;id=69&amp;amp;Itemid=32" target="_blank"&gt;thread&lt;/A&gt;. &lt;BR /&gt;
It was done in AC7, with ArchiForma.&lt;BR /&gt;
Amazing.</description>
      <pubDate>Thu, 25 Feb 2010 20:41:39 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/a-strange-chimney/m-p/195217#M21770</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-02-25T20:41:39Z</dc:date>
    </item>
    <item>
      <title>Re: a strange chimney</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/a-strange-chimney/m-p/195218#M21771</link>
      <description>&lt;BLOCKQUOTE&gt;Olivier wrote:&lt;BR /&gt;About Gaudi, take a look at this &lt;A href="http://www.archiradar.it/index.php?option=com_content&amp;amp;task=view&amp;amp;id=69&amp;amp;Itemid=32" target="_blank"&gt;thread&lt;/A&gt;. &lt;BR /&gt;
It was done in AC7, with ArchiForma.&lt;BR /&gt;
Amazing.&lt;/BLOCKQUOTE&gt;
Hello Olivier&lt;BR /&gt;
&lt;BR /&gt;
I agree totaly.&lt;BR /&gt;
I din't Know this thread.&lt;BR /&gt;
Thanks a lot.</description>
      <pubDate>Fri, 26 Feb 2010 09:21:33 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/a-strange-chimney/m-p/195218#M21771</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-02-26T09:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: a strange chimney</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/a-strange-chimney/m-p/195219#M21772</link>
      <description>Sorry for double post… &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_redface.gif" style="display : inline;" /&gt;</description>
      <pubDate>Fri, 26 Feb 2010 09:22:08 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/a-strange-chimney/m-p/195219#M21772</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-02-26T09:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: a strange chimney</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/a-strange-chimney/m-p/195220#M21773</link>
      <description>Thank you so much Olivier.I have to admit it will take me some time to fully understand your script, you must be very familiar with Gdl..This object is one among various objects designed by Gaudi I am trying to create in Gdl, for my final university project.What I am intending to do is to compare and contrast simple 3d modelling to parametric modelling, to prove the importance and usefulness of parametric modelling tools.It's quite difficult, since i am a newbie in scripting and i have to study lots of things at the same time.&lt;BR /&gt;
   Anyway thanks again.</description>
      <pubDate>Fri, 26 Feb 2010 11:32:04 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/a-strange-chimney/m-p/195220#M21773</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-02-26T11:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: a strange chimney</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/a-strange-chimney/m-p/195221#M21774</link>
      <description>deinan, glad this can help.&lt;BR /&gt;
&lt;BR /&gt;
To complete, I have added graphical hotspots, thus you can change parameters in 2D/3D. &lt;BR /&gt;
Good luck for your next objects.&lt;BR /&gt;
&lt;BR /&gt;
@Fmr : Frédéric, about Casa Battlo, nice example of freeform modeling, isn't it?&lt;BR /&gt;
A bit of publicity for Fabrizio doesn't hurt. &lt;E&gt;&lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/E&gt;</description>
      <pubDate>Fri, 26 Feb 2010 15:40:35 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/a-strange-chimney/m-p/195221#M21774</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-02-26T15:40:35Z</dc:date>
    </item>
    <item>
      <title>Re: a strange chimney</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/a-strange-chimney/m-p/195222#M21775</link>
      <description>A tiny correction for inclined wall thickness. &lt;BR /&gt;
The tedious part is not to script but to do some testing after. &lt;E&gt;&lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/E&gt;&lt;BR /&gt;
That's all, folks.</description>
      <pubDate>Fri, 26 Feb 2010 18:41:02 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/a-strange-chimney/m-p/195222#M21775</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-02-26T18:41:02Z</dc:date>
    </item>
    <item>
      <title>Re: a strange chimney</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/a-strange-chimney/m-p/195223#M21776</link>
      <description>&lt;BLOCKQUOTE&gt;deinan wrote:&lt;BR /&gt;This object is one among various objects designed by Gaudi I am trying to create in Gdl, for my final university project.&lt;/BLOCKQUOTE&gt;

All the very best with your university project deinan. If you end up making a catenary archway, do post it to this forum. &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_smile.gif" style="display : inline;" /&gt;</description>
      <pubDate>Mon, 01 Mar 2010 02:16:03 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/a-strange-chimney/m-p/195223#M21776</guid>
      <dc:creator>vistasp</dc:creator>
      <dc:date>2010-03-01T02:16:03Z</dc:date>
    </item>
    <item>
      <title>Re: a strange chimney</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/a-strange-chimney/m-p/195224#M21777</link>
      <description>Thank you vistasp. Thanx everyone. I 'll post every successfull object i manage to create.. &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_wink.gif" style="display : inline;" /&gt;</description>
      <pubDate>Mon, 01 Mar 2010 13:59:57 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/a-strange-chimney/m-p/195224#M21777</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-03-01T13:59:57Z</dc:date>
    </item>
  </channel>
</rss>

