pyvista.Texture.dimensions#

property Texture.dimensions: tuple[source]#

Dimensions of the texture.

Examples

>>> from pyvista import examples
>>> texture = examples.download_masonry_texture()
>>> texture.dimensions
(256, 256)