Creating multiple trees or branches with found coordinates

Hello, I have a list of coordinates that I would like to sort into their rows respectively and in this case I would like to create each rows to be in a respective tree (or branch, sorry still confused here) to be more organised as I require the data to be used at a later time.

Much thanks in advance!

Hi Rajeev,

I already however have a set of coordinates that need sorting, I see that you used a sequence component with a set of values with the duplicate data component.

When I try it on my end, it creates another set of my list and made it 2x longer (hence the duplicate I guess?) but I am unable to achieve the desired output that I am looking for. Thanks!

in Rajeev’s post, this part in cian simulates your initial data, and the orange part is the solution:

make sure the List Item is connected to your Points (Member Index and Create Set are connected to your Deconstruct Point X/Y/Z output depending on your needs)

it’s always better/easier if you post a .gh taking care of internalizing your data first :+1:

Hey Inno,

Thanks for clarifying that! I tried to connect my X output with accordance to your solution box which yields the final result! However it created 20 branches instead of 10 branches that is my desired result.

And what do you mean by point connected to the List input of list item?

Pardon the question, the duplicate is due to the rounding from the coordinates and it has been fixed with round before feeding into create sets! Thank you so much @rajeev_pulari and @inno

Please post your script with internalize the data

Sorry, will definitely keep that in mind next time! Your first gh screenshot worked wonders for me just had to round the values of my coordinates and it is solved. Thank you so much once again!