building_blocks.face.next.face

Syntax

fnext = building_blocks.face.next.face(fp,i)

Get the next face in a list. The list comprises all faces connected to the point i on face fp.

Returns:

fnext - next face pointer

Arguments:

fp - source face pointer

i - point index

This function and related functions (building_blocks.edge.start.face, building_blocks.edge.start.index, building_blocks.face.next.index) can be used together to loop through the faces connected to a point.