Navigation: Scripting Reference Manual > Functions & Subroutines > SetPolynomialSurfIthCoef

 

SetPolynomialSurfIthCoef

 

Contact Us: fredsupport@photonengr.com

 

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

T_ENTITY

AddPolynomialSurf

GetPolynomialSurf

SetPolynomialSurf

GetPolynomialSurfCoefCount

GetPolynomialSurfCoefIJK

GetPolynomialSurfIthCoef

SetPolynomialSurfCoefIJK

Examples

Surfaces

 

 

 

 

 

Copyright © Photon Engineering, LLC