generative modeling for Rhino
Tags:
Permalink Reply by MARIO VERGARA on May 7, 2012 at 8:47am try using random reduce component....that will work
best
m
Permalink Reply by Kuba on May 7, 2012 at 8:55am Thanks
And how can I ranomise the height of the extruded (selected) circles?
Permalink Reply by Gui Talarico on May 7, 2012 at 9:22am Random reduce will work well, but you should probably still flatten the output of the "Circle". Right now the are branched in rows, so it will be hard to get it to look random.
The R Value of the random component, should be 0:X,
X=total number of circles (Length of flatten list coming out of "Circle")
The N value should be how many circles you want selected.
To extrude them randomly, plug "Item" into extrude curve; For the Extrusion Distance/Direction, plug in the direction you want (probably a Z vector), and then plug in a new "random" component into the vector (to create vectors with random magnitudes).
The random component should have the following values R= X:Y, X being the smallest extrusion you want, Y being the largest. N= number of circles that will be extrude (use list length).
That should be it.
Permalink Reply by Gui Talarico on May 8, 2012 at 11:28am Change the Values for your TriGrid component.
Permalink Reply by Kuba on May 8, 2012 at 3:36am Gui Talarico I don't andestend one thing. How to use 0:X expression. Put the list lenght of "circle". What is the meanig of dividing 0 number?
Permalink Reply by Gui Talarico on May 8, 2012 at 11:31am 0:X is not an expression, it's a domain - for example, from 0 to 1.
0:1 is a domain that encompasses all number between 0 and 1.
The R value of Random components asks for a Domain. This tells the Random Component the range in which to generate all the random numbers.
To create a domain, use the "Domain" component.
Added by Aditya Patil 2 Comments 2 Likes
Added by T.Masui 0 Comments 0 Likes
© 2013 Created by Scott Davidson.
Powered by