CoverageGraphics2DStatic#

class ansys.stk.core.stkobjects.CoverageGraphics2DStatic#

Static 2D graphics display options for the coverage grid.

Overview#

color

Get or set the color in which regions and points display in the 2D Graphics window.

fill_points

Specify whether coverage points or regions display as filled polygons in the 2D Graphics window.

fill_translucency

Specify the fill translucency percentage for the grid. Translucency ranges from 0 to 100 percent, where 100 percent is invisible.

marker_style

Choose a marker to represent each point in the grid.

show_labels

Specify whether the name of each coverage region displays in the 2D Graphics window.

show_points

Specify whether each grid point is shown in the 2D Graphics window as coverage computations are completed.

show_region

Specify whether the boundary of each coverage region displays in the 2D Graphics window.

Import detail#

from ansys.stk.core.stkobjects import CoverageGraphics2DStatic

Property detail#

property CoverageGraphics2DStatic.color: Color#

Get or set the color in which regions and points display in the 2D Graphics window.

property CoverageGraphics2DStatic.fill_points: bool#

Specify whether coverage points or regions display as filled polygons in the 2D Graphics window.

property CoverageGraphics2DStatic.fill_translucency: float#

Specify the fill translucency percentage for the grid. Translucency ranges from 0 to 100 percent, where 100 percent is invisible.

property CoverageGraphics2DStatic.marker_style: str#

Choose a marker to represent each point in the grid.

property CoverageGraphics2DStatic.show_labels: bool#

Specify whether the name of each coverage region displays in the 2D Graphics window.

property CoverageGraphics2DStatic.show_points: bool#

Specify whether each grid point is shown in the 2D Graphics window as coverage computations are completed.

property CoverageGraphics2DStatic.show_region: bool#

Specify whether the boundary of each coverage region displays in the 2D Graphics window.