XYZSetInterpolationTypeΒΆ
XYZSetInterpolationType sets the interpolation type.
- bool = XYZSetInterpolationType(hData, nType)
Return Value
If the function succeeds, the return value bool is TRUE (1); otherwise it is FALSE (0).
Parameters
- hData
Is the handle of a data set created with XYZCreate.
- nType
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