Hi,
If you are interested in programatically calculate the fluxes (e.g. flow discharge?) in a bunch of lines that can't be expressed as a
CONTROL SECTION (i.e. has more than 2 vertices that arent aligned in a direction) using a python script to compute the flux along each element and integrate them is a good (and recommended if you plan to do this a bunch of times) approach.
In that case you could use
sel2plot_1d from
Pat's utilities as a base to program the script, it has an example of usage in that repo ,or you could try to dig in the bundled scripts (pytel) for useful functions and code one 'from scratch'.
A different approach would be to use Bluekenue as a graphical tool in a similar fashion as expressed in this
topic.
Hope it helps somehow.
Regards,
José D.