Texture.dimensions#
Examples#
Download Python source code | Download Jupyter notebook
>>> from pyvista import examples
>>> texture = examples.download_masonry_texture()
>>> texture.dimensions
(256, 256)
Download Python source code | Download Jupyter notebook
>>> from pyvista import examples
>>> texture = examples.download_masonry_texture()
>>> texture.dimensions
(256, 256)