Click or drag to resize

MathHelperEntityInsideEntities Method

Checks if an entity is contained in a list of entities representing a closed contour.

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public static bool EntityInsideEntities(
	IEnumerable<EntityObject> ExternalEntities,
	EntityObject InternalEntity
)

Parameters

ExternalEntities
Type: System.Collections.GenericIEnumerableEntityObject
The entities of the contour.
InternalEntity
Type: DXFReaderNET.EntitiesEntityObject
The internal entity.

Return Value

Type: Boolean
True if the internal entity is full contained in the list of entities.
See Also