Hi, so I’m creating a script to add mark values in rebar elements, I have created two node group to “sort” rebar like you do in the schedule, the first group sorts rebar elements by bar dia, now for 2nd group I was able to sort it by length parameters but I’m not able to get rebar elements (sorted from 1st group) in the same manner as the final “List.GetItemsAtIndex” node. I’ll be using these elements to give them a mark by their diameter i.e. N12XX
Edit: You’re feeding the indicies list instead of the actual sorted elements list into the Get Parameter Value node. Change as shown below.
Sorry for the confusion, That’s not what I’m asking about. I should have hidden that “mark group”. To clarify I have sorted rebar elements by length in second group, Now I want to get the corresponding rebar elements to the lengths I’ve sorted.