Click or drag to resize

MathHelperMergeCollinearLines Method

Merges line segments that are collinear and overlapping/touching.

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.12.2
Syntax
public static List<Line> MergeCollinearLines(
	List<Line> lines
)

Parameters

lines
Type: System.Collections.GenericListLine
The list of lines to merge.

Return Value

Type: ListLine
A list of merged lines.
See Also