You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the ReadVTK package to read .vtk files and can successfully extract DataArrays using the available functionality. However, I noticed that certain additional array information, containing non-numerical content in the FieldData, is not accessible through the provided methods.
Is there a way to extract this type of array information using ReadVTK, or would additional functionality need to be implemented? Any guidance or suggestions would be greatly appreciated.
Thank you!
The text was updated successfully, but these errors were encountered:
Hi! I don't believe anyone has ever tried to read non-numerical data from any kind of field. Therefore, I am afraid to say that you probably guessed it right - additional functionality would indeed be needed to support something like this.
It would be great if you can give it a try yourself 😊
Hello,
I am using the
ReadVTK
package to read.vtk
files and can successfully extractDataArrays
using the available functionality. However, I noticed that certain additional array information, containing non-numerical content in theFieldData
, is not accessible through the provided methods.Is there a way to extract this type of array information using
ReadVTK
, or would additional functionality need to be implemented? Any guidance or suggestions would be greatly appreciated.Thank you!
The text was updated successfully, but these errors were encountered: