extrude.point.extra

Syntax

a := extrude.point.extra(p<,i>)
extrude.point.extra(p<,i>) := a

Get/sets the value stored in the ith extra variable array of point p.

Returns:

a - value stored in extra variable slot i for point p

Accepts:

a - value to store in extra variable slot for point p

Arguments:

p - a pointer to the point

i - extra variable index to use. If not provided, index 1 is assumed.