from_dict#

FolderPlotSettings.from_dict(dictionary: dict) None#

Initialize the field plot settings from a dictionary.

Parameters:
dictionarydict

Dictionary containing the configuration for the color map, scale, arrow, and marker settings. Dictionary syntax must be the same of the AEDT file.

Examples

>>> from ansys.aedt.core.visualization.post.field_data import FolderPlotSettings
>>> obj = FolderPlotSettings()
>>> obj.from_dict(dictionary={"Name": "Value"})