Conversions#
These functions convert between PyVista datasets and the objects of VTK and
other mesh libraries. To read or write a file, see Readers and Writers and
save().
See also
- Wrapping Other Objects
Wrap
trimeshand VTK objects.- Transitioning From VTK to PyVista
How PyVista’s interface relates to VTK’s.
Wrapping VTK Objects#
|
Return |
|
Wrap any given VTK data object to its appropriate PyVista data object. |
Meshio#
|
Convert a |
|
Test if passed object is an instance of |
|
Read any mesh file using meshio. |
|
Save mesh to file using meshio. |
|
Convert a PyVista mesh to a |
Trimesh#
|
Convert a Trimesh mesh to a PyVista mesh. |
|
Test if passed object is an instance of |
|
Convert a PyVista mesh to a Trimesh mesh. |