DataObject#

The pyvista.DataObject class is a set of common methods and attributes for all PyVista types. These objects have no spatial reference, but simply hold data.

See PyVista Data Model for further details.

pyvista.DataObject(*args, **kwargs)

Methods common to all wrapped data objects.

Table#

The table class is a non-spatially referenced data object that can be used on VTK pipelines and holds arrays of data.

pyvista.Table(*args, **kwargs)

Wrapper for the vtkTable class.

Textures#

The pyvista.Texture class is used to load and represent images that can be placed on the surface of pyvista.DataSet that have texture coordinates.

pyvista.Texture([uinput])

Wrap vtkTexture.