IFigureOfMeritGraphics2DAttributes#
- class ansys.stk.core.stkobjects.IFigureOfMeritGraphics2DAttributes#
Figure of Merit 2D graphics properties.
Overview#
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 in which points display on the 2D map. |
|
Opt whether coverage points display as filled polygons on the 2D map. |
|
Choose a marker to represent each point in the grid that meets satisfaction criteria. |
|
Coverage contours. |
|
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.