MantisBT - ParaView
View Issue Details
0007824ParaView(No Category)public2008-10-17 13:382016-08-12 09:57
Utkarsh Ayachit 
Berk Geveci 
normalminorhave not tried
closedmoved 
 
 
0007824: Easy API on writers to write a particular timestep
Currently if I want the write to write a particular timestep we need to do the following:

  # Update the reader to the current time-step.
  input.SMProxy.UpdatePipeline(time);

  writer = servermanager.writers.XMLUnstructuredGridWriter(Input = input, FileName=outfile)
  writer.UpdatePipeline()

It would be nice if writer had API to select the timestep to write.
No tags attached.
Issue History
2008-10-17 13:38Utkarsh AyachitNew Issue
2009-02-17 14:29Utkarsh AyachitStatusbacklog => tabled
2009-02-17 14:29Utkarsh AyachitAssigned To => Berk Geveci
2009-02-17 14:30Utkarsh AyachitNote Added: 0015056
2011-06-16 13:10Zack GalbreathCategory => (No Category)
2016-08-12 09:57Kitware RobotNote Added: 0037600
2016-08-12 09:57Kitware RobotStatusexpired => closed
2016-08-12 09:57Kitware RobotResolutionopen => moved

Notes
(0015056)
Utkarsh Ayachit   
2009-02-17 14:30   
Berk,

What's the current API to write datasets in simple.py? This bug refers to some simplification for that.
(0037600)
Kitware Robot   
2016-08-12 09:57   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current ParaView Issues page linked in the banner at the top of this page.