pyvista.Texture.dimensions# property Texture.dimensions: tuple[float, float][source]# Dimensions of the texture. Examples >>> from pyvista import examples >>> texture = examples.download_masonry_texture() >>> texture.dimensions (256, 256)