FigureOfMeritGraphics2DFloatingPointFormat ========================================== .. py:class:: ansys.stk.core.stkobjects.FigureOfMeritGraphics2DFloatingPointFormat IntEnum .. py:currentmodule:: FigureOfMeritGraphics2DFloatingPointFormat Overview -------- .. tab-set:: .. tab-item:: Members .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~FLOATING_POINT` - Floating point format. * - :py:attr:`~SCIENTIFIC_UPPERCASE_E` - Scientific (E). * - :py:attr:`~SCIENTIFIC_LOWERCASE_E` - Scientific (e). Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import FigureOfMeritGraphics2DFloatingPointFormat