<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Rhino + Grasshopper: Canopy Roof</title>
	<atom:link href="http://morphocode.com/lab/models/rhino-grasshopper-canopy-roof/feed/" rel="self" type="application/rss+xml" />
	<link>http://morphocode.com/lab/models/rhino-grasshopper-canopy-roof/</link>
	<description>an interdisciplinary architectural practice</description>
	<lastBuildDate>Fri, 03 Sep 2010 20:22:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: morphocode</title>
		<link>http://morphocode.com/lab/models/rhino-grasshopper-canopy-roof/comment-page-1/#comment-3031</link>
		<dc:creator>morphocode</dc:creator>
		<pubDate>Wed, 24 Feb 2010 15:36:47 +0000</pubDate>
		<guid isPermaLink="false">http://morphocode.com/lab/?p=232#comment-3031</guid>
		<description>Hi Alina,

You should subdivide the surface using the Iso surfaces component, with a 2D interval/domain input. The boundaries of the 2D interval control the subdivision. You could use sliders to control the 2D Interval/Domain, which in turn drives the subdivision.

Hope that helps,
Best</description>
		<content:encoded><![CDATA[<p>Hi Alina,</p>
<p>You should subdivide the surface using the Iso surfaces component, with a 2D interval/domain input. The boundaries of the 2D interval control the subdivision. You could use sliders to control the 2D Interval/Domain, which in turn drives the subdivision.</p>
<p>Hope that helps,<br />
Best</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alina</title>
		<link>http://morphocode.com/lab/models/rhino-grasshopper-canopy-roof/comment-page-1/#comment-3024</link>
		<dc:creator>Alina</dc:creator>
		<pubDate>Tue, 23 Feb 2010 23:57:30 +0000</pubDate>
		<guid isPermaLink="false">http://morphocode.com/lab/?p=232#comment-3024</guid>
		<description>Hi, 

I am a novice in GH and I am trying to do the definition for the canopy, but due to my inexperience I have problems producing it. I stopped at &quot;Add controls for the number of subdivisions&quot;; should I use Control Points Component? I don&#039;t know what I am doing wrong, but what I have by now is far from your result :) and I know I am only three components away from getting it.

Your help would be much appreciated.
Thanks.</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>I am a novice in GH and I am trying to do the definition for the canopy, but due to my inexperience I have problems producing it. I stopped at &#8220;Add controls for the number of subdivisions&#8221;; should I use Control Points Component? I don&#8217;t know what I am doing wrong, but what I have by now is far from your result <img src='http://morphocode.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  and I know I am only three components away from getting it.</p>
<p>Your help would be much appreciated.<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: morphocode</title>
		<link>http://morphocode.com/lab/models/rhino-grasshopper-canopy-roof/comment-page-1/#comment-2298</link>
		<dc:creator>morphocode</dc:creator>
		<pubDate>Fri, 06 Nov 2009 15:17:54 +0000</pubDate>
		<guid isPermaLink="false">http://morphocode.com/lab/?p=232#comment-2298</guid>
		<description>Note that it is very important to check the &quot;Reparameterize&quot; option for the base surface when you do the subdivision...</description>
		<content:encoded><![CDATA[<p>Note that it is very important to check the &#8220;Reparameterize&#8221; option for the base surface when you do the subdivision&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: morphocode</title>
		<link>http://morphocode.com/lab/models/rhino-grasshopper-canopy-roof/comment-page-1/#comment-2297</link>
		<dc:creator>morphocode</dc:creator>
		<pubDate>Fri, 06 Nov 2009 15:07:20 +0000</pubDate>
		<guid isPermaLink="false">http://morphocode.com/lab/?p=232#comment-2297</guid>
		<description>Hi,
for some reason your comment was in the spam list...we just approved it and it was published...

About your question:
The surface is subdivided by creating a regular grid of points on it. In result each sub-surface is kind of a panel.

In order to create the roof&#039;s construction, we should create the diagonals of each panel and pipe them.
Because each panel is a surface, it&#039;s easier to use the &quot;Eval Surface&quot; component, which returns a specific point on the surface based on it&#039;s UV mapping.

U and V could vary from 0.0 to 1.0. For ex: the point at (U: 0.5  V:0.5 ) is located at the center of the surface.

Given that we need the four corners of each panel-surface, we are using four Points located at U,V (0,0), (0,1), (1,0,) and (1,1) accordingly.


Hopefully that makes sense.
If it&#039;s still not clear, drop us a message

Cheers :)</description>
		<content:encoded><![CDATA[<p>Hi,<br />
for some reason your comment was in the spam list&#8230;we just approved it and it was published&#8230;</p>
<p>About your question:<br />
The surface is subdivided by creating a regular grid of points on it. In result each sub-surface is kind of a panel.</p>
<p>In order to create the roof&#8217;s construction, we should create the diagonals of each panel and pipe them.<br />
Because each panel is a surface, it&#8217;s easier to use the &#8220;Eval Surface&#8221; component, which returns a specific point on the surface based on it&#8217;s UV mapping.</p>
<p>U and V could vary from 0.0 to 1.0. For ex: the point at (U: 0.5  V:0.5 ) is located at the center of the surface.</p>
<p>Given that we need the four corners of each panel-surface, we are using four Points located at U,V (0,0), (0,1), (1,0,) and (1,1) accordingly.</p>
<p>Hopefully that makes sense.<br />
If it&#8217;s still not clear, drop us a message</p>
<p>Cheers <img src='http://morphocode.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sudhir</title>
		<link>http://morphocode.com/lab/models/rhino-grasshopper-canopy-roof/comment-page-1/#comment-2296</link>
		<dc:creator>sudhir</dc:creator>
		<pubDate>Fri, 06 Nov 2009 13:20:03 +0000</pubDate>
		<guid isPermaLink="false">http://morphocode.com/lab/?p=232#comment-2296</guid>
		<description>i did not get how to do this step ...can u help

Draw the diagonals of each subdivided surface, by using the four surface points located at UV(0,0), UV(0,1), UV(1,0), UV(1,1)

thanku</description>
		<content:encoded><![CDATA[<p>i did not get how to do this step &#8230;can u help</p>
<p>Draw the diagonals of each subdivided surface, by using the four surface points located at UV(0,0), UV(0,1), UV(1,0), UV(1,1)</p>
<p>thanku</p>
]]></content:encoded>
	</item>
</channel>
</rss>
