WindingOrientationEnum Enumeration

Enumeration of possible types of winding orientation.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public enum WindingOrientationEnum

Members

None0 Unknown or undefined.
Clockwise1 Shape is oriented in a clockwise path.
CounterClockwise2 Shape is oriented in a counter-clockwise path.

See Also