pyvista.DataSetAttributes.active_t_coords_name#

property DataSetAttributes.active_t_coords_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
>>> mesh = pyvista.Cube()
>>> mesh.point_data.active_t_coords_name
'TCoords'