translate by data

translate by data

The translate by data module accepts nearly any mesh and translates the grid in x, y, or z based upon either a nodal or cell data component or a constant. The interface enables changing the scale factor for z translates to accommodate an overall z exaggeration in your applications.

Ports

DirectionNameTypeDescription
InputInput FieldFieldA field to translate.
InputInput Z ScaleNumberThe factor for vertical scaling.
OutputOutput Z ScaleNumberThe factor for vertical scaling.
OutputOutput FieldFieldA field containing the translated field.
OutputOutput ObjectRenderableA renderable object displaying the translated field.

Properties

PropertyTypeDescription
Translation MethodChoice: Translate Coordinates, Set Coordinate PositionThe Translation Method allows the user to choose between setting the coordinates or translating the coordinates.
Translation ByChoice: Constant, Cell Data Component, Node Data ComponentThe Translation By control allows the user to set the basis for translation.
Constant ValueDoubleThe Constant Value is a set value to translate by when the Constant option is selected.
Cell Data ComponentChoiceThe Cell Data component allows the user to set a variable data component to translate by when Translate By is set to Cell Data Component.
Node Data ComponentChoiceThe Node Data component allows the user to set a variable data component to translate by when Translate By is set to Node Data Component.
Z ScaleDoubleZ scale is the scaling factor for vertical (z) coordinates. When translating by a Constant, the amount is affected by the Z Scale. If translating along any axis other than z, it is unlikely that you want to use the Z Exaggeration factor used elsewhere in your application.
Translation InChoice: X, Y, ZThe Translation In control allows the user to set the axis of translation.

Data Selection

PropertyTypeDescription
Color ByChoice: Node Data, Cell Data, Solid ColorThe Color By control allows the user to set how the color of the output should be determined.
Nodal Data ComponentChoiceIf Color By is set to Node Data the Nodal Data Component selects which nodal data will set the data map.
Cell Data ComponentChoiceIf Color By is set to Cell Data the Cell Data Component selects which cell data will set the data map.
Object ColorColorIf Color By is set to Solid Color the Object Color will set the data map.
Vector ComponentIntegerIf Color By is set to either Node Data or Cell Data the Vector Component allows the user to use just a single component of a vector data to set the data map.
Use Vector MagnitudeBooleanIf Color By is set to either Node Data or Cell Data the Use Vector Magnitude allows the user to use the magnitude of a vector data to set the data map.