interpolate cell data
This module has been deprecated and replaced by the interpolate data module.
The interpolate cell data module interpolates cell data from one field to another using a Nearest Neighbor interpolation. Typical uses of this module are mapping of cell data from a 3D mesh onto a geologic surface or a 2D fence section. In these applications the 2D surface(s) simply provide the new geometry (mesh) onto which the adjacent cell values are interpolated.
Module Input Ports
- Input Cell Data Field [Field] Accepts a field with cell data.
- Input Destination Field [Field] Accepts a field onto which the data will be interpolated
Module Output Ports
- Output Field [Field] Outputs the field Destination Field with new data
- Output Object [Renderable]: Outputs to the viewer.