BlurMethod ========== .. py:class:: ansys.stk.core.graphics.BlurMethod IntEnum .. py:currentmodule:: BlurMethod Overview -------- .. tab-set:: .. tab-item:: Members .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~MEAN` - Provide smoothing and noise reduction through mean filtering. * - :py:attr:`~BASIC` - Provide basic blurring. Import detail ------------- .. code-block:: python from ansys.stk.core.graphics import BlurMethod