transform field
The transform field module is used to translate, rotate, or scale the coordinates of any field. Uses for this module include rotating and translating a MODFLOW or MT3D grid (having a grid origin of 0,0,0) to the actual coordinate system of the modeled area.
Ports
| Direction | Name | Type | Description |
|---|---|---|---|
| Input | Input Field | Field | A field to transform. |
| Input | Input Z Scale | Number | The factor for vertical scaling. |
| Output | Output Field | Field | The transformed field. |
| Output | Output Object | Renderable | A renderable object displaying the transformed field. |
Properties
Transform Settings
| Property | Type | Description |
|---|---|---|
| Transform List | Transform List | The list of transformations applied to the input field. |
| Z Scale | Double | The Z Scale refers to the vertical exaggeration backed out of the input field. This scale will be used to remove all vertical exaggeration during the transformation process. |