to_dict#
- MinMaxScale.to_dict() dict#
Convert the min-max scale settings to a dictionary.
- Returns:
dictA dictionary containing all the min-max scale settings for the folder field plot settings.
Examples
>>> from ansys.aedt.core.visualization.post.field_data import MinMaxScale >>> obj = MinMaxScale() >>> obj.to_dict()