FigureOfMeritGraphics2DLevelAttributesElement ============================================= .. py:class:: ansys.stk.core.stkobjects.FigureOfMeritGraphics2DLevelAttributesElement 2D graphics attributes of contour levels. .. py:currentmodule:: FigureOfMeritGraphics2DLevelAttributesElement Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.FigureOfMeritGraphics2DLevelAttributesElement.level` - Get or set the contour level for which graphics properties are being defined. * - :py:attr:`~ansys.stk.core.stkobjects.FigureOfMeritGraphics2DLevelAttributesElement.color` - Get or set the color assigned to the given contour level. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import FigureOfMeritGraphics2DLevelAttributesElement Property detail --------------- .. py:property:: level :canonical: ansys.stk.core.stkobjects.FigureOfMeritGraphics2DLevelAttributesElement.level :type: typing.Any Get or set the contour level for which graphics properties are being defined. .. py:property:: color :canonical: ansys.stk.core.stkobjects.FigureOfMeritGraphics2DLevelAttributesElement.color :type: Color Get or set the color assigned to the given contour level.