sketch.point.find

Syntax

p := sketch.point.find(sp,i)

Get the point with ID i.

Returns:

p - pointer to the point with ID i. The function returns null if no point has that ID number.

Arguments:

sp - sketch set pointer

i - the ID number to look for, which must be positive