FigureOfMeritGraphics3DAttributes#

class ansys.stk.core.stkobjects.FigureOfMeritGraphics3DAttributes#

3D static graphics properties for a Figure of Merit.

Overview#

show_graphics

Opt whether to display coverage data for all points based on evaluation over the entire coverage interval.

translucency

Percentage translucency of the static graphics when grid points are filled.

point_size

Get or set the size of a grid point for static graphics when grid points are not filled and smooth contours are not used.

Import detail#

from ansys.stk.core.stkobjects import FigureOfMeritGraphics3DAttributes

Property detail#

property FigureOfMeritGraphics3DAttributes.show_graphics: bool#

Opt whether to display coverage data for all points based on evaluation over the entire coverage interval.

property FigureOfMeritGraphics3DAttributes.translucency: float#

Percentage translucency of the static graphics when grid points are filled.

property FigureOfMeritGraphics3DAttributes.point_size: float#

Get or set the size of a grid point for static graphics when grid points are not filled and smooth contours are not used.