sketch.block.point

Syntax

pp := sketch.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 vertices on the boundaries of the block.

Returns:

pp - point pointer

Arguments:

bp - block pointer

i - block point index