IFigureOfMeritGraphics2DAttributes#

class ansys.stk.core.stkobjects.IFigureOfMeritGraphics2DAttributes#

Figure of Merit 2D graphics properties.

Overview#

show_graphics

Show graphics: highlight each point on the 2D map that meets the specified Satisfaction criterion (if Satisfaction is enabled) or the default Satisfaction criterion (if Satisfaction is disabled).

color

Color in which points display on the 2D map.

fill_points

Opt whether coverage points display as filled polygons on the 2D map.

marker_style

Choose a marker to represent each point in the grid that meets satisfaction criteria.

contours

Coverage contours.

fill_translucency

Specify the percent translucency of filled polygons on the 2D map. Translucency ranges from 0 to 100 percent, where 100 percent is invisible. Dimensionless.

Import detail#

from ansys.stk.core.stkobjects import IFigureOfMeritGraphics2DAttributes

Property detail#

property IFigureOfMeritGraphics2DAttributes.show_graphics: bool#

Show graphics: highlight each point on the 2D map that meets the specified Satisfaction criterion (if Satisfaction is enabled) or the default Satisfaction criterion (if Satisfaction is disabled).

property IFigureOfMeritGraphics2DAttributes.color: Color#

Color in which points display on the 2D map.

property IFigureOfMeritGraphics2DAttributes.fill_points: bool#

Opt whether coverage points display as filled polygons on the 2D map.

property IFigureOfMeritGraphics2DAttributes.marker_style: str#

Choose a marker to represent each point in the grid that meets satisfaction criteria.

property IFigureOfMeritGraphics2DAttributes.contours: IFigureOfMeritGraphics2DContours#

Coverage contours.

property IFigureOfMeritGraphics2DAttributes.fill_translucency: float#

Specify the percent translucency of filled polygons on the 2D map. Translucency ranges from 0 to 100 percent, where 100 percent is invisible. Dimensionless.