I am kindly asking for help in addressing the vtkPolyDataReader Error: Unsupported point attribute type.
I am writing a VTK file for discrete points with several scalar properties and vector properties. However, when I import the VTK file into the Paraview, there is always a vtkPolyDataReader Error. I use the ‘double’ data type for all my scalar and vector properties. It seems the problem mainly arises from the vector parameters. Could anyone help me to check what is the problem with my VTK file? The VTK file has been attached.
I found my problem. I my case there was some error in writing the exponential: instead of writing 2.345E-20, 2.345-20 was getting written to the data file and paraview read more data than required.