update_field_plot_settings#

FieldPlot.update_field_plot_settings() bool#

Modify the field plot settings.

Note

This method is not available for field plot line traces.

Returns:
bool

True when successful, False when failed.

Examples

>>> from ansys.aedt.core.visualization.post.field_data import FieldPlot
>>> obj = FieldPlot()
>>> obj.update_field_plot_settings()