<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>3DE</title>
	<atom:link href="http://de-de.de/feed/" rel="self" type="application/rss+xml" />
	<link>http://de-de.de</link>
	<description>Development and Design</description>
	<lastBuildDate>Fri, 30 Mar 2012 17:15:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Rationalization</title>
		<link>http://de-de.de/lectures-and-workshops/rationalization/</link>
		<comments>http://de-de.de/lectures-and-workshops/rationalization/#comments</comments>
		<pubDate>Fri, 22 Feb 2008 09:36:10 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Lectures and Workshops]]></category>
		<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Rhino3D]]></category>

		<guid isPermaLink="false">http://de-de.de/?p=162</guid>
		<description><![CDATA[<p>In Architecture as well some other disciplines rationalization is the process of modifying a design in order to build it economically. Actually we prefer to talk about optimization for fabrication. Some of the current student projects in our forum are about ruled surfaces, in particular the hyperbolic paraboloid. So let&#8217;s have a closer look at some famous examples.</p> <p>In Rhino a [...]]]></description>
			<content:encoded><![CDATA[<p>In Architecture as well some other disciplines <strong>rationalization</strong> is the process of modifying a design in order to build it economically. Actually we prefer to talk about optimization for fabrication. Some of the current student projects in our forum are about ruled surfaces, in particular the hyperbolic paraboloid. So let&#8217;s have a closer look at some famous examples.</p>
<p>In Rhino a hyperbolic paraboloid can be modeled in many ways. For example you can make one by simply lofting (or <strong>_EdgeSrf</strong>) two skewed lines. The result will be a doubly ruled surface. With the _Curvature command you can evaluate a surface and create the minimum and maximum principial curvature circles at the picked points.</p>
<p><a rel="attachment wp-att-163" href="http://de-de.de/lectures-and-workshops/rationalization/attachment/hyperbolicparaboloid/"><img class="aligncenter size-full wp-image-163" title="Hyperbolic Paraboloid in Rhino" src="http://de-de.de/wordpress/wp-content/uploads/2011/04/HyperbolicParaboloid.jpg" alt="Hyperbolic Paraboloid in Rhino" width="671" height="454" /></a></p>
<p>The surface curvature is calculated by 1/RadiusOfCurvature while the value on the backside of the surface is negative. Minimum and maximum curvature are always orthogonal to each other. The Gaussian Curvature is defined as <strong>(minimum curvature)*(maximum curvature)</strong>. Therefore the Gaussian curvature of a hyperbolic paraboloid is non-positive everywhere on the surface. Surfaces with just negative curvature are called anticlastic while a surface with positive curvature (like for example a sphere) is called synclastic.</p>
<p>With the <strong>_CurvatureAnalysis</strong> command you can display the curvature indicated by false colors on the surface.</p>
<p><a rel="attachment wp-att-164" href="http://de-de.de/lectures-and-workshops/rationalization/attachment/anticlastic/"><img class="aligncenter size-full wp-image-164" title="AntiClastic" src="http://de-de.de/wordpress/wp-content/uploads/2011/04/AntiClastic.jpg" alt="Anti Clastic in Rhino" width="671" height="454" /></a></p>
<p>A ruled surface can be physically modelled if a ruler is moved along a pair of edges. This method was used for Corbusier’s Philips Pavilion which Kurt Brosnan is looking into. Pretty “low-tech” but at least no change of the desired shape.</p>
<p><a rel="attachment wp-att-165" href="http://de-de.de/lectures-and-workshops/rationalization/attachment/sandbox/"><img class="aligncenter size-full wp-image-165" title="Sand Box" src="http://de-de.de/wordpress/wp-content/uploads/2011/04/SandBox.jpg" alt="Corbusier’s Philips Pavilion Hyperbolic Paraboloid" width="671" height="521" /></a></p>
<p><strong>Triangulation</strong></p>
<p>For St. Mary&#8217;s Cathedral, <strong>Pier Luigi Nervi</strong> used the triangulation approach which actually can be used for any shape. The interior structure of the cupola is made up of 1680 pre-cast triangular coffers of 128 different sizes.</p>
<p><a rel="attachment wp-att-166" href="http://de-de.de/lectures-and-workshops/rationalization/attachment/nervi_stmarys/"><img class="aligncenter size-full wp-image-166" title="St Marys" src="http://de-de.de/wordpress/wp-content/uploads/2011/04/Nervi_StMarys.jpg" alt="St. Mary's Cathedral by Pier Luigi Nervi" width="671" height="468" /></a></p>
<p>The challenge on more complex shapes is to get a nicely harmonized triangulation. But for these simple ruled surfaces any regular grid or mesh just have to be applied for Rhino to space it correctly.</p>
<p><a rel="attachment wp-att-167" href="http://de-de.de/lectures-and-workshops/rationalization/attachment/triangulation/"><img class="aligncenter size-full wp-image-167" title="Triangulation" src="http://de-de.de/wordpress/wp-content/uploads/2011/04/Triangulation.jpg" alt="Triangulation in Rhino" width="671" height="581" /></a>Since hyperbolic surfaces have non-positive curvature you cannot make a simple casing from developable material. The mould shape has to be patched from smaller pieces which allow the deformation with the required compound curvature. Still, all the pieces have to be fitted exactly.</p>
<p>St. Mary&#8217;s Cathedral by Kenzo Tange:</p>
<p><a rel="attachment wp-att-168" href="http://de-de.de/lectures-and-workshops/rationalization/attachment/hyperboliccasing/"><img class="aligncenter size-full wp-image-168" title="Hyperbolic Casing" src="http://de-de.de/wordpress/wp-content/uploads/2011/04/HyperbolicCasing.jpg" alt="St. Mary's Cathedral by Kenzo Tange" width="671" height="495" /></a></p>
<p>Surface Analysis</p>
<p><a rel="attachment wp-att-169" href="http://de-de.de/lectures-and-workshops/rationalization/attachment/tange_stmarys/"><img class="aligncenter size-full wp-image-169" title="Tange_StMarys" src="http://de-de.de/wordpress/wp-content/uploads/2011/04/Tange_StMarys.jpg" alt="Surface Analysis" width="671" height="581" /></a></p>
<p><strong>Developable Architecture</strong></p>
<p>With developable material, curved surfaces can be made relatively cost-efficient . However, it is not possible to make shapes with compound curvature (doubly curved). Therefore freeform-shapes have to be changed i.e. rationalized. The Gaussian curvature of developable surfaces is zero at any point on the surface.</p>
<p><a rel="attachment wp-att-170" href="http://de-de.de/lectures-and-workshops/rationalization/attachment/stmarys_developable1/"><img class="aligncenter size-full wp-image-170" title="StMarys_Developable1" src="http://de-de.de/wordpress/wp-content/uploads/2011/04/StMarys_Developable1.jpg" alt="Doubly Curved Surfaces" width="671" height="581" /></a></p>
<p>Variations:</p>
<p><a rel="attachment wp-att-171" href="http://de-de.de/lectures-and-workshops/rationalization/attachment/stmarys_developable2/"><img class="aligncenter size-full wp-image-171" title="StMarys_Developable2" src="http://de-de.de/wordpress/wp-content/uploads/2011/04/StMarys_Developable2.jpg" alt="More Variations" width="671" height="289" /></a></p>
<p><strong>Quadrilaterals</strong>, also called Planar Quads are also very economic. Especially for glazing, this is the preferred topology due to simplicity of the connections, low number of parts and clipping waste.</p>
<p><a rel="attachment wp-att-172" href="http://de-de.de/lectures-and-workshops/rationalization/attachment/stmarys_quad/"><img class="aligncenter size-full wp-image-172" title="StMarys_Quad" src="http://de-de.de/wordpress/wp-content/uploads/2011/04/StMarys_Quad.jpg" alt="Quadrilaterals" width="671" height="581" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://de-de.de/lectures-and-workshops/rationalization/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
