Pick-reverse index - How?

pathMapper - 2.gh (242.5 KB)

Simply put,

Is there a mysterious GH component that can reverse the culled index?

For example,

index = [1, 2, 3, 4..]
odd index = [1, 3,..] (picked odd number using 'cull index')

even index: ??

Is this what you want? Select all what was not culled?

pathMapper - 2.1.gh (227.5 KB)

Pufferfish also has dispatch indices component.

Thanks, note taken.


:star_struck:
Worked

What a mess :bangbang: And it’s very slow.

Why isn’t reverse list used?