OutlineAppearance#

class ansys.stk.core.graphics.OutlineAppearance#

IntEnum

Overview#

FRONT_AND_BACK_LINES

Both the front and back lines are displayed.

FRONT_LINES_ONLY

Only the front lines are displayed. This can be used to declutter the outline.

STYLIZE_BACK_LINES

Both the front and back lines are displayed. The back lines are displayed using a different color, translucency, and width. This is used to declutter the outline but still provide a visual cue for the back facing geometry.

Import detail#

from ansys.stk.core.graphics import OutlineAppearance