Show / Hide Table of Contents

Class CircularArc

The Circular Arc Entity

Inheritance
System.Object
Entity
CircularArc
Inherited Members
Entity.EntityType
Entity.Handle
Entity.ReferencedEntities
Entity.HasReferencedEntities
Entity.LayerName
Entity.UpdateReferencedEntities()
Entity.LayerChanged
Entity.OnLayerChanged(LayerChangedHandlerArgs)
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 CircularArc : Entity

Constructors

| Improve this Doc View Source

CircularArc(CircularArcBuffer)

The CircularArcBuffer constructor for the Arc Entity

Declaration
public CircularArc(CircularArcBuffer ab)
Parameters
Type Name Description
CircularArcBuffer ab

The CircularArcBuffer

Properties

| Improve this Doc View Source

Area

The Area of the Arc

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

Bulge

The Bulge of the Arc

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

CenterPoint

The Center Vertex of the Arc

Declaration
public Vertex CenterPoint { get; }
Property Value
Type Description
Vertex
| Improve this Doc View Source

EndAngle

The End Angle of the Arc

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

EndingVertex

The Ending Vertex

Declaration
public Vertex EndingVertex { get; }
Property Value
Type Description
Vertex
| Improve this Doc View Source

GeometricArc

The Geometric Arc

Declaration
public GeoArc GeometricArc { get; }
Property Value
Type Description
GeoArc
| Improve this Doc View Source

Length

The Arc Length of the Arc

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

MiddleVertex

The Middle Vertex of the Arc

Declaration
public Vertex MiddleVertex { get; }
Property Value
Type Description
Vertex
| 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 Starting Angle of the Arc

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

StartingVertex

The Starting Vertex

Declaration
public Vertex StartingVertex { get; }
Property Value
Type Description
Vertex
| Improve this Doc View Source

Thickness

The Thickness of the Arc

Declaration
public double Thickness { get; }
Property Value
Type Description
System.Double
  • Improve this Doc
  • View Source
Back to top Generated by DocFX