from_dict#

ArrowSettings.from_dict(dictionary: dict) None#

Initialize the arrow settings of the field plot settings from a dictionary.

Parameters:
dictionarydict

Dictionary containing the configuration for arrow settings. Dictionary syntax must be the same of relevant portion of the AEDT file.

Examples

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