| 4a8c153f | 17-Feb-2023 |
Jed Brown <jed@jedbrown.org> |
ViewerVTK: use header_type="UInt64" to use 64-bit byte counts in binary appended
This feature is mentioned under `HeaderType` in these docs, and seems to have been supported for a long time.
http
ViewerVTK: use header_type="UInt64" to use 64-bit byte counts in binary appended
This feature is mentioned under `HeaderType` in these docs, and seems to have been supported for a long time.
https://kitware.github.io/paraview-docs/v5.7.0/python/paraview.simple.XMLPUnstructuredGridWriter.html
It was not documented in the usual file format docs, which have not been updated in ages.
https://vtk.org/wp-content/uploads/2015/04/file-formats.pdf (PDF was created in 2003) https://kitware.github.io/vtk-examples/site/VTKFileFormats/#xml-file-formats
I've tested that these files work in Paraview and VisIt.
Thanks-to: Dave May <dave.mayhem23@gmail.com>
show more ...
|