FigureOfMeritGraphics ===================== .. py:class:: ansys.stk.core.stkobjects.FigureOfMeritGraphics FigureOfMeritGraphics Class. .. py:currentmodule:: FigureOfMeritGraphics Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.FigureOfMeritGraphics.static` - Get the static graphics. * - :py:attr:`~ansys.stk.core.stkobjects.FigureOfMeritGraphics.animation_settings` - Get the animation graphics. * - :py:attr:`~ansys.stk.core.stkobjects.FigureOfMeritGraphics.show_graphics` - Specify whether graphics attributes of the Figure of Merit are visible. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import FigureOfMeritGraphics Property detail --------------- .. py:property:: static :canonical: ansys.stk.core.stkobjects.FigureOfMeritGraphics.static :type: IFigureOfMeritGraphics2DAttributes Get the static graphics. .. py:property:: animation_settings :canonical: ansys.stk.core.stkobjects.FigureOfMeritGraphics.animation_settings :type: FigureOfMeritGraphics2DAttributesAnimation Get the animation graphics. .. py:property:: show_graphics :canonical: ansys.stk.core.stkobjects.FigureOfMeritGraphics.show_graphics :type: bool Specify whether graphics attributes of the Figure of Merit are visible.