Click or drag to resize

MathHelperFindParts Method

Finds single parts among a list of entities.

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public static List<List<EntityObject>> FindParts(
	IEnumerable<EntityObject> Entities,
	bool IncludeInternalEntities = false
)

Parameters

Entities
Type: System.Collections.GenericIEnumerableEntityObject
The list of entities.
IncludeInternalEntities (Optional)
Type: SystemBoolean
True to include the intenal entities of the parts.

Return Value

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