Description Sets a specified coefficient on a Polynomial Surface.
Syntax SetPolynomialSurfIthCoef n, indx, coef
Parameters As Long Node number of the surface.
indx As Long Zero-based index of the coefficient.
coef As Double New value of the ith coefficient.
Remarks This subroutine sets a specified coefficient on a Polynomial Surface. If there is a problem, the subroutine sets an error and returns without changing the surface.
The value of i is the index (zero based) into the linear array of coefficients.
See Also Examples
|