Click or drag to resize

DXFReaderNETControlContour Method

Find the contour among a list of entities from an entity of the list.

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public List<EntityObject> Contour(
	IEnumerable<EntityObject> Entities,
	EntityObject Entity
)

Parameters

Entities
Type: System.Collections.GenericIEnumerableEntityObject
The list of entities.
Entity
Type: DXFReaderNET.EntitiesEntityObject
The entity that belongs to the contour.

Return Value

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