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

_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview

Reply via email to