EdgeDetectMethod ================ .. py:class:: ansys.stk.core.graphics.EdgeDetectMethod IntEnum .. py:currentmodule:: EdgeDetectMethod Overview -------- .. tab-set:: .. tab-item:: Members .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~VERTICAL` - Detects vertical edges. * - :py:attr:`~HORIZONTAL` - Detects horizontal edges. * - :py:attr:`~LEFT_DIAGONAL` - Detects left diagonal edges. * - :py:attr:`~RIGHT_DIAGONAL` - Detects right diagonal edges. * - :py:attr:`~LAPLACIAN` - Detects edges using the Laplacian method. * - :py:attr:`~PREWITT_LAPLACIAN` - Detects edges using the Prewitt-Laplacian method. * - :py:attr:`~SOBEL_VERTICAL` - Detects vertical edges using the Sobel method. * - :py:attr:`~SOBEL_HORIZONTAL` - Detects horizontal edges using the Sobel method. Import detail ------------- .. code-block:: python from ansys.stk.core.graphics import EdgeDetectMethod