Click or drag to resize

MathHelperNotConnectedPoints Method

Checks if in a group of entities there are not connected points.

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

Parameters

Entities
Type: System.Collections.GenericIEnumerableEntityObject
The list of entities. If omitted all entities will be checked.

Return Value

Type: ListVector2
A list of vectors of not connected points
See Also