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.
|
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.
|
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.
|
Wrap vtkTexture. |
These functions create a pyvista.Texture from image data or arrays.
To load a texture from an image file, see pyvista.read_texture().
|
Construct a cubemap from 6 images from a directory. |
|
Construct a cubemap from 6 images. |
|
Convert |
|
Convert a NumPy image array to a |
See also
- Applying Textures
Apply textures to meshes.
- Physically Based Rendering
Use a cubemap as an environment texture.
texture_map_to_plane()Generate texture coordinates for a dataset.