Class CircularArc
The Circular Arc Entity
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 CircularArc : Entity
Constructors
| Improve this Doc View SourceCircularArc(CircularArcBuffer)
The CircularArcBuffer constructor for the Arc Entity
Declaration
public CircularArc(CircularArcBuffer ab)
Parameters
Type | Name | Description |
---|---|---|
CircularArcBuffer | ab |
Properties
| Improve this Doc View SourceArea
The Area of the Arc
Declaration
public double Area { get; }
Property Value
Type | Description |
---|---|
System.Double |
Bulge
The Bulge of the Arc
Declaration
public double Bulge { get; }
Property Value
Type | Description |
---|---|
System.Double |
CenterPoint
The Center Vertex of the Arc
Declaration
public Vertex CenterPoint { get; }
Property Value
Type | Description |
---|---|
Vertex |
EndAngle
The End Angle of the Arc
Declaration
public double EndAngle { get; }
Property Value
Type | Description |
---|---|
System.Double |
EndingVertex
The Ending Vertex
Declaration
public Vertex EndingVertex { get; }
Property Value
Type | Description |
---|---|
Vertex |
GeometricArc
The Geometric Arc
Declaration
public GeoArc GeometricArc { get; }
Property Value
Type | Description |
---|---|
GeoArc |
Length
The Arc Length of the Arc
Declaration
public double Length { get; }
Property Value
Type | Description |
---|---|
System.Double |
MiddleVertex
The Middle Vertex of the Arc
Declaration
public Vertex MiddleVertex { get; }
Property Value
Type | Description |
---|---|
Vertex |
Radius
The Radius of the Arc
Declaration
public double Radius { get; }
Property Value
Type | Description |
---|---|
System.Double |
StartAngle
The Starting Angle of the Arc
Declaration
public double StartAngle { get; }
Property Value
Type | Description |
---|---|
System.Double |
StartingVertex
The Starting Vertex
Declaration
public Vertex StartingVertex { get; }
Property Value
Type | Description |
---|---|
Vertex |
Thickness
The Thickness of the Arc
Declaration
public double Thickness { get; }
Property Value
Type | Description |
---|---|
System.Double |