to_dict#

NumberFormat.to_dict() dict#

Convert the number format settings to a dictionary.

Returns:
dict

A dictionary containing all the number format settings for the folder field plot settings.

Examples

>>> from ansys.aedt.core.visualization.post.field_data import NumberFormat
>>> obj = NumberFormat()
>>> obj.to_dict()