12-31-2020, 07:51 PM
(This post was last modified: 12-31-2020, 07:53 PM by Hyperanim8or.)
It would be great to get a nested array or dictionary for all the nodes and particle ids in the entire flow.
You can go to individual Events and get the shapelist from the Birth Objects operator and associate them to their place in the array (Index == ID) but if you have multiple Events you would have to append the arrays together then try to connect them to their IDs.
It would be nice to just get the information from the overall Flow...
$'Tyflow001'.getNodeAndIDArrays()
could return...
{<node01> : <node01 ID>, <node02> : <node02 ID>, ....
or
[[<node01>,<node01 ID>],[<node02>,<node02 ID>], ....
Even if you couldn't do it for the entire flow if you could get that information at the Operator Level it would help a lot. You would not have to append the arrays together and try to associate the IDs to them.
-Paul
You can go to individual Events and get the shapelist from the Birth Objects operator and associate them to their place in the array (Index == ID) but if you have multiple Events you would have to append the arrays together then try to connect them to their IDs.
It would be nice to just get the information from the overall Flow...
$'Tyflow001'.getNodeAndIDArrays()
could return...
{<node01> : <node01 ID>, <node02> : <node02 ID>, ....
or
[[<node01>,<node01 ID>],[<node02>,<node02 ID>], ....
Even if you couldn't do it for the entire flow if you could get that information at the Operator Level it would help a lot. You would not have to append the arrays together and try to associate the IDs to them.
-Paul