Named components for xml based vtk files was discussed here in this post. Is there an equivalent support for VTKHDF files in paraview?
If I just add ComponentName attributes to the point or cell data in the hdf file like xml format, will it work? I didn’t see it menetioned in the documentation but may have missed it.
Ok, great thanks for confirming that. Is there a way to overwrite within paraview so it doesn’t have to be done on each legend label every time you change the displayed variable?
It would be very handy if you could edit a table in the settings to set a new default name instead of 0-8.
@Lucas_Givord I think the issue you mentioned only covers the PointData and CellData attributes in vtkhdf but not the DataArray attributes? In an xml file you can give both to specify the active scalar vector, etc, but also can set attributes for the array such as name:
In the xml case Paraview loads the component names striaght from the file which is very handy. Hopefully vtkhdf will eventually support all of these little features from the existing xml standard.