> 5. Is there a way to acknowledge separate inputs to a given node as > being two separate paths (right now it does not look like this is the > case)?
You could do this... sort of. You can run data though a Flatten component before you plug it into another component. The Flatten component allows you to specify a flattening path. Just pick a different path than the other stream, and they will end up as two branches. -- David Rutten [email protected] Robert McNeel & Associates
