to_dict#
- FolderPlotSettings.to_dict() dict#
Convert the field plot settings to a dictionary.
- Returns:
dictA dictionary containing all the settings for the field plot, including arrow settings, marker settings, scale settings, and color map settings.
Examples
>>> from ansys.aedt.core.visualization.post.field_data import FolderPlotSettings >>> obj = FolderPlotSettings() >>> obj.to_dict()