block.gp.near.list

Syntax

l = block.gp.near.list(v,f<,b>)

Get a list of gridpoints within distance f input position v. The optional second input can be used to search only visible blocks. Set b = true to search only visible blocks. The default is b = false (searching all blocks).

Returns:l - list of block gridpoint pointers
Arguments:v - position f - distance from v to search for gridpoints b - optional flag that determines if only visible blocks are searched b = \(true\)). Be default b = \(false\).