FieldPlot#

class ansys.aedt.core.modules.solutions.FieldPlot(postprocessor, objects=None, surfaces=None, lines=None, cutplanes=None, solution='', quantity='', intrinsics=None, seeding_faces=None, layer_nets=None, layer_plot_type='LayerNetsExtFace')[source]#

Provides for creating and editing field plots.

Parameters:
postprocessoransys.aedt.core.modules.post_processor.PostProcessor
objectslist

List of objects.

solutionstr

Name of the solution.

quantitystr

Name of the plot or the name of the object.

intrinsicsdict, optional

Name of the intrinsic dictionary. The default is {}.

Methods

FieldPlot.create()

Create a field plot.

FieldPlot.delete()

Delete the field plot.

FieldPlot.export_image([full_path, width, ...])

Export the active plot to an image file.

FieldPlot.export_image_from_aedtplt([...])

Save an image of the active plot using PyVista.

FieldPlot.get_points_value(points[, ...])

Get points data from field plot.

FieldPlot.update()

Update the field plot.

FieldPlot.update_field_plot_settings()

Modify the field plot settings.

Attributes

FieldPlot.field_line_trace_plot_settings

Settings for the field line traces in the plot.

FieldPlot.field_plot_settings

Field Plot Settings.

FieldPlot.filter_boxes

Volumes on which filter the plot.

FieldPlot.folder_settings

Get the folder settings.

FieldPlot.intrinsicVar

Intrinsic variable.

FieldPlot.plotGeomInfo

Plot geometry information.

FieldPlot.plotsettings

Plot settings.

FieldPlot.surfacePlotInstruction

Surface plot settings.

FieldPlot.surfacePlotInstructionLineTraces

Surface plot settings for field line traces.