pyvista.Texture.dimensions#

property Texture.dimensions: tuple[ソース]#

テクスチャーの次元.

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