AutoScale#
- class ansys.aedt.core.visualization.post.field_data.AutoScale(n_levels=10, limit_precision_digits=False, precision_digits=3, use_current_scale_for_animation=False)#
Provides methods and variables for editing automatic scale folder settings.
- Parameters:
- n_levels
int
,optional
Number of color levels of the scale. Default is 10.
- limit_precision_digitsbool,
optional
Whether to limit precision digits. Default is False.
- precision_digits
int
,optional
Precision digits. Default is 3.
- use_current_scale_for_animationbool,
optional
Whether to use the scale for the animation. Default is False.
- n_levels
Methods
AutoScale.from_dict
(dictionary)Initialize the auto-scale settings from a dictionary.
Convert the auto-scale settings to a dictionary.