Class CadBoundaryPathCircularEllipse

CadBoundaryPathCircularEllipse class

The Cad boundary path circular ellipse.

public class CadBoundaryPathCircularEllipse : ICadBoundaryPathEntity

Constructors

NameDescription
CadBoundaryPathCircularEllipse()The default constructor.

Properties

NameDescription
AxisRatio { get; set; }Gets or sets the radius.
CenterPoint { get; set; }Gets or sets the centerPoint.
CounterclockwiseFlag { get; set; }Gets or sets the counterclockwise flag.
EndAngle { get; set; }Gets or sets the End angle.
MajorEndPoint { get; set; }Gets or sets the majour end point.
StartAngle { get; set; }Gets or sets Start angle.

Methods

NameDescription
ToCadBaseEntity()Converet a boundary path entity to cad base entity.

See Also