Hello, I made a PlotOnIntersectionCurve on one of my slices: I get in a spreadsheet view a list of points that belong to this intersection.
I would like to make a 'for' loop on each point (to make an average of components of the vectors associated to each point actually) in a python script... Here what I did: plot = GetActiveSource() (after choose my PlotOnIntersectionCurve source in the Pipeline Browser) datainfo = plot.GetPointDataInformation() a1 = datainfo.GetArray(1) what command should I use after (GetTuple3 don't work on a1...) Thank you!! _______________________________________________ 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 Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
