VolMesh.vertex_gkey

VolMesh.vertex_gkey(precision=None)[source]

Returns a dictionary that maps vertex dictionary keys to the corresponding geometric key up to a certain precision.

Parameters:
precisionint, optional

Precision for converting numbers to strings. Default is TOL.precision.

Returns:
dict[int, str]

A dictionary of vertex-geometric key pairs.

See also

gkey_vertex()