algorithmic modeling for Rhino
try using random reduce component....that will work
best
m
Thanks
And how can I ranomise the height of the extruded (selected) circles?
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.
Change the Values for your TriGrid component.
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?
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.
Welcome to
Grasshopper
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
© 2024 Created by Scott Davidson. Powered by