Hello everyone,
I have an issue regarding the filter node in Dynamo, which does not keep the original order of elements after filtering.
I really need this because I want to filter a nested list of points with the purpose to modify only some of them and after that I want to recombine the list with the not-modified points, in order to redraw the new-form modified line.
Right now, the ListFilterByBoolMask Node is filtering without keeping the elements position and then when I rejoin the with ListJoin node, it makes two separate nested lists: one for the “IN” output and one for the “OUT” output.
In fact, in Grasshopper, there is a component who does exactly this(Dispatch), keeping the filtered elements in place as empty list. It is possible to do this in Dynamo?
Best regards,
Alex