Class CircularArcCodes
Circular Arc Group Codes.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dxflib.IO.GroupCodes
Assembly: Dxflib.dll
Syntax
public abstract class CircularArcCodes : GroupCodesBase
Fields
| Improve this Doc View SourceArcStartMarker
The CircularArc Entity Start Marker
Declaration
public const string ArcStartMarker = "ARC"
Field Value
Type | Description |
---|---|
System.String |
CircleStartMarker
The Circle Entity Start Marker
Declaration
public const string CircleStartMarker = "CIRCLE"
Field Value
Type | Description |
---|---|
System.String |
EndAngle
The Ending Angle of the Arc (Degrees)
Declaration
public const string EndAngle = " 51"
Field Value
Type | Description |
---|---|
System.String |
IsCounterClockWise
True if the arc is counter clock wise
Declaration
public const string IsCounterClockWise = " 73"
Field Value
Type | Description |
---|---|
System.String |
Radius
The Radius of the Arc
Declaration
public const string Radius = " 40"
Field Value
Type | Description |
---|---|
System.String |
StartAngle
The Starting Angle of the Arc (Degrees)
Declaration
public const string StartAngle = " 50"
Field Value
Type | Description |
---|---|
System.String |