pyvista.is_pyvista_dataset#
- is_pyvista_dataset(obj)[source]#
Return
True
if the object is a PyVista wrapped dataset.- Parameters:
- obj
Any
Any object to test.
- obj
- Returns:
- bool
True
when the object is apyvista.DataSet
.
Return True
if the object is a PyVista wrapped dataset.
Any
Any object to test.
True
when the object is a pyvista.DataSet
.