Direction Enumeration

Specifies the direction of an object as clockwise,counter clockwise or linear. For example used by Arc2d.
Fields
 
Name Value Description
CCW 1 Counter clockwise direction
CW 2 Clockwise direction
Linear 0 Linear direction

In this article

Definition