group_keys_by_attributes
- compas_fea2.utilities.group_keys_by_attributes(adict, names, tol='3f')
Make group keys by shared values of attributes.
- Parameters
- adictdic
Attribute dictionary.
- namestr
Attributes of interest.
- tolfloat
Float tolerance.
- Returns
- dic
Group dictionary.