[Paraview] Get point array data in paraview from python shell
Jay Romero
jayreno33 at gmail.com
Thu Mar 26 16:28:07 EDT 2015
I am trying to get point array data ( node and its values) of a variable in
paraview: so far I can use following (python shell):
from paraview.simple import *
out = GetActiveSource()
The point array data is a velocity vector on each node, and I can calculate
magnitude of a vector, next I want to treat these magnitude values as new
point array data in the pipeline browser.
How to do in python shell?
Best Regards
Jay
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview/attachments/20150326/16f41839/attachment.html>
More information about the ParaView
mailing list