<?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>so parametric...</title>
	<atom:link href="http://soparametric.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://soparametric.com</link>
	<description>riding the wave</description>
	<lastBuildDate>Mon, 14 Sep 2009 18:16:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Solar position in grasshopper</title>
		<link>http://soparametric.com/2009/09/14/solar-position-in-grasshopper/</link>
		<comments>http://soparametric.com/2009/09/14/solar-position-in-grasshopper/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 18:14:51 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Experiments]]></category>
		<category><![CDATA[grasshopper]]></category>
		<category><![CDATA[rhino]]></category>

		<guid isPermaLink="false">http://soparametric.com/2009/09/14/solar-position-in-grasshopper/</guid>
		<description><![CDATA[After some intensive months of solving lots of personal issues, I will try now to come back to production here in the blog.
Today I started to work again a bit into Grasshopper, with the initial intent of grasping a bit of the VB.net language. The first task I set up to do was to convert [...]]]></description>
			<content:encoded><![CDATA[<p>After some intensive months of solving lots of personal issues, I will try now to come back to production here in the blog.</p>
<p>Today I started to work again a bit into <strong>Grasshopper</strong>, with the initial intent of grasping a bit of the <strong>VB.net</strong> language. The first task I set up to do was to convert an old Python script to calculate sun position information on a defined location and time. It was initially presented to me by <a href="http://tobesch.wordpress.com/" target="_blank">Tobias Schwinn</a>, which in turn based it on an original version from Carlos Lara. The math behind the sun position calculations was taken from <a href="http://squ1.org/wiki/Solar_Position_Calculator" target="_blank">this website</a>.</p>
<p>It still does not do much. I will further work on another definition to create a <strong>sun diagram</strong> in Grasshopper, and later one to work out incident angles on objects. Please, keep in mind these are personal exercises, without much defined goal, and not entirely well written. But it might be useful for some people, so here it is. </p>
<p><a href="http://soparametric.com/wp-content/uploads/solarposition.png"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="solarposition" border="0" alt="solarposition" src="http://soparametric.com/wp-content/uploads/solarposition_thumb.png" width="456" height="154" /></a> Definition: <a href="http://soparametric.com/wp-content/uploads/solarPos.ghx">solarPos.ghx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://soparametric.com/2009/09/14/solar-position-in-grasshopper/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Small break&#8230;</title>
		<link>http://soparametric.com/2009/07/17/small-break/</link>
		<comments>http://soparametric.com/2009/07/17/small-break/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 22:22:38 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://soparametric.com/2009/07/17/small-break/</guid>
		<description><![CDATA[Just started and had already to make a small break due to travelling and family issues! Back in August&#8230;
]]></description>
			<content:encoded><![CDATA[<p>Just started and had already to make a small break due to travelling and family issues! Back in August&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://soparametric.com/2009/07/17/small-break/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Delaunay Triangulation in Maya/Python</title>
		<link>http://soparametric.com/2009/07/05/delaunay-triangulation-in-mayapython/</link>
		<comments>http://soparametric.com/2009/07/05/delaunay-triangulation-in-mayapython/#comments</comments>
		<pubDate>Sun, 05 Jul 2009 18:38:37 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[maya]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[scripts]]></category>

		<guid isPermaLink="false">http://soparametric.com/?p=118</guid>
		<description><![CDATA[
As a part of the course I teach at Bauhaus-Dessau Institute of Architecture, I developed a Delaunay class in Python for Maya to generate the triangulation via mathematical operations (I was also, in the course, using Qhull), based on the algorithm developed by Paul Bourke. It is still very crude and needs lots of works, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://soparametric.com/wp-content/uploads/alltogetherFinal.png"><img class="aligncenter size-large wp-image-119" title="Delaunay" src="http://soparametric.com/wp-content/uploads/alltogetherFinal-450x337.png" alt="Delaunay" width="450" height="337" /></a></p>
<p>As a part of the course I teach at Bauhaus-Dessau Institute of Architecture, I developed a Delaunay class in Python for Maya to generate the triangulation via mathematical operations (I was also, in the course, using Qhull), based on the <a href="http://local.wasp.uwa.edu.au/~pbourke/papers/triangulate/index.html">algorithm developed by Paul Bourke</a>. It is still very crude and needs lots of works, but it does generate fast and correct triangulations in its current version.</p>
<p><span id="more-118"></span></p>
<p><a href="http://soparametric.com/wp-content/uploads/delaunayGlassFinal.png"><img class="aligncenter size-large wp-image-123" title="Delaunay triangulation" src="http://soparametric.com/wp-content/uploads/delaunayGlassFinal-450x578.png" alt="Delaunay triangulation" width="450" height="578" /></a></p>
<p>Next step would be to automatize the class to update the triangulation in real-time, and to create user interfaces to make the whole process a bit more friendly. The ultimate goal would be to make it into a plugin for Maya,which I am far away from accomplishing. I guess I won&#8217;t develop it much further, but for anyone interested, here is the <a href="http://soparametric.com/wp-content/uploads/delaunay.py">Python script to download</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://soparametric.com/2009/07/05/delaunay-triangulation-in-mayapython/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Generative Scripting in Skopje</title>
		<link>http://soparametric.com/2009/07/03/generative-scripting-in-skopje/</link>
		<comments>http://soparametric.com/2009/07/03/generative-scripting-in-skopje/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 20:33:10 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Workshops]]></category>
		<category><![CDATA[maya]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[workshop]]></category>

		<guid isPermaLink="false">http://soparametric.com/?p=99</guid>
		<description><![CDATA[From 30.05 to 04.06 I gave a quick workshop about Generative Scripting at the Faculty of Architecture in Skopje, Macedonia. There were around 25 students, and I gave them the basics of the basics concerning scripting in Maya, using Python and MEL. As a task, they had to propose something simple for the Airport Tempelhof, [...]]]></description>
			<content:encoded><![CDATA[<p>From 30.05 to 04.06 I gave a quick workshop about <strong>Generative Scripting</strong> at the <strong>Faculty of Architecture in Skopje, Macedonia</strong>. There were around <strong>25 students</strong>, and I gave them the basics of the basics concerning scripting in <strong>Maya</strong>, using <strong>Python and MEL</strong>. As a task, they had to propose something simple for the <strong>Airport Tempelhof</strong>, in which they could apply given tools, and self-made scripts dealing with parametric design or urbanism. As a beginner&#8217;s workshop, the results are more about testing and experimenting with new tools, than serious architectural propositions.</p>
<p>One thing I have been noticing after teaching Python+Maya for the last 2 years, is that maybe this<strong> is not the right tool for beginners</strong>. Contrary to tools such as <strong>Processing</strong>, or <strong>Grasshopper</strong>, scripting with Python in Maya has a very long and steep learning curve. You can produce amazing things, but only after a certain amount of time and investment, which in a 4-day workshop is a bit hard. I was pleased, though, with the final results, and I guess the students were quite excited about all the possibilities these new tools bring to your design practice.</p>
<div id="attachment_101" class="wp-caption aligncenter" style="width: 460px"><a href="http://soparametric.com/wp-content/uploads/Picture2.jpg"><img class="size-large wp-image-101" title="Group Eight" src="http://soparametric.com/wp-content/uploads/Picture2-450x315.jpg" alt="Group Eight (Taseva Tanja, Efremovski Martin, Stilinovic Mladen)" width="450" height="315" /></a><p class="wp-caption-text">Group Eight (Taseva Tanja, Efremovski Martin, Stilinovic Mladen)</p></div>
<p><span id="more-99"></span></p>
<div id="attachment_104" class="wp-caption aligncenter" style="width: 460px"><a href="http://soparametric.com/wp-content/uploads/q.jpg"><img class="size-large wp-image-104" title="H_F_H" src="http://soparametric.com/wp-content/uploads/q-450x337.jpg" alt="Group H_F_H (Lilitkin Sanja, Pejoski Martin, Nikolovski Ivan)" width="450" height="337" /></a><p class="wp-caption-text">Group H_F_H (Lilitkin Sanja, Pejoski Martin, Nikolovski Ivan)</p></div>
<div id="attachment_103" class="wp-caption aligncenter" style="width: 460px"><a href="http://soparametric.com/wp-content/uploads/gooodoot.jpg"><img class="size-large wp-image-103" title="Group H_F_H" src="http://soparametric.com/wp-content/uploads/gooodoot-450x337.jpg" alt="Group H_F_H" width="450" height="337" /></a><p class="wp-caption-text">Group H_F_H</p></div>
<div id="attachment_102" class="wp-caption aligncenter" style="width: 460px"><a href="http://soparametric.com/wp-content/uploads/erger.jpg"><img class="size-large wp-image-102" title="myGroup" src="http://soparametric.com/wp-content/uploads/erger-450x360.jpg" alt="Group myGroup (Dojchinoska Dobrica, Strezovska Borka, Arsov Nikolche)" width="450" height="360" /></a><p class="wp-caption-text">Group myGroup (Dojchinoska Dobrica, Strezovska Borka, Arsov Nikolche)</p></div>
<div id="attachment_105" class="wp-caption aligncenter" style="width: 460px"><a href="http://soparametric.com/wp-content/uploads/4p.jpg"><img class="size-large wp-image-105" title="Lulala" src="http://soparametric.com/wp-content/uploads/4p-450x337.jpg" alt="Group Lulala (Nadica Bogoevska, Jasmina Abdul, Petrovski Aleksandar)" width="450" height="337" /></a><p class="wp-caption-text">Group Lulala (Nadica Bogoevska, Jasmina Abdul, Petrovski Aleksandar)</p></div>
<div id="attachment_106" class="wp-caption aligncenter" style="width: 460px"><a href="http://soparametric.com/wp-content/uploads/6.jpg"><img class="size-large wp-image-106" title="Lulala" src="http://soparametric.com/wp-content/uploads/6-450x337.jpg" alt="Group Lulala" width="450" height="337" /></a><p class="wp-caption-text">Group Lulala</p></div>
<div id="attachment_107" class="wp-caption aligncenter" style="width: 460px"><a href="http://soparametric.com/wp-content/uploads/Picture1.jpg"><img class="size-large wp-image-107" title="Seven" src="http://soparametric.com/wp-content/uploads/Picture1-450x337.jpg" alt="Group Seven (Tonka Anodova, Radica Ugrova, Ivana Stefanovska)" width="450" height="337" /></a><p class="wp-caption-text">Group Seven (Tonka Anodova, Radica Ugrova, Ivana Stefanovska)</p></div>
<div id="attachment_100" class="wp-caption aligncenter" style="width: 460px"><a href="http://soparametric.com/wp-content/uploads/08.jpg"><img class="size-large wp-image-100" title="Asymptote" src="http://soparametric.com/wp-content/uploads/08-450x206.jpg" alt="Group Asymptote (Zlatko Lazarovski, Marta Ilievska, Aleksandar Bocevski)" width="450" height="206" /></a><p class="wp-caption-text">Group Asymptote (Zlatko Lazarovski, Marta Ilievska, Aleksandar Bocevski)</p></div>
<div id="attachment_109" class="wp-caption aligncenter" style="width: 447px"><a href="http://soparametric.com/wp-content/uploads/IMG_4472.JPG"><img class="size-full wp-image-109" title="GS Skopje" src="http://soparametric.com/wp-content/uploads/IMG_4472.JPG" alt="IMG_4472" width="437" height="329" /></a><p class="wp-caption-text">The whole group in the final day</p></div>
<p style="text-align: center;">
<div class="wp-caption aligncenter" style="width: 404px"><a href="http://gsskopje.files.wordpress.com/2009/05/capture.png"><img title="Poster" src="http://gsskopje.files.wordpress.com/2009/05/capture.png" alt="Workshop poster" width="394" height="563" /></a><p class="wp-caption-text">Workshop poster</p></div>
]]></content:encoded>
			<wfw:commentRss>http://soparametric.com/2009/07/03/generative-scripting-in-skopje/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>grasshopper: the new flash?</title>
		<link>http://soparametric.com/2009/07/03/grasshopper-the-new-flash/</link>
		<comments>http://soparametric.com/2009/07/03/grasshopper-the-new-flash/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 19:39:04 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[grasshopper]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[thoughts]]></category>

		<guid isPermaLink="false">http://soparametric.com/?p=96</guid>
		<description><![CDATA[I recently started to mess around with Grasshopper, the famous plugin for Rhino which kinda revolutionized the way we deal with parametric design. Revolutionized, in my opinion, mainly because of its ease of use, as in a matter of minutes you can see something &#8220;amazing&#8221; coming on the screen. But I still think GH still [...]]]></description>
			<content:encoded><![CDATA[<p>I recently started to mess around with <a href="http://www.grasshopper3d.com/">Grasshopper</a>, the famous plugin for Rhino which kinda revolutionized the way we deal with <strong>parametric design</strong>. Revolutionized, in my opinion, mainly because of its <strong>ease of use</strong>, as in a matter of minutes you can see something &#8220;amazing&#8221; coming on the screen. But I still think GH still has a long way to go before it reaches maturity.</p>
<p>When seeing the current GH production on the web, I am constantly reminded of the times when <strong>Flash</strong> was introduced and started to become very popular among web-designers. It was so <strong>easy to animate</strong> something and put on the web, that it didn&#8217;t take long for tons of animated websites to start appearing. But most of them were clearly produced without any critical thinking about them. To produce something really interesting, one had to learn the hard part of Flash, which involved Actionscript.</p>
<p><span id="more-96"></span></p>
<p>I feel the same with GH: to really dive deep in it and do interesting stuff, <strong>you cannot escape from scripting</strong>, either in VB.net inside GH, or by complementing GH definitions with Rhinoscripts run in parallel. Coming from a scripting background (namely Python/Mel in Maya), I see this as a natural and good thing to happen. No nice and easy to use interface will provide <strong>deep and complex results</strong>.</p>
<p>I do recognize the importance of GH for those starting to think design in a parametric way. It is straight-forward and easy to use, and a great tool to introduce scripting and programming concepts for the novice, and to perform quick and dirty tasks on the fly. And it only makes you hungry for more, which will eventually lead to interesting future developments. I am just afraid that the lack of real understanding about what is happening in the background of all those nice interconnected components will end up producing superficial, eye-candy results, instead of critical parametric architecture.</p>
]]></content:encoded>
			<wfw:commentRss>http://soparametric.com/2009/07/03/grasshopper-the-new-flash/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>parametric workshop / htwk leipzig</title>
		<link>http://soparametric.com/2009/07/03/parametric-workshop-leipzig/</link>
		<comments>http://soparametric.com/2009/07/03/parametric-workshop-leipzig/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 17:04:02 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[Workshops]]></category>
		<category><![CDATA[components]]></category>
		<category><![CDATA[grasshopper]]></category>
		<category><![CDATA[rhino]]></category>
		<category><![CDATA[surfaces]]></category>
		<category><![CDATA[workshop]]></category>

		<guid isPermaLink="false">http://soparametric.com/?p=22</guid>
		<description><![CDATA[From 26th to 29th of June, 2009, I participated in the 1st Parametric Workshop at the HTWK in Leipzig. It united more than 40 people from all over the world to play around with parametric design using Grasshopper and fabrication techniques.
It was my first &#8220;deep&#8221; experience with Grasshopper, as I had already messed up with [...]]]></description>
			<content:encoded><![CDATA[<p>From 26th to 29th of June, 2009, I participated in the <a href="http://www.htwk-leipzig.de/de/presse/veranstaltungen/event/details/parametric-design-workshop-26-29062009/?tx_htwkevents_pi1[pointer]=6&amp;cHash=513fcf6ac6">1st Parametric Workshop</a> at the HTWK in Leipzig. It united more than 40 people from all over the world to play around with parametric design using <strong>Grasshopper</strong> and fabrication techniques.</p>
<p>It was my first &#8220;deep&#8221; experience with Grasshopper, as I had already messed up with the plugin before, but just superficially. This time, we chose the most difficult topic (dealing with <strong>movable components</strong>), and I dived into it to produce my first full-working definition.</p>
<p>We did a surface composed by small components which open and close in a system, allowing several regulations of openings. Here are some images of the process:</p>
<div id="attachment_65" class="wp-caption aligncenter" style="width: 460px"><img class="size-large wp-image-65" title="12" src="http://soparametric.com/wp-content/uploads/12-450x137.PNG" alt="Grasshopper definition: complete mess" width="450" height="137" /><p class="wp-caption-text">Grasshopper definition: complete mess</p></div>
<p><span id="more-22"></span></p>
<div id="attachment_62" class="wp-caption aligncenter" style="width: 460px"><img class="size-large wp-image-62" title="2" src="http://soparametric.com/wp-content/uploads/2-450x277.PNG" alt="Detail from the GH definition: basic parameters to control the components' variation along the surface" width="450" height="277" /><p class="wp-caption-text">Detail from the GH definition: basic parameters to control the components&#39; variation along the surface</p></div>
<p><a href="http://soparametric.com/wp-content/uploads/IMG_4839.jpg"></a></p>
<div id="attachment_63" class="wp-caption aligncenter" style="width: 460px"><a><img class="size-large wp-image-63" title="4" src="http://soparametric.com/wp-content/uploads/4-450x606.PNG" alt="Final surface" width="450" height="606" /></a><p class="wp-caption-text">Final surface</p></div>
<div id="attachment_64" class="wp-caption aligncenter" style="width: 460px"><img class="size-large wp-image-64" title="5" src="http://soparametric.com/wp-content/uploads/5-450x369.PNG" alt="Final surface: detail" width="450" height="369" /><p class="wp-caption-text">Final surface: detail</p></div>
<div id="attachment_83" class="wp-caption aligncenter" style="width: 460px"><a href="http://soparametric.com/wp-content/uploads/15.PNG"><img class="size-large wp-image-83" title="15" src="http://soparametric.com/wp-content/uploads/15-450x258.PNG" alt="Open state: positive shearing" width="450" height="258" /></a><p class="wp-caption-text">Open state: positive shearing</p></div>
<div id="attachment_82" class="wp-caption aligncenter" style="width: 459px"><a href="http://soparametric.com/wp-content/uploads/14.PNG"><img class="size-large wp-image-82" title="14" src="http://soparametric.com/wp-content/uploads/14-449x279.PNG" alt="Semi-open state: positive shearing" width="449" height="279" /></a><p class="wp-caption-text">Semi-open state: positive shearing</p></div>
<div id="attachment_81" class="wp-caption aligncenter" style="width: 460px"><a href="http://soparametric.com/wp-content/uploads/13.PNG"><img class="size-large wp-image-81" title="13" src="http://soparametric.com/wp-content/uploads/13-450x370.PNG" alt="Closed state: positive shearing" width="450" height="370" /></a><p class="wp-caption-text">Closed state: positive shearing</p></div>
<div id="attachment_66" class="wp-caption aligncenter" style="width: 460px"><a href="http://soparametric.com/wp-content/uploads/IMG_4775.JPG"><img class="size-large wp-image-66" title="IMG_4775" src="http://soparametric.com/wp-content/uploads/IMG_4775-450x337.jpg" alt="Components ready to be assembled" width="450" height="337" /></a><p class="wp-caption-text">Components ready to be assembled</p></div>
<div id="attachment_67" class="wp-caption aligncenter" style="width: 460px"><a href="http://soparametric.com/wp-content/uploads/IMG_4777.JPG"><img class="size-large wp-image-67" title="IMG_4777" src="http://soparametric.com/wp-content/uploads/IMG_4777-450x337.jpg" alt="Single component" width="450" height="337" /></a><p class="wp-caption-text">Single component</p></div>
<div id="attachment_68" class="wp-caption aligncenter" style="width: 460px"><a href="http://soparametric.com/wp-content/uploads/IMG_4808.JPG"><img class="size-large wp-image-68" title="IMG_4808" src="http://soparametric.com/wp-content/uploads/IMG_4808-450x337.jpg" alt="Component: no shearing" width="450" height="337" /></a><p class="wp-caption-text">Component: no shearing</p></div>
<div id="attachment_69" class="wp-caption aligncenter" style="width: 460px"><a href="http://soparametric.com/wp-content/uploads/IMG_4813.JPG"><img class="size-large wp-image-69" title="IMG_4813" src="http://soparametric.com/wp-content/uploads/IMG_4813-450x337.jpg" alt="Component: negative shearing" width="450" height="337" /></a><p class="wp-caption-text">Component: negative shearing</p></div>
<div id="attachment_70" class="wp-caption aligncenter" style="width: 460px"><a href="http://soparametric.com/wp-content/uploads/IMG_4815.JPG"><img class="size-large wp-image-70" title="IMG_4815" src="http://soparametric.com/wp-content/uploads/IMG_4815-450x337.jpg" alt="Component: positive shearing" width="450" height="337" /></a><p class="wp-caption-text">Component: positive shearing</p></div>
<div id="attachment_71" class="wp-caption aligncenter" style="width: 460px"><a href="http://soparametric.com/wp-content/uploads/IMG_4817.JPG"><img class="size-large wp-image-71" title="IMG_4817" src="http://soparametric.com/wp-content/uploads/IMG_4817-450x337.jpg" alt="First prototype: folding elements" width="450" height="337" /></a><p class="wp-caption-text">First prototype: folding elements</p></div>
<div id="attachment_72" class="wp-caption aligncenter" style="width: 460px"><a href="http://soparametric.com/wp-content/uploads/IMG_4828.JPG"><img class="size-large wp-image-72" title="IMG_4828" src="http://soparametric.com/wp-content/uploads/IMG_4828-450x337.jpg" alt="Putting the assembled components into place" width="450" height="337" /></a><p class="wp-caption-text">Putting the assembled components into place</p></div>
<div id="attachment_73" class="wp-caption aligncenter" style="width: 460px"><a href="http://soparametric.com/wp-content/uploads/IMG_4831.JPG"><img class="size-large wp-image-73" title="IMG_4831" src="http://soparametric.com/wp-content/uploads/IMG_4831-450x337.jpg" alt="Finalizing the structure" width="450" height="337" /></a><p class="wp-caption-text">Finalizing the structure</p></div>
<div id="attachment_74" class="wp-caption aligncenter" style="width: 460px"><a href="http://soparametric.com/wp-content/uploads/IMG_4832.JPG"><img class="size-large wp-image-74" title="IMG_4832" src="http://soparametric.com/wp-content/uploads/IMG_4832-450x337.jpg" alt="Detail" width="450" height="337" /></a><p class="wp-caption-text">Detail</p></div>
<div id="attachment_75" class="wp-caption aligncenter" style="width: 460px"><a href="http://soparametric.com/wp-content/uploads/IMG_4836.JPG"><img class="size-large wp-image-75" title="IMG_4836" src="http://soparametric.com/wp-content/uploads/IMG_4836-450x600.jpg" alt="Final surface: note the variation on the components" width="450" height="600" /></a><p class="wp-caption-text">Final surface: note the variation on the components</p></div>
<p><a href="http://soparametric.com/wp-content/uploads/IMG_4838.JPG"><img class="aligncenter size-large wp-image-76" title="IMG_4838" src="http://soparametric.com/wp-content/uploads/IMG_4838-450x600.jpg" alt="IMG_4838" width="450" height="600" /></a></p>
<p>This project was realized together with Dorothea von Rotberg and Alex Mitxelena, under the supervision, among others, from Luis Fraguada (<a href="http://www.livearchitecture.net/">LaN</a>), <a href="http://dimitrie.wordpress.com/">Dimitrie Stefanescu</a>, Ioulietta Zindrou, Maite Bravo and Verena Vogler (all from Iaac in Barcelona).</p>
<p>Resources:</p>
<p><a href="http://soparametric.com/wp-content/uploads/element_revA.ghx">GH definition file</a>: just keep in mind it is my first ever GH definition!<br />
<a href="http://soparametric.com/wp-content/uploads/onlySrf.3dm">Base .3dm file</a>: you basically need two surfaces, one planar where the components will be applied to, and another one defining the thickness of the components</p>
]]></content:encoded>
			<wfw:commentRss>http://soparametric.com/2009/07/03/parametric-workshop-leipzig/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>so parametric&#8230;</title>
		<link>http://soparametric.com/2009/07/02/hello-world/</link>
		<comments>http://soparametric.com/2009/07/02/hello-world/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 10:32:44 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://soparametric.com/?p=1</guid>
		<description><![CDATA[I wanted for long to start a blog, and one of my main barriers was to find a name for it. I was in a workshop last weekend, and after hours breaking our head to parametricize our projects, we started making jokes about how everything was &#8220;sooo parametric&#8230;&#8221;. I then found my title.
so parametric&#8230; is [...]]]></description>
			<content:encoded><![CDATA[<p>I wanted for long to start a blog, and one of my main barriers was to find <strong>a name</strong> for it. I was in <a href="http://www.htwk-leipzig.de/de/presse/veranstaltungen/event/details/parametric-design-workshop-26-29062009/?tx_htwkevents_pi1[pointer]=6&amp;cHash=513fcf6ac6">a workshop</a> last weekend, and after hours breaking our head to parametricize our projects, we started making jokes about how everything was &#8220;sooo parametric&#8230;&#8221;. I then found my title.</p>
<p><em><strong>so parametric&#8230;</strong></em> is yet another blog about research and trials concerning parametric architecture and its implications in our practice as architects. I was <a href="http://www.livearchitecture.net/">inspired</a> <a href="http://www.theverymany.net/">by</a> <a href="http://tobesch.wordpress.com/">so</a> <a href="http://arquitecturayprogramacion.blogspot.com/">many</a> <a href="http://crtl-i.com/blog/">blogs</a> <a href="http://sac3.blogspot.com/">you</a> <a href="http://escripto.wordpress.com/">can</a> <a href="http://designreform.net/">find</a> <a href="http://data-tribe.net/wework4her/index.php">in</a> <a href="http://dimitrie.wordpress.com/">the</a> <a href="http://www.a-ngine.com/">cloud</a>, and my intent is not to be anything different or revolutionary, but to add my own view and experiments to this fascinating field of research.</p>
]]></content:encoded>
			<wfw:commentRss>http://soparametric.com/2009/07/02/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
