Mesh.index_vertex

Mesh.index_vertex()[source]

Returns a dictionary that maps the indices of a vertex list to the corresponding vertex identifiers.

Returns:
dict[int, int]

A dictionary of index-vertex pairs.

See also

vertex_index()