.@mail.gatech.edu
> *Cc: *paraview@paraview.org
> *Sent: *Wednesday, February 9, 2011 4:55:05 PM
> *Subject: *Re: [Paraview] Scripting and new VTK objects
>
>
> Hi Tim,
>
> Have you looked at the python programmable source? With the python
> programmable source you can speci
called something else?
>
> Tim
>
> --
> *From: *"Tim Gallagher"
> *To: *paraview@paraview.org
> *Sent: *Wednesday, February 9, 2011 4:59:16 PM
>
> *Subject: *Re: [Paraview] Scripting and new VTK objects
>
> We had looked at the programmable source, but we didn
t;Tim Gallagher"
To: paraview@paraview.org
Sent: Wednesday, February 9, 2011 4:59:16 PM
Subject: Re: [Paraview] Scripting and new VTK objects
We had looked at the programmable source, but we didn't know how to access the
XDMFReader. But, with what you pointed out, it looks like that is
g0...@mail.gatech.edu
Cc: paraview@paraview.org
Sent: Wednesday, February 9, 2011 4:55:05 PM
Subject: Re: [Paraview] Scripting and new VTK objects
Hi Tim,
Have you looked at the python programmable source? With the python programmable
source you can specify python code to run on the server si
Hi Tim,
Have you looked at the python programmable source? With the python
programmable source you can specify python code to run on the server side.
You won't be able to use paraview python api though. Instead of
XDMFReader(FileName=...)
it would look like:
reader = vtkXDMFReader()
reader.Se
Hi,
I've searched online at length for this and couldn't find the answer, so
hopefully somebody here can help me.
I am trying to create a new VTK object (vtkMultiBlockDataSet) composed of
portions of manipulated data from some other VTK object (in this case, a
vtkStructuredGrid). I then want t