So basically what I did is to first convert from mesh to curve so I can use the sample curve node…
Then we sample corner_groupID for each spline and store than on each point…
But we need to make sure corner_groupID is the same at the beginning and end of each spline.
I’d be surprised if there wasn’t something much simpler to get to that result, but at least it works and later you might find a way to make it more simple
Don’t worry this is exactly the result we wanted to achieve! If the result is good and corresponds, then the method is good!
Oh, don’t worry, I think your method is already pretty good. To be honest I’ve already broken my head and the ideas I’ve come up with have been more complicated and less suitable! Thanks again