Kevin
my question is how to change the direction of Dispatch like Dispatch working with True False
i have a Tower and I want dispatch to select panels by y direction, not z , CHange direction
we use i for many projects and when i needed to change i used Flip or Reserve
i will send the project and you will understand what im asking
After passing the list of panels through the Partition List component you have panels grouped by z-direction. Then passing these panels through a Dispatch component you get panels alternating in the y-direction.
If you take the panels that are grouped by z-direction and pass them through a Flip Matrix component and then through a Dispatch component you get panels alternating in the z-direction.