create#

FieldPlot.create() bool#

Create a field plot.

Returns:
bool

True when successful, False when failed.

Examples

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