mpoint.node.inbox

Syntax

l = mpoint.node.inbox(vl,vu<,b>)

Get the list of mpoint nodes with extents intersecting a box. The extent is the axis-aligned bounding box of the node, using one-fifth the node spacing to define the node length scale. Specifying b = false indicates that only nodes with positions falling in the box are returned.

Returns:

l - a pointer to the list of mpoint nodes

Arguments:

vl - lower corner of the box

vu - upper corner of the box

b - optional intersection specifier