pyvista.Texture.flip_x#
- Texture.flip_x() Texture [ソース]#
テクスチャをx方向に反転させます.
- 戻り値:
pyvista.Texture
反転したテクスチャー.
例
>>> from pyvista import examples >>> texture = examples.download_puppy_texture() >>> flipped = texture.flip_x() >>> flipped.plot()
テクスチャをx方向に反転させます.
pyvista.Texture
反転したテクスチャー.
例
>>> from pyvista import examples
>>> texture = examples.download_puppy_texture()
>>> flipped = texture.flip_x()
>>> flipped.plot()