EdgeDetectMethod#

class ansys.stk.core.graphics.EdgeDetectMethod#

IntEnum

Overview#

VERTICAL

Detects vertical edges.

HORIZONTAL

Detects horizontal edges.

LEFT_DIAGONAL

Detects left diagonal edges.

RIGHT_DIAGONAL

Detects right diagonal edges.

LAPLACIAN

Detects edges using the Laplacian method.

PREWITT_LAPLACIAN

Detects edges using the Prewitt-Laplacian method.

SOBEL_VERTICAL

Detects vertical edges using the Sobel method.

SOBEL_HORIZONTAL

Detects horizontal edges using the Sobel method.

Import detail#

from ansys.stk.core.graphics import EdgeDetectMethod