[Paraview] Python script for aero-optic analysis of CFD
Jean-Michel Lucas
jm.lucas at gantha.com
Sun Dec 11 15:49:01 EST 2016
Dear Ben,
Your data reside on the server side of ParaView, so you can't access it
through ParaView proxies (like plotOverLine). Proxies only let you access
some info about the data, like min and max.
You have two options to access the whole array :
- fetch the data from the server to the client using servermanager.Fetch
(this may be computationally costly depending on the size of the data) ;
- or access the data on the server side using a programmable filter.
HTH,
Jean-Michel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview/attachments/20161211/e3bc943a/attachment.html>
More information about the ParaView
mailing list