pyvista.is_trimesh_mesh#
- is_trimesh_mesh(obj: object) bool[source]#
Test if passed object is an instance of
trimesh.Trimesh.Added in version 0.47.
- Parameters:
- obj
object Any object.
- obj
- Returns:
- bool
Trueifobjis atrimesh.Trimesh.
Test if passed object is an instance of trimesh.Trimesh.
Added in version 0.47.
objectAny object.
True if obj is a trimesh.Trimesh.