ArcDirectionEnum Enumeration
Enumeration of allowable arc drawing directions.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public enum ArcDirectionEnum
Public Enumeration ArcDirectionEnum
No code example is currently available or this language may not be supported.
The arc direction is the flow of the edge of the arc from the specified
starting point or angle to the ending point or angle. In Cartesian space,
ArcDirectionEnum.Forward is a counterclockwise progression from the
positive-going ray along the X-axis, while in Display space, the value
ArcDirectionEnum.Forward represents a clockwise progression from the
positive-going ray along the X-axis.
None | 0 |
Arc direction not specified or unknown.
|
Forward | 1 |
The arc progresses in an increasing angular path from start to finish.
|
Increasing | 1 |
The arc progresses in an increasing angular path from start to finish.
This value is compatible with Forward.
|
Reverse | 2 |
The arc progresses in a decreasing angular path from start to finish.
|
Decreasing | 2 |
The arc progresses is a decreasing angular path from start to finish.
This value is compatible with Reverse.
|