Click or drag to resize

MathHelperEntitiesOutsidePoint Method

Identify the entities that form a closed loop surrounding a given point from a list of entities.

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

Parameters

Entities
Type: System.Collections.GenericIEnumerableEntityObject
The list of entities.
Position
Type: DXFReaderNETVector2
The given point.

Return Value

Type: ListEntityObject
The surrounding closed entities.
See Also