Description Returns the coefficient of a specified Polynomial Asphere surface of the term's given i and j polynomial powers.
Syntax coef = GetPolynomialAsphereCoefIJ ( n, I, J )
Parameters coef (Double) The IJth coefficient.
n As Long Node number of the Polynomial Asphere surface.
I As Long The power of the x component of the polynomial term.
J As Long The power of the y component of the polynomial term.
Remarks This function returns the coefficient of a Polynomial Asphere surface of the term's given i and j polynomial powers. If there is a problem, an error is posted and the function returns a value of 0 or -1.
See Also Examples
|