pyvista.is_pyvista_dataset#

is_pyvista_dataset(obj)[source]#

Return True if the object is a PyVista wrapped dataset.

Parameters:
objAny

Any object to test.

Returns:
bool

True when the object is a pyvista.DataSet.