Hi,
Is there anything wrong with Dispatch Index component?
The output was not compared with the Cull Index and List Index component.
It seems probably a bug.
Dispatch question.gh (45.2 KB)
Hi,
Is there anything wrong with Dispatch Index component?
The output was not compared with the Cull Index and List Index component.
It seems probably a bug.
I don’t see any bug here, the component is actually telling it does not accept the “-1” value, so it’s ignoring it:
so it’s the same result as if you don’t supply that “-1”, because it gets ignored anyway:
if you replace the “-1” with the actual last index of that List (4) it doesn’t pop errors and works as expected:
Thanks for the explanation.
The key point is that the dispatch Index component doesnot support “wrap”.
And it would be great appreciated once it have one wrap input.
Thanks for your answers.It works through a lot of component is used.
In fact, I can use one combination of “Cull index and List Index” to do the same things.
But it is strange that both Cull Index and List Index conponent can “wrap” ,at the same time the Dispatch Index component cannot!