clump.pebble.contactmap.all

Syntax

m = clump.pebble.contactmap.all(p<,i><,q>)

Get all contacts around a pebble. Inactive contacts are included. The optional arguments enable filtering by contact type and/or contacting piece pointer.

Returns:

m - map of contacts

Note

Iterate over a FISH map using the loop foreach construct.

Arguments:

p - pebble pointer

i - optional contact typeid used to filter the returned contacts

q - Optional piece pointer that can either be a ball, pebble, or facet pointer.