Click or drag to resize

AngleDirection Enumeration

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Specifies the direction of an angle.

Namespace:  netDxf.Units
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public enum AngleDirection
Request Example View Source
Members
  Member nameValueDescription
CCW0 Counterclockwise (right handedness).
CW1 Clockwise (left handedness).
See Also