I'm writing a LUA script to process a big number of near fields in a model.
I'm reading the whole dataset. According to the type of near field (internal decision) I have to plot the results in different postfeko sessions (.pfs)
What I’m doing now is read the near fields twice. I decide what to plot in the first .pfs file, then read the near fields again and decide what to plot in the second .pfs file.
Could I read the near fields only once, and send the results to one view in one file, and another set of results?
In other words, can I have two views open at the same time that corresponds to two different .pfs files?
Thanks