Re: [Paraview] TimestepValues

2012-07-17 Thread Justin Rodriguez
Hi Sebastien, The files were all time dependent data but some had a TimeRange but no TimestepValues so I simply did: TimestepValues = meshFine.TimestepValues if len(TimestepValues) == 0: timerange = meshFine.GetProperty('TimeRange') steps = 100 TimestepValues =

[Paraview] TimestepValues

2012-06-20 Thread Justin Rodriguez
Hi Everyone, I am trying to get the TimestepValues from the SLACDataReader to eventually get the time range/temporal bounds of the data. My code is below but everything I have tried has given an empty array for TimestepValues. Is there something I need to do first before TimestepValues is

Re: [Paraview] TimestepValues

2012-06-20 Thread Justin Rodriguez
Hi Sebastien, meshFine.UpdatePropertyInformation() does not seem to have any effect on the TimestepValues. Is there anything else I may need with it? Thank you, Justin ___ Powered by www.kitware.com Visit other Kitware open-source projects at