algorithmic modeling for Rhino
You have to create unique move vectors for each point. You can use the [Vector 2Pt] component to create these. The A input is the green point, the B input are all the red points.
Thank you Divid Done :)
How can I make this point populate ?
Done Thanks alot :)
I have another question, please. I want to make them random in size and Rotation. I have used Random componoed. but it makes the same size and rotation in each row. I don't want that. I want it randomly in each point not each row
What Should I do to create the random in each point not each row ?
Easiest is to flatten your target points. Right now you're probably dealing with several lists of target points which tends to result in the same random numbers because you use the same random seed over and over. If you flatten your points, then count them using List Length, you can plug that number directly into the [Number] input of the Random component.
Thank you Divid :) Done!
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