CoverageGraphics2DStatic#
- class ansys.stk.core.stkobjects.CoverageGraphics2DStatic#
Static 2D graphics display options for the coverage grid.
Overview#
Specify whether the boundary of each coverage region displays in the 2D Graphics window. |
|
Specify whether each grid point is shown in the 2D Graphics window as coverage computations are completed. |
|
Specify whether the name of each coverage region displays in the 2D Graphics window. |
|
Get or set the color in which regions and points display in the 2D Graphics window. |
|
Specify whether coverage points or regions display as filled polygons in the 2D Graphics window. |
|
Choose a marker to represent each point in the grid. |
|
Specify the fill translucency percentage for the grid. Translucency ranges from 0 to 100 percent, where 100 percent is invisible. |
Import detail#
from ansys.stk.core.stkobjects import CoverageGraphics2DStatic
Property detail#
- property CoverageGraphics2DStatic.show_region: bool#
Specify whether the boundary 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_labels: bool#
Specify whether the name of each coverage region displays in the 2D Graphics window.
- 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.