<?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>digital futures &#187; curve</title>
	<atom:link href="http://www.digitalfutures.info/tag/curve/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.digitalfutures.info</link>
	<description>digital futures</description>
	<lastBuildDate>Sat, 24 Apr 2010 14:06:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Concept: Curves</title>
		<link>http://www.digitalfutures.info/1/concept-curves /</link>
		<comments>http://www.digitalfutures.info/1/concept-curves /#comments</comments>
		<pubDate>Thu, 12 Nov 2009 15:55:51 +0000</pubDate>
		<dc:creator>GAkos</dc:creator>
				<category><![CDATA[-]]></category>
		<category><![CDATA[Concepts]]></category>
		<category><![CDATA[Associative Modeling]]></category>
		<category><![CDATA[curve]]></category>
		<category><![CDATA[David Rutten]]></category>
		<category><![CDATA[Grasshopper]]></category>
		<category><![CDATA[McNeel & Associates]]></category>
		<category><![CDATA[modeLab]]></category>
		<category><![CDATA[NURBS]]></category>
		<category><![CDATA[parametric]]></category>
		<category><![CDATA[Parametrics]]></category>
		<category><![CDATA[Primer]]></category>
		<category><![CDATA[rhino]]></category>
		<category><![CDATA[rhino3d]]></category>
		<category><![CDATA[Rhinoceros3D]]></category>
		<category><![CDATA[Topology]]></category>

		<guid isPermaLink="false">http://www.digitalfutures.info/?p=711</guid>
		<description><![CDATA[
Lines, Polylines, and Curves can be described both geometrically and ...]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.digitalfutures.info/wp-content/uploads/2009/11/20091109_ghx060035_Curves_IntroductionWeb.jpg"><img class="aligncenter size-full wp-image-760" title="20091109_ghx060035_Curves_IntroductionWeb" src="http://www.digitalfutures.info/wp-content/uploads/2009/11/20091109_ghx060035_Curves_IntroductionWeb.jpg" alt="20091109_ghx060035_Curves_IntroductionWeb" width="417" height="417" /></a></p>
<p><strong>Lines, Polylines, and Curves can be described both geometrically and numerically. </strong></p>
<p>The numeric description of any of these geometry types can be understood as the &#8220;Parameter Space&#8221; of the curve. This space is one dimensional and not necessarily tied to the Euclidean space of the modeling environment but is always tied to the topology of the curve. The bounds of this space is called the &#8220;Curve Domain&#8221; which can be navigated numerically through the native domain or through a &#8220;Reparameterized&#8221; domain that forces the bounds to be 0.0 and 1.0. The current value at which this navigation is possible is called the &#8220;t&#8221; value or &#8220;parameter.&#8221;</p>
<p>This Curve Primer constructs curves and their unrolled counterparts allowing user interaction as well as generating live visual feedback.</p>
<p>Download the <a title="modePrimersCurvesIntro" href="http://modelab.nu/public_ftp/modePrimers/20091109_ghx060019_Curves_Introduction.zip" target="_blank">Grasshopper Definition</a> (version 0.6.0019) from <a title="modeLab" href="http://modelab.nu/" target="_blank">modeLab</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalfutures.info/1/concept-curves /feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rhino.Script: Array around curve</title>
		<link>http://www.digitalfutures.info/1/rhino-script-array-around-curve /</link>
		<comments>http://www.digitalfutures.info/1/rhino-script-array-around-curve /#comments</comments>
		<pubDate>Fri, 21 Aug 2009 20:48:47 +0000</pubDate>
		<dc:creator>RSarrach</dc:creator>
				<category><![CDATA[-]]></category>
		<category><![CDATA[Computation]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[array]]></category>
		<category><![CDATA[curve]]></category>
		<category><![CDATA[David Mans]]></category>
		<category><![CDATA[rhino]]></category>
		<category><![CDATA[rhino3d]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[tool]]></category>

		<guid isPermaLink="false">http://www.digitalfutures.info/?p=16</guid>
		<description><![CDATA[

The following script allows you to array an object around ...]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;">
<p style="text-align: center;"><a href="http://www.digitalfutures.info/wp-content/uploads/2009/08/rhinoscript-array-around-curve-1_2.jpg"><img class="alignnone size-full wp-image-46" title="rhinoscript-array-around-curve-1_2" src="http://www.digitalfutures.info/wp-content/uploads/2009/08/rhinoscript-array-around-curve-1_2.jpg" alt="rhinoscript-array-around-curve-1_2" width="430" height="341" /></a></p>
<p>The following script allows you to array an object around a curve and designate a rotation.</p>
<p>You will need to do the following to execute the script</p>
<p>1.	Select an object.<br />
2.	Set the &#8220;cplane&#8221; by designating 3 points (origin, X, Y)<br />
2.	Select a &#8220;curve&#8221; the array will occupy<br />
3.	Select the # in your array<br />
4.	Designate the degree of rotation.<span id="more-16"></span></p>
<div><div class="wp-synhighlighter-expanded"><a name="#codesyntax1"></a><a style="wp-synhighlighter-title" href="#codesyntax1"  onClick="javascript:wpContainer=this.parentNode.parentNode.getElementsByTagName('div')[1];	if(wpContainer.style.display=='none') {wpContainer.style.display=''; this.parentNode.className='wp-synhighlighter-expanded'} 	else {wpContainer.style.display='none'; this.parentNode.className='wp-synhighlighter-collapsed'}">Code</a></div><div class="wp-synhighlighter-inner"><pre class="vbnet" style="font-family:monospace;"><ol start="0"><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #FF8000;">Option</span> Explicit<span style="color: #008080; font-style: italic;">'Script written by David Mans http://www.neoarchaic.net</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"> <span style="color: #008080; font-style: italic;">'Script copyrighted by core.form-ula under Creative Commons</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"> <span style="color: #008080; font-style: italic;">'Script version Tuesday, September 09, 2008 2:59:56 PM</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0600FF;">Call</span> Main<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0600FF;">Sub</span> Main<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0600FF;">Call</span> arrayRotateAboutCurve<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0600FF;">End</span> <span style="color: #0600FF;">Sub</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0600FF;">Function</span> arrayRotateAboutCurve<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">arrayRotateAboutCurve <span style="color: #008000;">=</span> <span style="color: #FF8000;">Null</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0600FF;">Dim</span> i,j, objects,angle, originPln, steps, curve, pt<span style="color: #000000;">&#40;</span><span style="color: #FF0000;">2</span><span style="color: #000000;">&#41;</span>, dom, crvFrame, rotFrame</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">objects <span style="color: #008000;">=</span> Rhino.<span style="color: #0000FF;">GetObjects</span><span style="color: #000000;">&#40;</span><span style="color: #808080;">&quot;Select Objects&quot;</span><span style="color: #000000;">&#41;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0600FF;">If</span> <span style="color: #0600FF;">isNull</span><span style="color: #000000;">&#40;</span>objects<span style="color: #000000;">&#41;</span> <span style="color: #FF8000;">Then</span> <span style="color: #0600FF;">Exit</span> <span style="color: #0600FF;">Function</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">pt<span style="color: #000000;">&#40;</span><span style="color: #FF0000;">0</span><span style="color: #000000;">&#41;</span> <span style="color: #008000;">=</span> Rhino.<span style="color: #0000FF;">GetPoint</span><span style="color: #000000;">&#40;</span><span style="color: #808080;">&quot;Select Origin Point&quot;</span><span style="color: #000000;">&#41;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0600FF;">If</span> <span style="color: #0600FF;">isNull</span><span style="color: #000000;">&#40;</span>pt<span style="color: #000000;">&#40;</span><span style="color: #FF0000;">0</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span> <span style="color: #FF8000;">Then</span> <span style="color: #0600FF;">Exit</span> <span style="color: #0600FF;">Function</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">pt<span style="color: #000000;">&#40;</span><span style="color: #FF0000;">2</span><span style="color: #000000;">&#41;</span> <span style="color: #008000;">=</span> Rhino.<span style="color: #0000FF;">GetPoint</span><span style="color: #000000;">&#40;</span><span style="color: #808080;">&quot;Select Point for X Axis&quot;</span><span style="color: #000000;">&#41;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0600FF;">If</span> <span style="color: #0600FF;">isNull</span><span style="color: #000000;">&#40;</span>pt<span style="color: #000000;">&#40;</span><span style="color: #FF0000;">2</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span> <span style="color: #FF8000;">Then</span> <span style="color: #0600FF;">Exit</span> <span style="color: #0600FF;">Function</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">pt<span style="color: #000000;">&#40;</span><span style="color: #FF0000;">1</span><span style="color: #000000;">&#41;</span> <span style="color: #008000;">=</span> Rhino.<span style="color: #0000FF;">GetPoint</span><span style="color: #000000;">&#40;</span><span style="color: #808080;">&quot;Select Point for Y Axis&quot;</span><span style="color: #000000;">&#41;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0600FF;">If</span> <span style="color: #0600FF;">isNull</span><span style="color: #000000;">&#40;</span>pt<span style="color: #000000;">&#40;</span><span style="color: #FF0000;">1</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span> <span style="color: #FF8000;">Then</span> <span style="color: #0600FF;">Exit</span> <span style="color: #0600FF;">Function</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">originPln <span style="color: #008000;">=</span> Rhino.<span style="color: #0000FF;">PlaneFitFromPoints</span><span style="color: #000000;">&#40;</span>pt<span style="color: #000000;">&#41;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">curve <span style="color: #008000;">=</span> Rhino.<span style="color: #0000FF;">GetObject</span><span style="color: #000000;">&#40;</span><span style="color: #808080;">&quot;Select Curve&quot;</span>,<span style="color: #FF0000;">4</span><span style="color: #000000;">&#41;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0600FF;">If</span> <span style="color: #0600FF;">isNull</span><span style="color: #000000;">&#40;</span>curve<span style="color: #000000;">&#41;</span> <span style="color: #FF8000;">Then</span> <span style="color: #0600FF;">Exit</span> <span style="color: #0600FF;">Function</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">steps <span style="color: #008000;">=</span> Rhino.<span style="color: #0000FF;">GetReal</span><span style="color: #000000;">&#40;</span><span style="color: #808080;">&quot;Count&quot;</span>,<span style="color: #FF0000;">10</span><span style="color: #000000;">&#41;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0600FF;">If</span> <span style="color: #0600FF;">isNull</span><span style="color: #000000;">&#40;</span>steps<span style="color: #000000;">&#41;</span> <span style="color: #FF8000;">Then</span> <span style="color: #0600FF;">Exit</span> <span style="color: #0600FF;">Function</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">angle <span style="color: #008000;">=</span> Rhino.<span style="color: #0000FF;">GetReal</span><span style="color: #000000;">&#40;</span><span style="color: #808080;">&quot;Rotational Increment&quot;</span>, <span style="color: #FF0000;">15</span><span style="color: #000000;">&#41;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0600FF;">If</span> <span style="color: #0600FF;">isNull</span><span style="color: #000000;">&#40;</span>angle<span style="color: #000000;">&#41;</span> <span style="color: #FF8000;">Then</span> <span style="color: #0600FF;">Exit</span> <span style="color: #0600FF;">Function</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0600FF;">Call</span> Rhino.<span style="color: #0000FF;">EnableRedraw</span><span style="color: #000000;">&#40;</span><span style="color: #0600FF;">False</span><span style="color: #000000;">&#41;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0600FF;">Call</span> rhino.<span style="color: #0000FF;">SelectObject</span><span style="color: #000000;">&#40;</span>curve<span style="color: #000000;">&#41;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0600FF;">Call</span> rhino.<span style="color: #0600FF;">Command</span><span style="color: #000000;">&#40;</span><span style="color: #808080;">&quot;reparameterize 0 1&quot;</span><span style="color: #000000;">&#41;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0600FF;">Call</span> rhino.<span style="color: #0000FF;">UnselectAllObjects</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">dom <span style="color: #008000;">=</span> Rhino.<span style="color: #0000FF;">CurveDomain</span><span style="color: #000000;">&#40;</span>curve<span style="color: #000000;">&#41;</span><span style="color: #000000;">&#40;</span><span style="color: #FF0000;">1</span><span style="color: #000000;">&#41;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #FF8000;">For</span> i <span style="color: #008000;">=</span> <span style="color: #FF0000;">0</span> <span style="color: #FF8000;">To</span> steps <span style="color: #FF8000;">Step</span> <span style="color: #FF0000;">1</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">crvFrame <span style="color: #008000;">=</span> Rhino.<span style="color: #0000FF;">CurvePerpFrame</span><span style="color: #000000;">&#40;</span>curve,<span style="color: #000000;">&#40;</span>dom<span style="color: #008000;">/</span>steps<span style="color: #000000;">&#41;</span><span style="color: #008000;">*</span>i<span style="color: #000000;">&#41;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">rotFrame <span style="color: #008000;">=</span> Rhino.<span style="color: #0000FF;">RotatePlane</span><span style="color: #000000;">&#40;</span>crvFrame,angle<span style="color: #008000;">*</span>i,crvFrame<span style="color: #000000;">&#40;</span><span style="color: #FF0000;">3</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #FF8000;">For</span> j <span style="color: #008000;">=</span> <span style="color: #FF0000;">0</span> <span style="color: #FF8000;">To</span> <span style="color: #0600FF;">uBound</span><span style="color: #000000;">&#40;</span>objects<span style="color: #000000;">&#41;</span> <span style="color: #FF8000;">Step</span> <span style="color: #FF0000;">1</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0600FF;">Call</span> Rhino.<span style="color: #0000FF;">OrientObject</span><span style="color: #000000;">&#40;</span>objects<span style="color: #000000;">&#40;</span>j<span style="color: #000000;">&#41;</span>,pt,<span style="color: #0600FF;">array</span><span style="color: #000000;">&#40;</span>rotFrame<span style="color: #000000;">&#40;</span><span style="color: #FF0000;">0</span><span style="color: #000000;">&#41;</span>,Rhino.<span style="color: #0000FF;">PointAdd</span><span style="color: #000000;">&#40;</span>rotFrame<span style="color: #000000;">&#40;</span><span style="color: #FF0000;">0</span><span style="color: #000000;">&#41;</span>,rotFrame<span style="color: #000000;">&#40;</span><span style="color: #FF0000;">1</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span>,Rhino.<span style="color: #0000FF;">PointAdd</span><span style="color: #000000;">&#40;</span>rotFrame<span style="color: #000000;">&#40;</span><span style="color: #FF0000;">0</span><span style="color: #000000;">&#41;</span>,rotFrame<span style="color: #000000;">&#40;</span><span style="color: #FF0000;">3</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span>,<span style="color: #FF0000;">1</span><span style="color: #000000;">&#41;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #FF8000;">Next</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #FF8000;">Next</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #0600FF;">Call</span> Rhino.<span style="color: #0000FF;">EnableRedraw</span><span style="color: #000000;">&#40;</span><span style="color: #0600FF;">True</span><span style="color: #000000;">&#41;</span></div></li></ol></pre></div></div></p>
<p style="text-align: center;"><a title="Rhino.Script: Array around curve" href="http://www.core.form-ula.com/wp-content/uploads/2008/09/rhinoscript-array-around-curve-1_1c.jpg"><img class="aligncenter" src="http://www.core.form-ula.com/wp-content/uploads/2008/09/rhinoscript-array-around-curve-1_1c.jpg" alt="Rhino.Script: Array around curve" width="430" height="400" /></a></p>
<p style="text-align: center;">
<p style="text-align: left;">via <a href="http://www.core.form-ula.com/">core.form-ula</a></p>
<p><a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/"><img style="border-width: 0pt" src="http://i.creativecommons.org/l/by-sa/3.0/88x31.png" alt="Creative Commons License" width="88" height="31" /></a></p>
<p>This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-Share Alike 3.0 Unported License</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalfutures.info/1/rhino-script-array-around-curve /feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
