Extract data for each branch's item number



extrachItem.gh (20.3 KB)

can’t you just ‘flip matrix’?

I’d like to resolve only using C#.

It was made in a hurry, so there may be a few oddities, but it works.

Grasshopper_-extrachItem
extrachItem_AddFlipMatrix.gh (16.3 KB)

Thank you so much~.

As a result, the problem was solved, but if I were to be a little more greedy, my problem is like this.

After setting “V-value” to “List” instead of “Data Tree”, sorting was performed, and it could not be extracted in a form similar to “28, public, 10, auditorium,100”.

Is there any way to solve Input in one C# file while maintaining the List format? Because it’s part of many algorithms.

Maybe I’m not understanding you properly, but why don’t you create your own class with each value and sort that class?

Oh, thank you. I’ll try that again.