OutlineAppearance Enumeration |
Possible appearances of an outline. Front lines are lines on front facing
geometry and back lines are lines on back facing geometry.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public enum OutlineAppearance
Public Enumeration OutlineAppearance
public enum class OutlineAppearance
Members
| Member name | Description |
---|
| FrontAndBackLines |
Both the front and back lines are displayed.
|
| FrontLinesOnly |
Only the front lines are displayed. This can be used to declutter the outline.
|
| StylizeBackLines |
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.
|
See Also