Function: ebound

Syntax

ebound (<elist> {,<group>})

Type

epointer

Returns

The polygon entity which encloses a given entity or entities. If no enclosing entity is found, null is returned.

Parameters

Notes

If the entities in <elist> are enclosed by more than one polygon, the polygon with the smallest minimum bounding rectangle (mbr) is returned.

Examples

Searches the group mygroup for the polygon which encloses the entity myent.

epointer ep = ebound(myent,mygroup)

See Also

Identifiers:

all

Structures:

group