Block.vertex_gkey

Block.vertex_gkey(precision=None)

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 key-geometric key pairs.