extrude.block.point

Syntax

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

Get a point (vertex) of a block. Point indices start with 1 and must not be more than the number of points for a block (3 = triangle, 4 = quad).

Returns:

pp - point pointer

Arguments:

bp - block pointer

i - block point index