sketch.segment.poly.add

Syntax

void := sketch.segment.poly.add(sgp,v)

Add a control point. The point is added at position v. If the segment type is simple line, the segment type will be changed to polyline type.

Returns:

void - void return

Arguments:

sgp - segment pointer

v - 2D vector