to_dict#

MapdlTheme.to_dict()#

Return config parameters as a dictionary.

Returns:
dict

Mapping of public attribute name to its current value. Nested config objects are recursively serialized via their own to_dict. Names listed in _TO_DICT_SKIP are omitted.

Return type:

dict[str, Any]