RingOrientation Enumeration
Specifies the desired orientation of polygon rings and closed line features visualized by LineVisualizer and PointVisualizer.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Syntax
public enum RingOrientation
Values
Value name | Value | Description |
---|---|---|
Any | 0 | The orientation of the rings is irrelevant. Features will be rendered as is, without changing the orientation of the rings. This is the default. |
Clockwise | 1 | The orientation of the rings should always be clockwise. Rings that are oriented counterclockwise will be reversed before visualization. |
Counterclockwise | 2 | The orientation of the rings should always be counterclockwise. Rings that are oriented clockwise will be reversed before visualization. |
Platforms
Windows, Linux, Android