Return to previous data structure after grafting already grafted data

The goal is to structure the data in the B panel like the data in the A panel. The points are first in groups, then they are grafted to do an operation. How can I return the points to their previous groups after the operation?


Return_to_same_structure.gh (28.0 KB)

The Trim Tree component will return your data to it’s previous structure.

Return_to_same_structure_re.gh (32.5 KB)

-Kevin

1 Like

Thank you so much Kevin! That’s exactly what I needed
-James