Calling points from an array

Hi everybody,

I find some points on the curves, and assign these points’ information in an array. I want to call a specific curve’s specific point, but I couldn’t do that, instead of getting one point, I get every curve’s that point. Can somebody tell me what I am doing wrong?

Thanks.

array.gh (8.7 KB)
array.3dm (205.6 KB)

The data is structured in 2 branches. so pick one branch and then one point:

1 Like

Thanks for the reply, but I wanted to implement those selections into the code, so I added something like that:

branch=PointTree.Branch(y)

I did the same thing for curve too. With these, I can select any curve( with the help of the input y) and any point. JFYI.