Texture.copy

Contents

Texture.copy#

Texture.copy(*, deep: bool = True) → Texture[source]#

Make a copy of this texture.

Parameters:
deepbool, default: True

Copy the texture’s image rather than share it.

Returns:
pyvista.Texture

Copied texture.