Show / Hide Table of Contents

Class CircularArcCodes

Circular Arc Group Codes.

Inheritance
System.Object
GroupCodesBase
CircularArcCodes
Inherited Members
GroupCodesBase.EntityType
GroupCodesBase.LayerName
GroupCodesBase.Handle
GroupCodesBase.SoftPointer
GroupCodesBase.HardPointer
GroupCodesBase.SubclassMarker
GroupCodesBase.Thickness
GroupCodesBase.XPoint
GroupCodesBase.XPointEnd
GroupCodesBase.YPoint
GroupCodesBase.YPointEnd
GroupCodesBase.ZPoint
GroupCodesBase.ZPointEnd
GroupCodesBase.ExtrusionDirectionX
GroupCodesBase.ExtrusionDirectionY
GroupCodesBase.ExtrusionDirectionZ
GroupCodesBase.EndSectionMarker
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 Source

ArcStartMarker

The CircularArc Entity Start Marker

Declaration
public const string ArcStartMarker = "ARC"
Field Value
Type Description
System.String
| Improve this Doc View Source

CircleStartMarker

The Circle Entity Start Marker

Declaration
public const string CircleStartMarker = "CIRCLE"
Field Value
Type Description
System.String
| Improve this Doc View Source

EndAngle

The Ending Angle of the Arc (Degrees)

Declaration
public const string EndAngle = " 51"
Field Value
Type Description
System.String
| Improve this Doc View Source

IsCounterClockWise

True if the arc is counter clock wise

Declaration
public const string IsCounterClockWise = " 73"
Field Value
Type Description
System.String
| Improve this Doc View Source

Radius

The Radius of the Arc

Declaration
public const string Radius = " 40"
Field Value
Type Description
System.String
| Improve this Doc View Source

StartAngle

The Starting Angle of the Arc (Degrees)

Declaration
public const string StartAngle = " 50"
Field Value
Type Description
System.String
  • Improve this Doc
  • View Source
Back to top Generated by DocFX