FolderPlotSettings#
- class ansys.aedt.core.visualization.post.field_data.FolderPlotSettings(postprocessor, folder_name, arrow_settings=None, marker_settings=None, scale_settings=None, color_map_settings=None)#
Provides methods and variables for editing field plots folder settings.
- Parameters:
- postprocessor
ansys.aedt.core.modules.post_general.PostProcessor - folder_name
str Name of the plot field folder.
- arrow_settings
ansys.aedt.core.modules.solution.ArrowSettings,optional Arrow settings. Default is None.
- marker_settings
ansys.aedt.core.modules.solution.MarkerSettings,optional Marker settings. Default is None.
- scale_settings
ansys.aedt.core.modules.solution.Scale3DSettings,optional Scale settings. Default is None.
- color_map_settings
ansys.aedt.core.modules.solution.ColorMapSettings,optional Colormap settings. Default is None.
- postprocessor
Methods
FolderPlotSettings.from_dict(dictionary)Initialize the field plot settings from a dictionary.
Convert the field plot settings to a dictionary.
Update folder plot settings.
Attributes
Shortcut for dir(self).