building_blocks.block.point

Syntax

pp = building_blocks.block.point(bp,i)

Get a block point. Point indices start at 1. The index must not be more than the number of points for a block (4 = tetrahedron, 6 = wedge, 8 = hexahedron).

Returns:

pp - point pointer

Arguments:

bp - block pointer

i - point index