group_keys_by_attributes
- compas_fea2.utilities.group_keys_by_attributes(adict, names, tol='3f')[source]
Make group keys by shared values of attributes.
- Parameters:
adict (dic) – Attribute dictionary.
name (str) – Attributes of interest.
tol (float) – Float tolerance.
- Returns:
dic – Group dictionary.