Deprecated
This module has been deprecated. Please replace it with the interpolate data module, which unifies nodal and cell data interpolation.
interpolate cell data
The interpolate cell data module interpolates cell data from one field to another using a Nearest Neighbor interpolation.
Ports
| Direction | Name | Type | Description |
|---|---|---|---|
| Input | Input Cell Data Field | Field | A field containing cell data for interpolation. |
| Input | Input Destination Field | Field | A field to interpolate cell data to. |
| Output | Output Field | Field | A field containing the interpolated data field. |
| Output | Output Object | Renderable | A renderable object displaying the interpolated data field. |
Properties
| Property | Type | Description |
|---|---|---|
| Allow Run | Boolean | The Allow Run toggle controls whether the module will run when applications are loaded or data changes. When this is on, the module runs when applications are loaded or the Run Once button is pushed. When it is off, the module will not run unless Run Once is pressed. |
| Execute | Button | The Run Once button will force the module to run even if the Allow Run toggle is turned to the off position. |
| Include Original Nodal Data | Boolean | The Include Original Nodal Data toggle will cause all nodal data from the Input Destination Field to be copied to the Output Field. Leaving this toggle on will cause the nodal data to be displayed and not the interpolated cell data. |
| Cell Data To Interpolate | Multi-select | The Cell Data To Interpolate control allows the user to select which cell data components from the Input Cell Data field to interpolate. |
| Cell Data To Include | Multi-select | The Cell Data To Include control lists all of the cell data from the Input Destination Field that can be included in the output. This data will occur after the interpolated data in the field. |