create# FieldPlot.create() → bool# Create a field plot. Returns: boolTrue when successful, False when failed. Examples >>> from ansys.aedt.core.visualization.post.field_data import FieldPlot >>> obj = FieldPlot() >>> obj.create()