CoverageGraphics2DAnimation#

class ansys.stk.core.stkobjects.CoverageGraphics2DAnimation#

2D animation graphics options for the coverage grid.

Overview#

show_satisfaction

Show Satisfaction: display graphics for regions of the grid that satisfy multiple figure of merit satisfaction criteria simultaneously during animation.

color

Color of the animation graphics display.

fill_translucency

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

Import detail#

from ansys.stk.core.stkobjects import CoverageGraphics2DAnimation

Property detail#

property CoverageGraphics2DAnimation.show_satisfaction: bool#

Show Satisfaction: display graphics for regions of the grid that satisfy multiple figure of merit satisfaction criteria simultaneously during animation.

property CoverageGraphics2DAnimation.color: Color#

Color of the animation graphics display.

property CoverageGraphics2DAnimation.fill_translucency: float#

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