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)[source]#

Provides methods and variables for editing field plots folder settings.

Parameters:
postprocessoransys.aedt.core.modules.post_general.PostProcessor
folder_namestr

Name of the plot field folder.

arrow_settingsansys.aedt.core.modules.solution.ArrowSettings, optional

Arrow settings. Default is None.

marker_settingsansys.aedt.core.modules.solution.MarkerSettings, optional

Marker settings. Default is None.

scale_settingsansys.aedt.core.modules.solution.Scale3DSettings, optional

Scale settings. Default is None.

color_map_settingsansys.aedt.core.modules.solution.ColorMapSettings, optional

Colormap settings. Default is None.

Methods

FolderPlotSettings.from_dict(dictionary)

Initialize the field plot settings from a dictionary.

FolderPlotSettings.to_dict()

Convert the field plot settings to a dictionary.

FolderPlotSettings.update()

Update folder plot settings.