pyvista.is_meshio_mesh

pyvista.is_meshio_mesh#

is_meshio_mesh(obj: object) bool[ソース]#

Test if passed object is instance of meshio.Mesh.

パラメータ:
objobject

Any object.

戻り値:
bool

True if obj is a meshio.Mesh.