building_blocks.face.point

Syntax

pp = building_blocks.face.point(fp,i)

Get a point of a face. Point indices start at 1. The point index must not be more than number of points for a face (3 = triangle, 4 = quad).

Returns:

pp - point pointer

Arguments:

fp - face pointer

i - point index