pyvista.is_meshio_mesh

Contents

pyvista.is_meshio_mesh#

is_meshio_mesh(obj)[source]#

Test if passed object is instance of meshio.Mesh.

Parameters:
objobject

Any object.

Returns:
bool

True if obj is a meshio.Mesh.