group_keys_by_attribute

compas_fea2.utilities.group_keys_by_attribute(adict, name, tol='3f')

Make group keys by shared attribute values.

Parameters
adictdic

Attribute dictionary.

namestr

Attribute of interest.

tolfloat

Float tolerance.

Returns
dic

Group dictionary.