alpha | A real variable that identifies the value of the independent parameter, , at which the CURVE function evaluates the curve. If the curve is a B-spline computed by the CURVE statement, alpha must be in the domain -1 < < 1. If the curve is computed by a CURSUB, alpha must be in the domain MINPAR < < MAXPAR (these are specified in the CURVE statement). |
iord | An integer variable that specifies the order of the derivative the CURVE function returns. The legal values are: 0 - returns the curve coordinate 1 - returns the first derivative 2 - return the second derivative |
comp | An integer variable that specifies the component that the CURVE function returns. The legal values are: 1 - returns the x coordinate or derivative 2 - returns the y coordinate or derivative 3 - returns the z coordinate or derivative Parameters iord and icomp together allow you to request any one of the following nine return values: ![]() |
id | An integer variable that specifies the identifier of the CURVE statement. |