FigureOfMeritGraphics3D#

class ansys.stk.core.stkobjects.FigureOfMeritGraphics3D#

Figure of Merit 3D graphics.

Overview#

static

Get the static graphics.

animation_graphics_3d_settings

Get the animation graphics:.

granularity

Fill granularity: the sampling distance between points used when grid points are filled and smooth contours are not used.

pixels_per_degree

Get or set the number of pixels used in one degree in the temporary file created when smooth contours are used.

Import detail#

from ansys.stk.core.stkobjects import FigureOfMeritGraphics3D

Property detail#

property FigureOfMeritGraphics3D.static: FigureOfMeritGraphics3DAttributes#

Get the static graphics.

property FigureOfMeritGraphics3D.animation_graphics_3d_settings: FigureOfMeritGraphics3DAttributes#

Get the animation graphics:.

property FigureOfMeritGraphics3D.granularity: float#

Fill granularity: the sampling distance between points used when grid points are filled and smooth contours are not used.

property FigureOfMeritGraphics3D.pixels_per_degree: float#

Get or set the number of pixels used in one degree in the temporary file created when smooth contours are used.