Hi guys.

I am facing an interesting problem. I loaded in Paraview a polyData surface
that changes in time. I have 10 time steps for this surface. At the same
time, I have for each time step, a text file containing xyz coordinates.
When I load these text files in Paraview, they are represented as vtkTables.

My problem is that the polydata surface and the vtkTable cannot be
displayed on the same view in Paraview as far as I know. Therefore, when I
use

view = GetActiveView()
view.ViewTime = time_step_I_want
Render()

to update the time to the time step I want, only one of the two are
actually updated, depending on which is is being shown in the view.

Is there any way to force a given source (surface and table in this case)
to jump to a particular time step?

Thanks,

*Matheus Viana*
*Postdoctoral Research Employee*
*Developmental and Cell Biology*
*University of California Irvine*
_______________________________________________
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