Class CadBoundaryPathLine

CadBoundaryPathLine class

The Cad boundary path line.

public class CadBoundaryPathLine : ICadBoundaryPathEntity

Constructors

NameDescription
CadBoundaryPathLine()The default constructor.

Properties

NameDescription
FirstPoint { get; set; }Gets or sets the first Point.
SecondPoint { get; set; }Gets or sets the second Point.

Methods

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

See Also