Class CadBoundaryPathCircularArc

CadBoundaryPathCircularArc class

The Cad boundary path circular arc.

public class CadBoundaryPathCircularArc : ICadBoundaryPathEntity

Constructors

NameDescription
CadBoundaryPathCircularArc()The default constructor.

Properties

NameDescription
CenterPoint { get; set; }Gets or sets the centerPoint.
CounterClockwize { get; set; }Gets or sets the counter clockwize.
EndAngle { get; set; }Gets or sets the End angle.
Radius { get; set; }Gets or sets the radius.
StartAngle { get; set; }Gets or sets Start angle.

Methods

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

See Also