[Paraview] Post processing vts data in paraview with python

2009-05-19 Thread Mark Fleharty
exist withing ExtractGrid and XMLStructuredGridReader that I can use to find out what values I have at certain positions. Does anyone have a script that already does something similar? Thanks, Mark -- Mark Fleharty +1 505 217-2089 ___ Powered by www.kitware.com V

Re: [Paraview] Post processing vts data in paraview with python

2009-05-20 Thread Mark Fleharty
On Wed, May 20, 2009 at 4:44 AM, David Doria wrote: > On Tue, May 19, 2009 at 10:52 PM, Mark Fleharty > wrote: >> >> Hello, >> >> I'm new to using Python with Paraview.  I've been generating data in >> the vts file format, and I would like to do

Re: [Paraview] Post processing vts data in paraview with python

2009-05-21 Thread Mark Fleharty
On Thu, May 21, 2009 at 6:40 AM, Utkarsh Ayachit wrote: > You can use servermanager.Fetch() to fetch the raw data set to the client, > however it only works for unstructured datasets. > > Utkarsh > Utkarsh, Thank you very much for the information. Mark ___

[Paraview] Combining pvts files into one large vts file

2009-06-04 Thread Mark Fleharty
dGridWriter(Input=extract, FileName="ff.vts") extract_writer.DataMode=0 extract_writer.UpdatePipeline() Any ideas? Thanks, Mark -- Mark Fleharty +1 505 217-2089 ___ Powered by www.kitware.com Visit other Kitware open-source projects at http

Re: [Paraview] Combining pvts files into one large vts file

2009-06-16 Thread Mark Fleharty
Neither can I reproduce the > problem. Can you send me an example dataset? > > -berk > > On Thu, Jun 4, 2009 at 4:37 PM, Mark Fleharty wrote: >> Hello, >> >> I've been trying to combine pvts and its list of vts files into one >> large vts file. >> >>

Re: [Paraview] Text source font coloring in interpreter

2009-07-17 Thread Mark Fleharty
__ > 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/Wi

[Paraview] Possible bug with dragging scene using middle mouse button

2009-07-20 Thread Mark Fleharty
the scene continues to drag around. Does anyone else have this issue? Thanks, Mark -- Mark Fleharty +1 505 217-2089 ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html P

Re: [Paraview] Possible bug with dragging scene using middle mouse button

2009-07-20 Thread Mark Fleharty
Mon, Jul 20, 2009 at 9:56 AM, Mark Fleharty wrote: >> Hello, >> >> I repeatedly have an issue when I drag the scene around using the >> middle mouse button. >> >> I will get a message: >> endUndoSet called without a beginUndoSet. >> >> And th