interface DwgLineEdge {
    end: DwgPoint2D;
    start: DwgPoint2D;
    type: DwgBoundaryPathEdgeType;
}

Hierarchy

  • DwgBoundaryPathEdgeCommon
    • DwgLineEdge

Properties

Properties

start: DwgPoint2D