zone.inbox

Syntax

l = zone.inbox(vl,vu,b)

Get a list of zones with extents intersecting a box. The extent is the axis-aligned bounding box of the zone. Specifying b = false indicates that only zones with positions falling in the box are returned.

Returns:

l - a pointer to the list of zones

Arguments:

vl - lower corner of the box

vu - upper corner of the box

b - intersection specifier