I am quite new in using Grasshopper for Rhino and I have trouble with some function of the data trees.
I will try to be as clear as possible.
I would like to know if it is possible to select the values of a path in a data tree. Indeed I made a curve/curve intersection between n Circles defined for n points and m polylines and I would like to retrieve the value of the polylines for each n point.
Until now, the only result I have is a data tree with the intersection points between each m polyline and the n circles as a value in a {n;m} list. I would like a {n} list with the polylines as a value.
I’m not sure this is what you want, anyway according to your description, in this case, using mesh topology like sandbox plugin would make your life a lot more easier.
Many thanks Kim for your help.
Unfortunately, for this project I am limited to strictly native grasshopper nodes and normally it wouldn’t be possible to use sandbox typology.
Anyway I really appreciate your advices !