Description Retrieves the data for a polynomial surface.
Syntax GetPolynomialSurf n, entity, coefs
Parameters n As Long Node number for the polynomial surface.
entity As T_ENTITY The generic entity data for the polynomial surface.
coefs() As Double Returns an array of coefficients from the polynomial surface equation.
Remarks This subroutine retrieves the data for a specified polynomial surface. If there is a problem, an error is posted and the function returns without modifying the parameters.
See Also Examples
|