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: ??
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.