<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>Comments on: Parametric Array &amp; L-System</title>
	<atom:link href="http://www.torabiarchitect.com/blog/?feed=rss2&#038;p=245" rel="self" type="application/rss+xml" />
	<link>http://www.torabiarchitect.com/blog/?p=245</link>
	<description>Digital Architecture &#38; Technology</description>
	<lastBuildDate>Fri, 24 Aug 2012 16:17:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.2.38</generator>
	<item>
		<title>By: BURBAN</title>
		<link>http://www.torabiarchitect.com/blog/?p=245&#038;cpage=1#comment-11677</link>
		<dc:creator><![CDATA[BURBAN]]></dc:creator>
		<pubDate>Wed, 31 Aug 2011 11:29:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.torabiarchitect.com/blog/?p=245#comment-11677</guid>
		<description><![CDATA[Hello,
I&#039;am discovering pArray v2.1 and I try to reproduce the script built with v1.0.
What kind of controller shall be used to introduce the expression that control the radius?
/Object/Sweep/ Cylinder Section
	Radius &gt; script: 1/(1+0.5*int((index1-2)/3))

/Object/Line(Object)/Master
	Spline1:Vertex 1 &gt; script: 

p1 = getItem index:[1+int((index1-2)/3),1,1]
if index1==1 then (
[0,0,0]
)else(
p1.Spline_1___Vertex_2
)

Thank you for your work]]></description>
		<content:encoded><![CDATA[<p>Hello,<br />
I&#8217;am discovering pArray v2.1 and I try to reproduce the script built with v1.0.<br />
What kind of controller shall be used to introduce the expression that control the radius?<br />
/Object/Sweep/ Cylinder Section<br />
	Radius &gt; script: 1/(1+0.5*int((index1-2)/3))</p>
<p>/Object/Line(Object)/Master<br />
	Spline1:Vertex 1 &gt; script: </p>
<p>p1 = getItem index:[1+int((index1-2)/3),1,1]<br />
if index1==1 then (<br />
[0,0,0]<br />
)else(<br />
p1.Spline_1___Vertex_2<br />
)</p>
<p>Thank you for your work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.torabiarchitect.com/blog/?p=245&#038;cpage=1#comment-865</link>
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sun, 31 Oct 2010 17:53:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.torabiarchitect.com/blog/?p=245#comment-865</guid>
		<description><![CDATA[salam khanoome Zahra, 
lotfan video dar payeene haman tasvir ra check konid.
Video ha roye youtube hast va Agar ba filtering internet dar iran moshkel darid mitooni as proxy estefade koni.]]></description>
		<content:encoded><![CDATA[<p>salam khanoome Zahra,<br />
lotfan video dar payeene haman tasvir ra check konid.<br />
Video ha roye youtube hast va Agar ba filtering internet dar iran moshkel darid mitooni as proxy estefade koni.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.torabiarchitect.com/blog/?p=245&#038;cpage=1#comment-864</link>
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sun, 31 Oct 2010 17:43:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.torabiarchitect.com/blog/?p=245#comment-864</guid>
		<description><![CDATA[Here is simple example of animating a parametric array:
Let’s say we have an array that goes from one curve to another during 10 seconds. We assume the position of items along the first curve is set to the variable C1 
&lt;em&gt;C1 = curvecontroller curve:$line01&lt;/em&gt;
And for the next curve ($line02) we will have same expression:
&lt;em&gt;C2 = curvecontroller curve:$line02&lt;/em&gt;
Now we are going to make an animation , if the position C1 transforms to C2 within 10 seconds in constant speed we should write :
&lt;em&gt;c1+s*(c2-c1)/10&lt;/em&gt;
‘s’ represents the seconds and 10 is the duration. The entire code is :
&lt;strong&gt; c1 = curvecontroller curve:$Line01
c2 = curvecontroller curve:$Line02
c1+s*(c2-c1)/10&lt;/strong&gt;
Notice that you can assign any type of controllers to C1 and C2]]></description>
		<content:encoded><![CDATA[<p>Here is simple example of animating a parametric array:<br />
Let’s say we have an array that goes from one curve to another during 10 seconds. We assume the position of items along the first curve is set to the variable C1<br />
<em>C1 = curvecontroller curve:$line01</em><br />
And for the next curve ($line02) we will have same expression:<br />
<em>C2 = curvecontroller curve:$line02</em><br />
Now we are going to make an animation , if the position C1 transforms to C2 within 10 seconds in constant speed we should write :<br />
<em>c1+s*(c2-c1)/10</em><br />
‘s’ represents the seconds and 10 is the duration. The entire code is :<br />
<strong> c1 = curvecontroller curve:$Line01<br />
c2 = curvecontroller curve:$Line02<br />
c1+s*(c2-c1)/10</strong><br />
Notice that you can assign any type of controllers to C1 and C2</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hades</title>
		<link>http://www.torabiarchitect.com/blog/?p=245&#038;cpage=1#comment-863</link>
		<dc:creator><![CDATA[Hades]]></dc:creator>
		<pubDate>Sun, 31 Oct 2010 16:12:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.torabiarchitect.com/blog/?p=245#comment-863</guid>
		<description><![CDATA[Hi

Can you make a video tutorial how you create this ?
Thank you in advance !

Hades]]></description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>Can you make a video tutorial how you create this ?<br />
Thank you in advance !</p>
<p>Hades</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: roclafamilia</title>
		<link>http://www.torabiarchitect.com/blog/?p=245&#038;cpage=1#comment-770</link>
		<dc:creator><![CDATA[roclafamilia]]></dc:creator>
		<pubDate>Thu, 21 Oct 2010 11:40:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.torabiarchitect.com/blog/?p=245#comment-770</guid>
		<description><![CDATA[Helpful blog, bookmarked the website with hopes to read more!]]></description>
		<content:encoded><![CDATA[<p>Helpful blog, bookmarked the website with hopes to read more!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zahra</title>
		<link>http://www.torabiarchitect.com/blog/?p=245&#038;cpage=1#comment-737</link>
		<dc:creator><![CDATA[zahra]]></dc:creator>
		<pubDate>Mon, 18 Oct 2010 14:55:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.torabiarchitect.com/blog/?p=245#comment-737</guid>
		<description><![CDATA[سلام آقای ترابی.
این مدت خیلی از کسایی که تو زمینه مکس حرفه ای هستن سوال کردم چطوری میشه 1 بافت پارمتریک ایجاد کرد ولی متاسفانه فهمیدم توی ایران فقط 5 نفر این توانایی رو دارن.که من هم بهشون دسترسی ندارم.
راستش من خیلی خوشحالم که شما توی این زمینه حرفه ای هستین.
من از بافتی که روی اون گلدون ایجاد کردین خیلی خوشم اومده.چندتا پوسته در طرحم دارم که می خوام این بافت رو روش بندازم.
آدرس ایمیلتون رو میتونم داشته باشم که اون پوسته رو براتون بفرستم ؟
واقعاً ممنون میشم کمکم کنید.
ایام به کام.]]></description>
		<content:encoded><![CDATA[<p>سلام آقای ترابی.<br />
این مدت خیلی از کسایی که تو زمینه مکس حرفه ای هستن سوال کردم چطوری میشه 1 بافت پارمتریک ایجاد کرد ولی متاسفانه فهمیدم توی ایران فقط 5 نفر این توانایی رو دارن.که من هم بهشون دسترسی ندارم.<br />
راستش من خیلی خوشحالم که شما توی این زمینه حرفه ای هستین.<br />
من از بافتی که روی اون گلدون ایجاد کردین خیلی خوشم اومده.چندتا پوسته در طرحم دارم که می خوام این بافت رو روش بندازم.<br />
آدرس ایمیلتون رو میتونم داشته باشم که اون پوسته رو براتون بفرستم ؟<br />
واقعاً ممنون میشم کمکم کنید.<br />
ایام به کام.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hristo Velev</title>
		<link>http://www.torabiarchitect.com/blog/?p=245&#038;cpage=1#comment-126</link>
		<dc:creator><![CDATA[Hristo Velev]]></dc:creator>
		<pubDate>Sat, 19 Jun 2010 11:38:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.torabiarchitect.com/blog/?p=245#comment-126</guid>
		<description><![CDATA[Nice setups!]]></description>
		<content:encoded><![CDATA[<p>Nice setups!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
