Click or drag to resize

MathHelperExternalContour Method

Find the external contour of a group of entities.

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

Parameters

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

Return Value

Type: ListEntityObject
A list of the entites of the external contour.
See Also