Mesh.gkey_key
- Mesh.gkey_key(precision=None)[source]
Returns a dictionary that maps geometric keys of a certain precision to the keys of the corresponding vertices.
- Parameters
precision (str, optional) – The float precision specifier used in string formatting. Defaults to the value of
compas.PRECISION
.- Returns
dict[str, int] – A dictionary of geometric key-key pairs.