Click or drag to resize

MathHelperIntersectionPoints Method

Find intersection points of a group of entities.

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public static List<Vector2> IntersectionPoints(
	IEnumerable<EntityObject> Entities
)

Parameters

Entities
Type: System.Collections.GenericIEnumerableEntityObject
The list of entities.

Return Value

Type: ListVector2
A list of the intersection points.
See Also