Click or drag to resize

MathHelperFindLoops Method

Finds single loops among a list of entities.

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

Parameters

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

Return Value

Type: ListListEntityObject
A list of list of entity objects, one list for each loop.
See Also