Hello guys!
I have a number of circles with a random radius on a curve. I divide each of the circles with a random number of points. Afterwards, I want to pick a point of each circle randomly ( different on each circle ). My problem is that when I insert the points on a list I can choose the same index point on each circle. How can I handle every circle as a separate list of points and pick a different index point for each of them?
Multiple_points.gh (6.5 KB)
Thank in advance!