from_dict#

MarkerSettings.from_dict(dictionary: dict) None#

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

Parameters:
dictionarydict

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

Examples

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