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