Hi,
I have STL files that represent the same 3d object but at different positions/times. They are stored in a folder as follows:
Stl_00000.stl
Stl_00001.stl
Stl_00002.stl
Stl_0000X.stl
When I load these STL files into Paraview, they are loaded correctly, and Paraview immediately generates a series of times with time increment of 1 second. The first STL file is at 1 s, the 2nd at 2 s, and so on.
I’d like to associate my own time series with the STL files. For example, the 1st file would be associated with t=0.1s, the 2nd with t=0.36s, the 3rd with t=0.75s, etc.
Do you think this is possible?
Thank you for your help.