building_blocks.block.face

Syntax

fp = building_blocks.block.face(bp,i)

Get a block face. Face indices start at 1. The index cannot be more than the total number of faces for a block (4 = tetrahedron, 5 = wedge, 6 = hexahedron).

Returns:

fp - face pointer

Arguments:

bp - block pointer

i - face index