Description Sets the parameters of a specified Polynomial Surface.
Syntax SetPolynomialSurf n, entity, coef
Parameters n As Long Node number for the Polynomial Surface.
entity As T_ENTITY The new Generic Entity Data for the Polynomial Surface.
coef() As Double 1-D array of polynomial coefficients for the Polynomial Surface equation.
Remarks This subroutine sets the parameters of a specified Polynomial Surface. If there is a problem, the subroutine posts an error and returns without modifying the Polynomial Surface.
See Also Examples
|