Hi everyone, I am trying to create a visualization of some excel data. I need group Item 0 of each branch based on the data of Item 2. I’m attaching a screen shot and relevant files for clarification - it’s a bit hard to explain verbally.
If anyone has any suggestions, I’d really appreciate it. Thank you!
Anna Sorting Data.gh (10.9 KB)
Sorry - this might be clearer. I’m trying to connect between two sets of points - one set at the top, and one set at the bottom. Because I have an uneven number of top points and bottom points, the remaining top points are connecting into the bottom right point.
I want to group a certain number of points from the top and assign it to a specific point at the bottom. For instance, the first 6 points at the top, connect to the first point at the bottom.Visualization.gh (11.0 KB) Visualization.3dm (169.4 KB)
You connect a Txt param to the output of the Excel reader, right-click it and choose “Internalize data” which disconnects it from the reader component (no longer needed) and saves it when you save the file.
I didn’t want to wait so faked the data (purple group):
Hi Joseph - thank you for your response. I am trying to use the excel data to determine which top points connect to the bottom points. I’ll take a look at your file, it looks very promising. Thank you!