ComputeSpline()

Syntax

ComputeSpline(#Spline, Offset)
Description
Computes the spline point position at the specified offset. Once the point has been computed, its position is available with SplineX(), SplineY() and SplineZ().

Parameters

#Spline The spline to use.
Offset The offset in the spline. The offset value is ranged from 0.0 (start of the spline) and 1.0 (end of the spline).

Return value

None.

See Also

CreateSpline(), SplineX(), SplineY() and SplineZ()

Supported OS

All

<- ClearSpline() - Spline Index - CountSplinePoints() ->