Grasshopper

algorithmic modeling for Rhino

How can I move this curve to be arraying on this points ? 

Views: 475

Replies to This Discussion

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 ? 

Attachments:

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! 

RSS

About

Translate

Search

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service