FigureOfMeritGraphics3DLegendWindow =================================== .. py:class:: ansys.stk.core.stkobjects.FigureOfMeritGraphics3DLegendWindow 3D graphics contours legend. .. py:currentmodule:: FigureOfMeritGraphics3DLegendWindow Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.FigureOfMeritGraphics3DLegendWindow.show_on_map` - Opt whether to display a contour legend. * - :py:attr:`~ansys.stk.core.stkobjects.FigureOfMeritGraphics3DLegendWindow.position_on_map` - Position where the contour legend is displayed. * - :py:attr:`~ansys.stk.core.stkobjects.FigureOfMeritGraphics3DLegendWindow.translucency` - Translucency of the contour legend display. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import FigureOfMeritGraphics3DLegendWindow Property detail --------------- .. py:property:: show_on_map :canonical: ansys.stk.core.stkobjects.FigureOfMeritGraphics3DLegendWindow.show_on_map :type: bool Opt whether to display a contour legend. .. py:property:: position_on_map :canonical: ansys.stk.core.stkobjects.FigureOfMeritGraphics3DLegendWindow.position_on_map :type: FigureOfMeritGraphics2DPositionOnMap Position where the contour legend is displayed. .. py:property:: translucency :canonical: ansys.stk.core.stkobjects.FigureOfMeritGraphics3DLegendWindow.translucency :type: float Translucency of the contour legend display.