<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Arch324</title>
	<atom:link href="http://arch324.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://arch324.wordpress.com</link>
	<description>Experiments in Scripting and Generative Architecture</description>
	<lastBuildDate>Fri, 28 Jan 2011 04:26:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='arch324.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Arch324</title>
		<link>http://arch324.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://arch324.wordpress.com/osd.xml" title="Arch324" />
	<atom:link rel='hub' href='http://arch324.wordpress.com/?pushpress=hub'/>
		<item>
		<title>RhinoScript Boolean</title>
		<link>http://arch324.wordpress.com/2008/05/04/rhinoscript-boolean/</link>
		<comments>http://arch324.wordpress.com/2008/05/04/rhinoscript-boolean/#comments</comments>
		<pubDate>Sun, 04 May 2008 02:06:34 +0000</pubDate>
		<dc:creator>Joshua D Holmes</dc:creator>
				<category><![CDATA[Josh Holmes]]></category>

		<guid isPermaLink="false">http://arch324.wordpress.com/?p=57</guid>
		<description><![CDATA[The following code appears to run but nothing happens and it gives no error message (or any message). Any thoughts on it? Option Explicit Call Main() Sub Main() Dim arrInput0, arrInput1 arrInput0 = Rhino.GetLayer(&#8220;Select Layer to Subtract from&#8221;) arrInput1 = Rhino.GetLayer(&#8220;Select Layer to Subtract out&#8221;) If IsArray(arrInput1) Then   Rhino.BooleanDifference arrInput0, arrInput1   End If [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arch324.wordpress.com&amp;blog=2547612&amp;post=57&amp;subd=arch324&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The following code appears to run but nothing happens and it gives no error message (or any message). Any thoughts on it?</p>
<p>Option Explicit</p>
<p>Call Main()<br />
Sub Main()</p>
<p>Dim arrInput0, arrInput1</p>
<p>arrInput0 = Rhino.GetLayer(&#8220;Select Layer to Subtract from&#8221;)<br />
arrInput1 = Rhino.GetLayer(&#8220;Select Layer to Subtract out&#8221;)</p>
<p>If IsArray(arrInput1) Then<br />
  Rhino.BooleanDifference arrInput0, arrInput1<br />
 <br />
End If<br />
 <br />
End Sub<br />
Main</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/arch324.wordpress.com/57/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/arch324.wordpress.com/57/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/arch324.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/arch324.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/arch324.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/arch324.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/arch324.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/arch324.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/arch324.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/arch324.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/arch324.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/arch324.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/arch324.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/arch324.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/arch324.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/arch324.wordpress.com/57/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arch324.wordpress.com&amp;blog=2547612&amp;post=57&amp;subd=arch324&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://arch324.wordpress.com/2008/05/04/rhinoscript-boolean/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/370670d7ff5e82b3c58a2aaf9d32b1d4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">holmes5</media:title>
		</media:content>
	</item>
		<item>
		<title>Maya Loops</title>
		<link>http://arch324.wordpress.com/2008/04/29/maya-loops/</link>
		<comments>http://arch324.wordpress.com/2008/04/29/maya-loops/#comments</comments>
		<pubDate>Tue, 29 Apr 2008 13:17:13 +0000</pubDate>
		<dc:creator>baer2</dc:creator>
				<category><![CDATA[Amber Baer]]></category>
		<category><![CDATA[tyler stockholm]]></category>

		<guid isPermaLink="false">http://arch324.wordpress.com/?p=51</guid>
		<description><![CDATA[Tyler and Me our having trouble creating a loop that will make fifty cones and then connecting that loop to another loop that at each key frame it will move the cones randomly around the page. any help would be great Thanks $i=0   { cone -name cone(++$i) -radius .5; for( $i=0; $i&#60;96; ++$i ) [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arch324.wordpress.com&amp;blog=2547612&amp;post=51&amp;subd=arch324&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Tyler and Me our having trouble creating a loop that will make fifty cones and then connecting that loop to another loop that at each key frame it will move the cones randomly around the page. any help would be great Thanks</p>
<p><span style="font-size:xx-small;">$i=0</p>
<p> </p>
<p>{</p>
<p>cone -name cone(++$i) -radius .5;</p>
<p>for( $i=0; $i&lt;96; ++$i )</p>
<p>{</p>
<p> </p>
<p>setKeyframe -time (++$i) -value (rand(5,10)) cone(++$i).translateX;</p>
<p>setKeyframe -time (++$i) -value (rand(5,10)) cone(++$i).translateY;</p>
<p>setKeyframe -time (++$i) -value (rand(5,10)) cone(++$i).translateZ;</p>
<p> </p>
<p>}</p>
<p>}</p>
<p></span></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/arch324.wordpress.com/51/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/arch324.wordpress.com/51/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/arch324.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/arch324.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/arch324.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/arch324.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/arch324.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/arch324.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/arch324.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/arch324.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/arch324.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/arch324.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/arch324.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/arch324.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/arch324.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/arch324.wordpress.com/51/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arch324.wordpress.com&amp;blog=2547612&amp;post=51&amp;subd=arch324&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://arch324.wordpress.com/2008/04/29/maya-loops/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f190ab3e5064378a6878affbedd3afca?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">baer2</media:title>
		</media:content>
	</item>
		<item>
		<title>Array (Josh)</title>
		<link>http://arch324.wordpress.com/2008/04/22/array-josh/</link>
		<comments>http://arch324.wordpress.com/2008/04/22/array-josh/#comments</comments>
		<pubDate>Tue, 22 Apr 2008 17:30:35 +0000</pubDate>
		<dc:creator>sjet</dc:creator>
				<category><![CDATA[Skylar Tibbits]]></category>

		<guid isPermaLink="false">http://arch324.wordpress.com/?p=50</guid>
		<description><![CDATA[Josh, This should clean up the mistakes&#8230; the quotation marks were throwing it off. It seems that you had copied and pasted the script and sometimes that changes the font of the quotes which causes an error.  Also you had an extra &#8220;(&#8221; in your copy command.  This is still not working because you need [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arch324.wordpress.com&amp;blog=2547612&amp;post=50&amp;subd=arch324&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Josh,</p>
<p>This should clean up the mistakes&#8230; the quotation marks were throwing it off. It seems that you had copied and pasted the script and sometimes that changes the font of the quotes which causes an error.  Also you had an extra &#8220;(&#8221; in your copy command.  This is still not working because you need to look at your Copy command, you don&#8217;t have the correct number of arguments. </p>
<p>Sky</p>
<p>Option Explicit</p>
<p>Call Main()<br />
Sub Main ()</p>
<p> Dim i<br />
 Dim strObject, arrstart<br />
 Dim arrcpy<br />
 strObject = Rhino.GetObject(&#8220;Select objects to copy&#8221;, 16 )<br />
 arrstart = Rhino.SurfaceAreaCentroid (strobject)</p>
<p> For i = 0 To 60<br />
 <br />
  arrcpy = Rhino.CopyObject(strObject, Array(arrstart(0)), Array(arrstart(0)(0) + i*36, 0), Array(arrstart(0)(1), arrstart(0)(2))<br />
 <br />
 Next<br />
End Sub</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/arch324.wordpress.com/50/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/arch324.wordpress.com/50/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/arch324.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/arch324.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/arch324.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/arch324.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/arch324.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/arch324.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/arch324.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/arch324.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/arch324.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/arch324.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/arch324.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/arch324.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/arch324.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/arch324.wordpress.com/50/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arch324.wordpress.com&amp;blog=2547612&amp;post=50&amp;subd=arch324&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://arch324.wordpress.com/2008/04/22/array-josh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a98ca35021dc3bafde4088bb24688944?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sjet</media:title>
		</media:content>
	</item>
		<item>
		<title>Interpolated Spiral</title>
		<link>http://arch324.wordpress.com/2008/04/22/49/</link>
		<comments>http://arch324.wordpress.com/2008/04/22/49/#comments</comments>
		<pubDate>Tue, 22 Apr 2008 17:22:34 +0000</pubDate>
		<dc:creator>sjet</dc:creator>
				<category><![CDATA[Skylar Tibbits]]></category>

		<guid isPermaLink="false">http://arch324.wordpress.com/?p=49</guid>
		<description><![CDATA[Matt, This should work.  Basically you needed to create a dynamic array which updates after each loop and will contain all of your points.  Previously you were renaming the point each time so that when you called the interpolated points function it only had one point and couldn&#8217;t create a curve (this would have been [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arch324.wordpress.com&amp;blog=2547612&amp;post=49&amp;subd=arch324&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Matt,</p>
<p>This should work.  Basically you needed to create a dynamic array which updates after each loop and will contain all of your points.  Previously you were renaming the point each time so that when you called the interpolated points function it only had one point and couldn&#8217;t create a curve (this would have been the last point that was created).  Hope that helps.</p>
<p>-Sky</p>
<p>Option Explicit<br />
Sub Main()<br />
 Dim arrPoints(), strPoints()<br />
 Dim k : k = 0<br />
 Dim t, a, b, totLength, pi<br />
 pi = Rhino.Pi<br />
 totLength = 100</p>
<p> For t = -((totLength/2)-5) To ((totLength/2)-5) Step .075</p>
<p>  If t = (totLength/4) Then<br />
   a=(totLength-(2*t)) : b=(totLength-(2*t))<br />
  Else a=Abs(t)+24 : b=Abs(t)+24<br />
  End If</p>
<p>  ReDim Preserve arrPoints(k) : arrPoints(k) = Array(8*t, Cos(50*t)*b, Sin(50*t)*a)<br />
  &#8217;ReDim Preserve arrPoints(t)(0) : arrPoints(t)(1) = Cos(50*t)*b<br />
  &#8217;ReDim Preserve arrPoints(t)(0) : arrPoints(t)(2) = Sin(50*t)*a</p>
<p>  &#8217;Call Rhino.Pt2Str(arrPoints, 3)<br />
  Call Rhino.AddPoint(arrPoints(k))<br />
  k = k + 1<br />
 Next</p>
<p> Rhino.AddInterpCurve(arrPoints)</p>
<p>End Sub<br />
Main</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/arch324.wordpress.com/49/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/arch324.wordpress.com/49/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/arch324.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/arch324.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/arch324.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/arch324.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/arch324.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/arch324.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/arch324.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/arch324.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/arch324.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/arch324.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/arch324.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/arch324.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/arch324.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/arch324.wordpress.com/49/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arch324.wordpress.com&amp;blog=2547612&amp;post=49&amp;subd=arch324&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://arch324.wordpress.com/2008/04/22/49/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a98ca35021dc3bafde4088bb24688944?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sjet</media:title>
		</media:content>
	</item>
		<item>
		<title>MEL script_Random float with specific range???</title>
		<link>http://arch324.wordpress.com/2008/04/22/mel-script_random-float-with-specific-range/</link>
		<comments>http://arch324.wordpress.com/2008/04/22/mel-script_random-float-with-specific-range/#comments</comments>
		<pubDate>Tue, 22 Apr 2008 16:09:30 +0000</pubDate>
		<dc:creator>tylerjs37</dc:creator>
				<category><![CDATA[MEL]]></category>
		<category><![CDATA[tyler stockholm]]></category>
		<category><![CDATA[float]]></category>
		<category><![CDATA[MELscript]]></category>
		<category><![CDATA[random]]></category>
		<category><![CDATA[range]]></category>
		<category><![CDATA[variable]]></category>

		<guid isPermaLink="false">http://arch324.wordpress.com/?p=48</guid>
		<description><![CDATA[&#62;&#62;&#62;Skylar, I am having trouble creating a variable that can be a random number within a specified range&#60;&#60;&#60; float $a=(rand(-40 40)); float $b=(rand(26 30)); &#62;&#62;&#62;so that i may then assign them to the x and z coordinates of an object&#8217;s position, this gives me an error msg&#8230; !!! okay&#8230; i just SORT OF figured it [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arch324.wordpress.com&amp;blog=2547612&amp;post=48&amp;subd=arch324&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&gt;&gt;&gt;Skylar,</p>
<p>I am having trouble creating a variable that can be a random number within a specified range&lt;&lt;&lt;</p>
<p>float $a=(rand(-40 40));<br />
float $b=(rand(26 30));</p>
<p>&gt;&gt;&gt;so that i may then assign them to the x and z coordinates of an object&#8217;s position,</p>
<p>this gives me an error msg&#8230;</p>
<p>!!! okay&#8230; i just SORT OF figured it out.  Instead of creating the float $a and making it equal a specific random range of coordinates, I simply need to create&lt;&lt;&lt;</p>
<p>float $a=rand(80);</p>
<p>&gt;&gt;&gt;this works.  However, If I call on $a later in an object&#8217;s animation loop as the first distance that the object will move to relative to it&#8217;s current position.  The problem is that then on the second or third iteration, this object could move out of the designated area.  The idea is to keep that object bounded to a certain field&lt;&lt;&lt;</p>
<p>Thank you</p>
<p>tyjs</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/arch324.wordpress.com/48/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/arch324.wordpress.com/48/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/arch324.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/arch324.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/arch324.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/arch324.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/arch324.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/arch324.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/arch324.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/arch324.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/arch324.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/arch324.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/arch324.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/arch324.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/arch324.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/arch324.wordpress.com/48/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arch324.wordpress.com&amp;blog=2547612&amp;post=48&amp;subd=arch324&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://arch324.wordpress.com/2008/04/22/mel-script_random-float-with-specific-range/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/940a6f06bba95edbe6bd5b03da3bbee6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">tylerjs37</media:title>
		</media:content>
	</item>
		<item>
		<title>RhinoScript array</title>
		<link>http://arch324.wordpress.com/2008/04/22/rhinoscript-array/</link>
		<comments>http://arch324.wordpress.com/2008/04/22/rhinoscript-array/#comments</comments>
		<pubDate>Tue, 22 Apr 2008 15:40:02 +0000</pubDate>
		<dc:creator>Joshua D Holmes</dc:creator>
				<category><![CDATA[Josh Holmes]]></category>

		<guid isPermaLink="false">http://arch324.wordpress.com/?p=47</guid>
		<description><![CDATA[Does anyone know why this script won&#8217;t work? I just want to simply array an object right now. Option Explicit Call Main() Sub Main ()  Dim i  Dim strObject, arrstart  Dim arrcpy  strObject = Rhino.GetObject(&#8220;Select objects to copy&#8221;, 16 )  arrstart = Rhino.SurfaceAreaCentroid (strobject)  For i = 0 To 60      arrcpy = Rhino.CopyObject(strObject, Array(arrstart(0)), Array(arrstart(0)(0) [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arch324.wordpress.com&amp;blog=2547612&amp;post=47&amp;subd=arch324&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Does anyone know why this script won&#8217;t work? I just want to simply array an object right now.</p>
<p>Option Explicit</p>
<p>Call Main()<br />
Sub Main ()</p>
<p> Dim i<br />
 Dim strObject, arrstart<br />
 Dim arrcpy<br />
 strObject = Rhino.GetObject(&#8220;Select objects to copy&#8221;, 16 )<br />
 arrstart = Rhino.SurfaceAreaCentroid (strobject)</p>
<p> For i = 0 To 60<br />
  <br />
  arrcpy = Rhino.CopyObject(strObject, Array(arrstart(0)), Array(arrstart(0)(0) + i*36), arrstart(0)(1), arrstart(0)(2)))<br />
  <br />
 Next<br />
End Sub</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/arch324.wordpress.com/47/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/arch324.wordpress.com/47/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/arch324.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/arch324.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/arch324.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/arch324.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/arch324.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/arch324.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/arch324.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/arch324.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/arch324.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/arch324.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/arch324.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/arch324.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/arch324.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/arch324.wordpress.com/47/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arch324.wordpress.com&amp;blog=2547612&amp;post=47&amp;subd=arch324&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://arch324.wordpress.com/2008/04/22/rhinoscript-array/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/370670d7ff5e82b3c58a2aaf9d32b1d4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">holmes5</media:title>
		</media:content>
	</item>
		<item>
		<title>Rhino array</title>
		<link>http://arch324.wordpress.com/2008/04/15/rhino-array/</link>
		<comments>http://arch324.wordpress.com/2008/04/15/rhino-array/#comments</comments>
		<pubDate>Tue, 15 Apr 2008 15:42:08 +0000</pubDate>
		<dc:creator>Joshua D Holmes</dc:creator>
				<category><![CDATA[Josh Holmes]]></category>

		<guid isPermaLink="false">http://arch324.wordpress.com/?p=46</guid>
		<description><![CDATA[How do I write an array to be based off the last object that was arrayed in a chain? The first object arrayed was based off an object picked, then the next array is based off the last one, etc. etc. so instead of just adding a number each time, how can I make it [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arch324.wordpress.com&amp;blog=2547612&amp;post=46&amp;subd=arch324&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>How do I write an array to be based off the last object that was arrayed in a chain?</p>
<p>The first object arrayed was based off an object picked, then the next array is based off the last one, etc. etc. so instead of just adding a number each time, how can I make it continuous from each object as it continues?</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/arch324.wordpress.com/46/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/arch324.wordpress.com/46/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/arch324.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/arch324.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/arch324.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/arch324.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/arch324.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/arch324.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/arch324.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/arch324.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/arch324.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/arch324.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/arch324.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/arch324.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/arch324.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/arch324.wordpress.com/46/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arch324.wordpress.com&amp;blog=2547612&amp;post=46&amp;subd=arch324&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://arch324.wordpress.com/2008/04/15/rhino-array/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/370670d7ff5e82b3c58a2aaf9d32b1d4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">holmes5</media:title>
		</media:content>
	</item>
		<item>
		<title>Set Driven Keys : MEL</title>
		<link>http://arch324.wordpress.com/2008/04/11/set-driven-keys-mel/</link>
		<comments>http://arch324.wordpress.com/2008/04/11/set-driven-keys-mel/#comments</comments>
		<pubDate>Fri, 11 Apr 2008 21:48:58 +0000</pubDate>
		<dc:creator>sjet</dc:creator>
				<category><![CDATA[Skylar Tibbits]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://arch324.wordpress.com/?p=45</guid>
		<description><![CDATA[I found a link that should explain how to set driven keys in MEL. Also, you could have posted this on the tech support pages.. but no worries. http://www.purplestatic.com/courses/maya/MEL/PDF/MEL_12.pdf<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arch324.wordpress.com&amp;blog=2547612&amp;post=45&amp;subd=arch324&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I found a link that should explain how to set driven keys in MEL.</p>
<p>Also, you could have posted this on the tech support pages.. but no worries.</p>
<p><a href="http://www.purplestatic.com/courses/maya/MEL/PDF/MEL_12.pdf">http://www.purplestatic.com/courses/maya/MEL/PDF/MEL_12.pdf</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/arch324.wordpress.com/45/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/arch324.wordpress.com/45/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/arch324.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/arch324.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/arch324.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/arch324.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/arch324.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/arch324.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/arch324.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/arch324.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/arch324.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/arch324.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/arch324.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/arch324.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/arch324.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/arch324.wordpress.com/45/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arch324.wordpress.com&amp;blog=2547612&amp;post=45&amp;subd=arch324&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://arch324.wordpress.com/2008/04/11/set-driven-keys-mel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a98ca35021dc3bafde4088bb24688944?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sjet</media:title>
		</media:content>
	</item>
		<item>
		<title>Maya people</title>
		<link>http://arch324.wordpress.com/2008/04/08/maya-people/</link>
		<comments>http://arch324.wordpress.com/2008/04/08/maya-people/#comments</comments>
		<pubDate>Tue, 08 Apr 2008 16:37:23 +0000</pubDate>
		<dc:creator>baer2</dc:creator>
				<category><![CDATA[Amber Baer]]></category>

		<guid isPermaLink="false">http://arch324.wordpress.com/?p=44</guid>
		<description><![CDATA[Hey guys I found this cool code on Maya if you type in the script window help sphere; then it will show you all the parameters of sphere you can control.. such as radius and where its located on the page. If anyone know the code for how to make like ten shapes the same [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arch324.wordpress.com&amp;blog=2547612&amp;post=44&amp;subd=arch324&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hey guys I found this cool code on Maya if you type in the script window help sphere; then it will show you all the parameters of sphere you can control.. such as radius and where its located on the page. If anyone know the code for how to make like ten shapes the same size and everything but different locations and rotations with out typing each individual one in that would be great. Thanks!!</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/arch324.wordpress.com/44/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/arch324.wordpress.com/44/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/arch324.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/arch324.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/arch324.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/arch324.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/arch324.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/arch324.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/arch324.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/arch324.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/arch324.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/arch324.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/arch324.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/arch324.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/arch324.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/arch324.wordpress.com/44/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arch324.wordpress.com&amp;blog=2547612&amp;post=44&amp;subd=arch324&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://arch324.wordpress.com/2008/04/08/maya-people/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f190ab3e5064378a6878affbedd3afca?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">baer2</media:title>
		</media:content>
	</item>
		<item>
		<title>Maya- Driven Keys</title>
		<link>http://arch324.wordpress.com/2008/04/03/maya-driven-keys/</link>
		<comments>http://arch324.wordpress.com/2008/04/03/maya-driven-keys/#comments</comments>
		<pubDate>Thu, 03 Apr 2008 15:03:18 +0000</pubDate>
		<dc:creator>baer2</dc:creator>
				<category><![CDATA[Amber Baer]]></category>

		<guid isPermaLink="false">http://arch324.wordpress.com/?p=43</guid>
		<description><![CDATA[anyone who is working in Maya I was wondering if they figured out how to create driven keys because everytime I try to work with it nothing is happening. Any code that you found that would work in Maya would be great to have. Thanks<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arch324.wordpress.com&amp;blog=2547612&amp;post=43&amp;subd=arch324&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>anyone who is working in Maya I was wondering if they figured out how to create driven keys because everytime I try to work with it nothing is happening. Any code that you found that would work in Maya would be great to have. Thanks</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/arch324.wordpress.com/43/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/arch324.wordpress.com/43/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/arch324.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/arch324.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/arch324.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/arch324.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/arch324.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/arch324.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/arch324.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/arch324.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/arch324.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/arch324.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/arch324.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/arch324.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/arch324.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/arch324.wordpress.com/43/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arch324.wordpress.com&amp;blog=2547612&amp;post=43&amp;subd=arch324&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://arch324.wordpress.com/2008/04/03/maya-driven-keys/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f190ab3e5064378a6878affbedd3afca?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">baer2</media:title>
		</media:content>
	</item>
	</channel>
</rss>
