I am trying to place a series of points on a curve and would like those points to be spaced unevenly as you can see on the image.
Possibly i would like to control the spacing with a graph.
Hi All! I would add a condition: Imagine that we have that curve, and we divide it according to an atractor point (orange). Depending the position of that point, we'll get bigger distances between the points (green) of the curve. How can we do this?
Thank you
Hi Dirk, thank you for the reply. Let's say that we have a curve, and we want divide it by 20. The distance between the attractor point and the curve will be the "max" distance between the points of the curve, and than It would get divided in a "gradient" way, until the end points (far away from the attractor).
It would be great to control the "gradient" distribution of the rest of the points.
sorry... I missed your reply. Sure, you can set up distribution by distance logic. Here's a quick solution for point distribution. The VB component additively sums up the distance fractions - you can either do this in components or download it from here.
Thanks for this. I set up this definition but for some reason I am not getting any redistribution of points based on the attractor. Can you look at my definition.
Thank you Dirk, I'd like to add one last rule: the distance between the curve points near to the attractor point will be the biggest one and not the smaller one, and than will "fade out" ( like an inverse operation - 1st JPG I uploaded).