CoverageGraphics3DAttributes#

class ansys.stk.core.stkobjects.CoverageGraphics3DAttributes#

3D animation or static graphics options.

Overview#

show_graphics

Show Animation Graphics: specify whether to display coverage data for all points based on evaluation over the entire coverage interval.

translucency

Animation Translucency Percentage: the translucency of the static graphics when grid points are filled. Dimensionless.

point_size

Animation Point Size: the size of a grid point for static graphics when grid points are not filled. Dimensionless.

Import detail#

from ansys.stk.core.stkobjects import CoverageGraphics3DAttributes

Property detail#

property CoverageGraphics3DAttributes.show_graphics: bool#

Show Animation Graphics: specify whether to display coverage data for all points based on evaluation over the entire coverage interval.

property CoverageGraphics3DAttributes.translucency: float#

Animation Translucency Percentage: the translucency of the static graphics when grid points are filled. Dimensionless.

property CoverageGraphics3DAttributes.point_size: float#

Animation Point Size: the size of a grid point for static graphics when grid points are not filled. Dimensionless.