pyvista.is_pyvista_dataset#
- is_pyvista_dataset(
 - obj: Any,
 Return
Trueif the object is a PyVista wrapped dataset.- Parameters:
 - obj
Any Any object to test.
- obj
 - Returns:
 - bool
 Truewhen the object is apyvista.DataSet.
Return True if the object is a PyVista wrapped dataset.
AnyAny object to test.
True when the object is a pyvista.DataSet.