This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
e3d3d836 886d dcdd 358c d7e8bbe2960d
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Specifies the direction of an angle.
Namespace: netDxf.Units
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public enum AngleDirectionVB
Public Enumeration AngleDirectionC++
public enum class AngleDirectionF#
type AngleDirection| CCW | 0 | Counterclockwise (right handedness). |
| CW | 1 | Clockwise (left handedness). |