IList<Object> ConstructionLine.CreateStraightLines(IEnumerable<Point> pointCollection)

Create straight line edges by sequential connection of the provided points.

Parameters

  • pointCollection
    Type: IEnumerable<Point>
    A collection of Point.

Return Value

Type: IList<Object>
A list of the newly created edges.