algorithmic modeling for Rhino
Does anyone know what the best way to do this is? I have been trying to do this with a gradient by finding the relative distances between points and can't work it out.
Thanks!
Comment
Thanks I will try that!
Do you have any references as to what this should look like? There are several ways to go about this, and depending on the number of points, you might go for one approach or another. If the number of points is lower than 10k, maybe I'd go with the Vector > Point > Closest Points component. and feed your point cloud to the first two inputs. The distance result will be a data tree with the n closest points (third input). The first result should be zero, since the component will find the same point. I'd shift this value out of the distance results, and then you can do something with the remaining distances such as add them together, average them, etc. Then you have one distance value for each point. You can take the min/max of these and feed this into your gradient.
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
You need to be a member of Grasshopper to add comments!