pyvista.DataSetAttributes.active_texture_coordinates_name#

property DataSetAttributes.active_texture_coordinates_name: str | None[source]#

Return the name of the active texture coordinates array.

Returns:
Optional[str]

Name of the active texture coordinates array.

Examples

>>> import pyvista as pv
>>> mesh = pv.Cube()
>>> mesh.point_data.active_texture_coordinates_name
'TCoords'