pyvista.Texture.flip#

Texture.flip(axis)[source]#

Flip this texture inplace along the specified axis.

0 for X and 1 for Y.

Deprecated since version 0.37.0: flip is deprecated. Use Texture.flip_x() or Texture.flip_y() instead.