from_dict#

Scale3DSettings.from_dict(dictionary: dict) None#

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

Parameters:
dictionarydict

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

Examples

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