High,<br><br>I'm using ParaView 3.8.<br><br>I have written a VTK file with timestep information with VTK (XML file).<br>When I open the file in ParaView, the timestep information are displayed in the Object Inspector View (Propreties, Display Information).<br>
For each timestep, the Information widget displays an index and a value. But the value is always the same as the index...<br><br>I look at the code for vtkXMLReader, and it seems that the reader stores only the index, not the value...<br>
Is it possible to display these values in the ParaView Widget without writing code ?<br><br>Here is an beginning of my file xhere you can see the TimeValues :<br><br><?xml version="1.0"?><br><VTKFile type="UnstructuredGrid" version="0.1" byte_order="LittleEndian" compressor="vtkZLibDataCompressor"><br>
<UnstructuredGrid TimeValues="<br>10.56 <br>20.4324 <br>"><br><br>Any idea ?<br><br>Kind regards,<br>Ptibou<br>