ColorMapSettings#
- class ansys.aedt.core.visualization.post.field_data.ColorMapSettings(map_type: str = 'Spectrum', color: str = 'Rainbow')#
Provides methods and variables for editing color map folder settings.
- Parameters:
Examples
>>> from ansys.aedt.core.visualization.post.field_data import ColorMapSettings >>> obj = ColorMapSettings()
Methods
ColorMapSettings.from_dict(settings)Initialize the number format settings of the colormap settings from a dictionary.
Convert the color map settings to a dictionary.
Attributes
Get the color based on the map type.
Get the color map type for the field plot.
Shortcut for dir(self).