FieldPlot#

class pyaedt.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:
postprocessorpyaedt.modules.PostProcessor.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.change_plot_scale(minimum_value, ...)

Change Field Plot Scale.

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.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.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.