algorithmic modeling for Rhino
Actually i found it, i had to set the u boolean true in the BBOX component!
Thanx again!!!
hey one more thing,
The definition you posted works when the points are on the same plane. Is it possible to make this work if the point cloud is randomly placed in xyz, and not on the same plane?
and if yes would you know how i could translate that into a 3d mesh that will represent a height field linked to the density of the points?
thanx again!!!!!
how do you see translating Z values of point cloud - is point cloud fully projected onto one plane, or plane is kind of cross-section ?
well i gues i could project them on a plane, the only problem with that is if you have points that have the same x,y but different z there wont be possible to count them in.
Could you please sugest a way that i could recrete a mesh over the projected plane where the z coordinates of it would be heigher where the points are denser?
thanx again, you are very helpfull!!
1. point with same x&y values will be counted, cause there would be 2 same point and closest points component will work with it and count them twice.
2. projecting is really simple - decompose points and create new without z value (point xyz component)
3. mesh heightfield is also simple to make now - take V output (vertices) from mComp component, move them by Z vector which lenght = values from gradient, multiply vectors by some value and plug it to last component (mesh)
Did it and works perfectly!
Thanx so much!!!!
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