Show / Hide Table of Contents

Class CircularArcBuffer

The a child of the EntityBuffer class that is used to create CircularArc Entities

Inheritance
System.Object
EntityBuffer
CircularArcBuffer
Inherited Members
EntityBuffer.EntityType
EntityBuffer.Handle
EntityBuffer.LayerName
EntityBuffer.EntityReferenceList
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 Source

CircularArcBuffer()

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 Source

CenterPointX

The Center Point X position

Declaration
public double CenterPointX { get; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

CenterPointY

The Center Point Y Position

Declaration
public double CenterPointY { get; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

CenterPointZ

The Center Point Z Position

Declaration
public double CenterPointZ { get; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

EndAngle

The End Angle of the Arc in degrees

Declaration
public double EndAngle { get; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

Radius

The Radius of the Arc

Declaration
public double Radius { get; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

StartAngle

The Start Angle of the Arc in degrees

Declaration
public double StartAngle { get; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

Thickness

Thickness

Declaration
public double Thickness { get; }
Property Value
Type Description
System.Double

Methods

| Improve this Doc View Source

Parse(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

Overrides
EntityBuffer.Parse(TaggedDataList, Int32)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX