<?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: i need help for modeling in Modeling</title>
    <link>https://community.graphisoft.com/t5/Modeling/i-need-help-for-modeling/m-p/39241#M19563</link>
    <description>reference image</description>
    <pubDate>Tue, 27 Apr 2004 13:39:45 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2004-04-27T13:39:45Z</dc:date>
    <item>
      <title>i need help for modeling</title>
      <link>https://community.graphisoft.com/t5/Modeling/i-need-help-for-modeling/m-p/39234#M19556</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;i would like to make a roof   like picuture&lt;BR /&gt;
how can i start &lt;BR /&gt;
and &lt;BR /&gt;
i woudl like to make librairy &lt;BR /&gt;
help me pls&lt;/T&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;IMG src="http://community.graphisoft.com/t5/image/serverpage/image-id/67455i40F5E95DA4B396C4/image-size/large?v=v2&amp;amp;px=999" border="0" alt="qu3.jpg" title="qu3.jpg" /&gt;</description>
      <pubDate>Tue, 23 May 2023 13:43:05 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/i-need-help-for-modeling/m-p/39234#M19556</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-05-23T13:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: i need help for modeling</title>
      <link>https://community.graphisoft.com/t5/Modeling/i-need-help-for-modeling/m-p/39235#M19557</link>
      <description>Quite a challenging piece to model!&lt;BR /&gt;
&lt;BR /&gt;
You will need to use GDL to achieve that roof in enough detail to do it justice, and it will be fairly complex with the curvature of the roof plane.&lt;BR /&gt;
&lt;BR /&gt;
I recommend to start simply and model one roof tile. Keep it as simple as possible (fewest polygons). Once you multiply them all over the roof the model will become quite large (in MB) and tax your computer's rendering speed.&lt;BR /&gt;
&lt;BR /&gt;
Use a couple of nested FOR ... NEXT loops to make the tiles. For example:&lt;BR /&gt;
&lt;BR /&gt;
ROTX roof_angle - 90&lt;BR /&gt;
FOR i = 1 TO A/tile_width&lt;BR /&gt;
FOR j = 1 TO B/tile_length&lt;BR /&gt;
!!! EXTRUDE... or whatever to make one tile&lt;BR /&gt;
ADDX tile_width&lt;BR /&gt;
NEXT j&lt;BR /&gt;
ADDZ tile_length&lt;BR /&gt;
NEXT i&lt;BR /&gt;
&lt;BR /&gt;
(note: normally I would indent the code within the FOR...NEXT loops but this system strips leading spaces and combines multiple ones so I can't do it here)&lt;BR /&gt;
&lt;BR /&gt;
The really complex part (which I won't attempt here) is working out the transformations (ADD and ROT statements) to make the curvature. It might be easiest to make only half a roof in the library part and mirror it in the building model (or make it in two halves within the GDL). This way the first tile is flat and the curvature starts upward from it.&lt;BR /&gt;
&lt;BR /&gt;
I also recommend making the part a simple rectangular form and using SEOs to cut it to fit the hips and valleys.&lt;BR /&gt;
&lt;BR /&gt;
Leave yourself plenty of time to figure this out. Good luck! &lt;BR /&gt;
&lt;BR /&gt;
Please post a rendering when you are done. I am sure that others would share my interest in seeing the results.</description>
      <pubDate>Tue, 27 Apr 2004 10:42:31 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/i-need-help-for-modeling/m-p/39235#M19557</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-04-27T10:42:31Z</dc:date>
    </item>
    <item>
      <title>Re: i need help for modeling</title>
      <link>https://community.graphisoft.com/t5/Modeling/i-need-help-for-modeling/m-p/39236#M19558</link>
      <description>Dear Anycg,&lt;BR /&gt;
&lt;BR /&gt;
very interesting!&lt;BR /&gt;
Could you please privately send me (&lt;A href="mailto: fabrizio.diodati@cigraph.com"&gt;fabrizio.diodati@cigraph.com&lt;/A&gt;) some details about this roof (I mean construction details)?&lt;BR /&gt;
I’d like to play with these elements…  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_biggrin.gif" style="display : inline;" /&gt; &lt;BR /&gt;
&lt;BR /&gt;
Friendly&lt;BR /&gt;
Fabrizio</description>
      <pubDate>Tue, 27 Apr 2004 11:02:13 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/i-need-help-for-modeling/m-p/39236#M19558</guid>
      <dc:creator>Fabrizio Diodati</dc:creator>
      <dc:date>2004-04-27T11:02:13Z</dc:date>
    </item>
    <item>
      <title>Re: i need help for modeling</title>
      <link>https://community.graphisoft.com/t5/Modeling/i-need-help-for-modeling/m-p/39237#M19559</link>
      <description>thank you for answer&lt;BR /&gt;
but i can;t understand still&lt;BR /&gt;
i can't start because i didn;t know how to make roof form &lt;BR /&gt;
you said  tile only &lt;BR /&gt;
i don;t know gdl object well &lt;BR /&gt;
can you make model  simply</description>
      <pubDate>Tue, 27 Apr 2004 13:15:52 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/i-need-help-for-modeling/m-p/39237#M19559</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-04-27T13:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: i need help for modeling</title>
      <link>https://community.graphisoft.com/t5/Modeling/i-need-help-for-modeling/m-p/39238#M19560</link>
      <description>What I meant is that before starting to script the object you MUST understand how the shapes work together.&lt;BR /&gt;
Unfortunately from the image you sent us we can only suppose how the roof surface goes in the 3D space but, in order to avoid to waste time making a wrong element, we (or at least me!) need more info on the shape morphology/geometry.&lt;BR /&gt;
&lt;BR /&gt;
Friendly&lt;BR /&gt;
Fabrizio</description>
      <pubDate>Tue, 27 Apr 2004 13:36:35 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/i-need-help-for-modeling/m-p/39238#M19560</guid>
      <dc:creator>Fabrizio Diodati</dc:creator>
      <dc:date>2004-04-27T13:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: i need help for modeling</title>
      <link>https://community.graphisoft.com/t5/Modeling/i-need-help-for-modeling/m-p/39239#M19561</link>
      <description>reference image</description>
      <pubDate>Tue, 27 Apr 2004 13:36:58 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/i-need-help-for-modeling/m-p/39239#M19561</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-04-27T13:36:58Z</dc:date>
    </item>
    <item>
      <title>Re: i need help for modeling</title>
      <link>https://community.graphisoft.com/t5/Modeling/i-need-help-for-modeling/m-p/39240#M19562</link>
      <description>reference image</description>
      <pubDate>Tue, 27 Apr 2004 13:39:09 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/i-need-help-for-modeling/m-p/39240#M19562</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-04-27T13:39:09Z</dc:date>
    </item>
    <item>
      <title>Re: i need help for modeling</title>
      <link>https://community.graphisoft.com/t5/Modeling/i-need-help-for-modeling/m-p/39241#M19563</link>
      <description>reference image</description>
      <pubDate>Tue, 27 Apr 2004 13:39:45 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/i-need-help-for-modeling/m-p/39241#M19563</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-04-27T13:39:45Z</dc:date>
    </item>
    <item>
      <title>Re: i need help for modeling</title>
      <link>https://community.graphisoft.com/t5/Modeling/i-need-help-for-modeling/m-p/39242#M19564</link>
      <description>reference image</description>
      <pubDate>Tue, 27 Apr 2004 13:40:39 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/i-need-help-for-modeling/m-p/39242#M19564</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-04-27T13:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: i need help for modeling</title>
      <link>https://community.graphisoft.com/t5/Modeling/i-need-help-for-modeling/m-p/39243#M19565</link>
      <description>reference image</description>
      <pubDate>Tue, 27 Apr 2004 13:47:06 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/i-need-help-for-modeling/m-p/39243#M19565</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-04-27T13:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: i need help for modeling</title>
      <link>https://community.graphisoft.com/t5/Modeling/i-need-help-for-modeling/m-p/39244#M19566</link>
      <description>reference image</description>
      <pubDate>Tue, 27 Apr 2004 13:47:39 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/i-need-help-for-modeling/m-p/39244#M19566</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-04-27T13:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: i need help for modeling</title>
      <link>https://community.graphisoft.com/t5/Modeling/i-need-help-for-modeling/m-p/39245#M19567</link>
      <description>나탈리아 오레이로는&lt;BR /&gt;&lt;IMG src="https://community.graphisoft.com/t5/image/serverpage/image-id/7604i32B685B43DB7504F/image-size/large?v=v2&amp;amp;px=999" border="0" alt="7.jpg" title="7.jpg" /&gt;</description>
      <pubDate>Tue, 27 Apr 2004 13:50:28 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/i-need-help-for-modeling/m-p/39245#M19567</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-04-27T13:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: i need help for modeling</title>
      <link>https://community.graphisoft.com/t5/Modeling/i-need-help-for-modeling/m-p/39246#M19568</link>
      <description>나탈리아 오레이로는</description>
      <pubDate>Tue, 27 Apr 2004 13:51:06 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/i-need-help-for-modeling/m-p/39246#M19568</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-04-27T13:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: i need help for modeling</title>
      <link>https://community.graphisoft.com/t5/Modeling/i-need-help-for-modeling/m-p/39247#M19569</link>
      <description>reference image</description>
      <pubDate>Tue, 27 Apr 2004 13:51:54 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/i-need-help-for-modeling/m-p/39247#M19569</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-04-27T13:51:54Z</dc:date>
    </item>
    <item>
      <title>Re: i need help for modeling</title>
      <link>https://community.graphisoft.com/t5/Modeling/i-need-help-for-modeling/m-p/39248#M19570</link>
      <description>reference image</description>
      <pubDate>Tue, 27 Apr 2004 13:52:32 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/i-need-help-for-modeling/m-p/39248#M19570</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-04-27T13:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: i need help for modeling</title>
      <link>https://community.graphisoft.com/t5/Modeling/i-need-help-for-modeling/m-p/39249#M19571</link>
      <description>reference image&lt;BR /&gt;&lt;IMG src="https://community.graphisoft.com/t5/image/serverpage/image-id/11706i0AD6399DEAB0F28C/image-size/large?v=v2&amp;amp;px=999" border="0" alt="11.jpg" title="11.jpg" /&gt;</description>
      <pubDate>Tue, 27 Apr 2004 13:53:34 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/i-need-help-for-modeling/m-p/39249#M19571</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-04-27T13:53:34Z</dc:date>
    </item>
    <item>
      <title>Re: i need help for modeling</title>
      <link>https://community.graphisoft.com/t5/Modeling/i-need-help-for-modeling/m-p/39250#M19572</link>
      <description>enuri.com&lt;BR /&gt;&lt;IMG src="https://community.graphisoft.com/t5/image/serverpage/image-id/6540i8F36057369BA9DC5/image-size/large?v=v2&amp;amp;px=999" border="0" alt="12.jpg" title="12.jpg" /&gt;</description>
      <pubDate>Tue, 27 Apr 2004 13:54:49 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/i-need-help-for-modeling/m-p/39250#M19572</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-04-27T13:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: i need help for modeling</title>
      <link>https://community.graphisoft.com/t5/Modeling/i-need-help-for-modeling/m-p/39251#M19573</link>
      <description>enuri.com</description>
      <pubDate>Tue, 27 Apr 2004 13:56:58 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/i-need-help-for-modeling/m-p/39251#M19573</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-04-27T13:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: i need help for modeling</title>
      <link>https://community.graphisoft.com/t5/Modeling/i-need-help-for-modeling/m-p/39252#M19574</link>
      <description>enuri.com</description>
      <pubDate>Tue, 27 Apr 2004 13:57:41 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/i-need-help-for-modeling/m-p/39252#M19574</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-04-27T13:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: i need help for modeling</title>
      <link>https://community.graphisoft.com/t5/Modeling/i-need-help-for-modeling/m-p/39253#M19575</link>
      <description>Hi Anycg,&lt;BR /&gt;
&lt;BR /&gt;
I use gdl's SWEEP command in modelling this West-Sumatran traditional roof. Sweep a polygon then use CUPLANE/CUTPOLY to achieve correct shape.</description>
      <pubDate>Tue, 27 Apr 2004 15:57:10 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Modeling/i-need-help-for-modeling/m-p/39253#M19575</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-04-27T15:57:10Z</dc:date>
    </item>
  </channel>
</rss>

