IFigureOfMeritGraphics2DContours#

class ansys.stk.core.stkobjects.IFigureOfMeritGraphics2DContours#

Coverage contours.

Overview#

show_graphics

Opt whether to display contours.

contour_type

Contour display method (block fill or smooth fill).

color_method

Color method for contours (color ramp or explicit).

ramp_color

Color ramp colors.

level_attributes

Contour level display properties.

legend

Contour legend.

show_up_to_maximum_only

FOM values greater than max contour level are drawn as transparent.

show_contour_lines

Show Contour Lines.

line_width

Contour Lines width.

use_static_contours

Use static contour settings for animation contours.

line_style

Contour lines style.

Import detail#

from ansys.stk.core.stkobjects import IFigureOfMeritGraphics2DContours

Property detail#

property IFigureOfMeritGraphics2DContours.show_graphics: bool#

Opt whether to display contours.

property IFigureOfMeritGraphics2DContours.contour_type: FigureOfMeritGraphics2DContourType#

Contour display method (block fill or smooth fill).

property IFigureOfMeritGraphics2DContours.color_method: FigureOfMeritGraphics2DColorMethod#

Color method for contours (color ramp or explicit).

property IFigureOfMeritGraphics2DContours.ramp_color: FigureOfMeritGraphics2DRampColor#

Color ramp colors.

property IFigureOfMeritGraphics2DContours.level_attributes: FigureOfMeritGraphics2DLevelAttributesCollection#

Contour level display properties.

property IFigureOfMeritGraphics2DContours.legend: FigureOfMeritGraphics2DLegend#

Contour legend.

property IFigureOfMeritGraphics2DContours.show_up_to_maximum_only: bool#

FOM values greater than max contour level are drawn as transparent.

property IFigureOfMeritGraphics2DContours.show_contour_lines: bool#

Show Contour Lines.

property IFigureOfMeritGraphics2DContours.line_width: int#

Contour Lines width.

property IFigureOfMeritGraphics2DContours.use_static_contours: bool#

Use static contour settings for animation contours.

property IFigureOfMeritGraphics2DContours.line_style: LineStyle#

Contour lines style.