FigureOfMeritGraphics3DAttributes ================================= .. py:class:: ansys.stk.core.stkobjects.FigureOfMeritGraphics3DAttributes 3D static graphics properties for a Figure of Merit. .. py:currentmodule:: FigureOfMeritGraphics3DAttributes Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.FigureOfMeritGraphics3DAttributes.show_graphics` - Opt whether to display coverage data for all points based on evaluation over the entire coverage interval. * - :py:attr:`~ansys.stk.core.stkobjects.FigureOfMeritGraphics3DAttributes.translucency` - Percentage translucency of the static graphics when grid points are filled. * - :py:attr:`~ansys.stk.core.stkobjects.FigureOfMeritGraphics3DAttributes.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 ------------- .. code-block:: python from ansys.stk.core.stkobjects import FigureOfMeritGraphics3DAttributes Property detail --------------- .. py:property:: show_graphics :canonical: ansys.stk.core.stkobjects.FigureOfMeritGraphics3DAttributes.show_graphics :type: bool Opt whether to display coverage data for all points based on evaluation over the entire coverage interval. .. py:property:: translucency :canonical: ansys.stk.core.stkobjects.FigureOfMeritGraphics3DAttributes.translucency :type: float Percentage translucency of the static graphics when grid points are filled. .. py:property:: point_size :canonical: ansys.stk.core.stkobjects.FigureOfMeritGraphics3DAttributes.point_size :type: 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.