XYZSetInterpolationType sets the interpolation type.
Return Value
If the function succeeds, the return value bool is TRUE (1); otherwise it is FALSE (0).
Parameters
Is the handle of a data set created with XYZCreate.
nType is one of the following values:
| Value | Meaning |
|---|---|
| LINEAR (1) | Linear Interpolation |
| NONLINEAR (2) | Non linear Interpolation |
| THINPLATESPLINE (3) | Spline Interpolation |
Comment
To force an update of the interpolation call XYZUpdate.
id-102773