Class CircularArcBuffer
The a child of the EntityBuffer class that is used to create CircularArc Entities
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.Entities
Assembly: Dxflib.dll
Syntax
public class CircularArcBuffer : EntityBuffer
Constructors
| Improve this Doc View SourceCircularArcBuffer()
Constructor for the Circular Arc Buffer Class This constructor will set all properties to their default values
Declaration
public CircularArcBuffer()
Properties
| Improve this Doc View SourceCenterPointX
The Center Point X position
Declaration
public double CenterPointX { get; }
Property Value
Type | Description |
---|---|
System.Double |
CenterPointY
The Center Point Y Position
Declaration
public double CenterPointY { get; }
Property Value
Type | Description |
---|---|
System.Double |
CenterPointZ
The Center Point Z Position
Declaration
public double CenterPointZ { get; }
Property Value
Type | Description |
---|---|
System.Double |
EndAngle
The End Angle of the Arc in degrees
Declaration
public double EndAngle { get; }
Property Value
Type | Description |
---|---|
System.Double |
Radius
The Radius of the Arc
Declaration
public double Radius { get; }
Property Value
Type | Description |
---|---|
System.Double |
StartAngle
The Start Angle of the Arc in degrees
Declaration
public double StartAngle { get; }
Property Value
Type | Description |
---|---|
System.Double |
Thickness
Declaration
public double Thickness { get; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
| Improve this Doc View SourceParse(TaggedDataList, Int32)
The Parse Function for the CircularArc Entity
Declaration
public override bool Parse(TaggedDataList list, int index)
Parameters
Type | Name | Description |
---|---|---|
TaggedDataList | list | The Tagged Data list |
System.Int32 | index | The Current Index |
Returns
Type | Description |
---|---|
System.Boolean | Always True |