fusion_addin_framework.utils.get_json_attribute¶
- fusion_addin_framework.utils.get_json_attribute(object_: adsk.core.Base, group_name: str, attribute_name: str) → Dict[str, Any]¶
Gets the json loaded attributes of a object.
- Parameters
object (adsk.core.Base) – The of the object in which attributs is looked for the attribute. (Trailing underscore to avoid redeining build in).
group_name (str) – The attribute group name of the wanted attribute.
attribute_name (str) – The name of the atribute.
- Returns
The json loaded attribute values.
- Return type
Dict[str, Any]