Grasshopper

algorithmic modeling for Rhino

Hi! 

I'm trying to make a point cloud by define random number domains and assign them to the point parameters based on some tutorial, my components are exactly same to template file but result is completely different and points growing just based on a straight line! I'm really messed up, what's the problem?! 

Views: 3367

Replies to This Discussion

Hi.

I suppose your random seed values are identical. You'd be better off using different seed values. Best.

yes exactly, so much thanks dude :)

You can also generate a single list of random numbers, then use the Numbers2Points component to create points. You can't have different x, y or z domains this way, so you'll have to scale the points afterwards, or use the Box Eval component to map your random points into a box volume.

In next investigations i found the simplest way, using "populate 3D" component.

special thanks for care!

GH script attached.

However i'm here to answer the probable questions!

Attachments:

RSS

About

Translate

Search

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service