Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

e3d3d836 886d dcdd 358c d7e8bbe2960d

haplokuon edited this page May 6, 2023 · 1 revision

AngleDirection Enumeration

netDxf 3.0.0 Library

Specifies the direction of an angle.

Definition

Namespace: netDxf.Units
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public enum AngleDirection

VB

Public Enumeration AngleDirection

C++

public enum class AngleDirection

F#

type AngleDirection

Members

CCW 0 Counterclockwise (right handedness).
CW 1 Clockwise (left handedness).

See Also

Reference

netDxf.Units Namespace

Clone this wiki locally