rea
Reads in model/results in a HyperView session.
Syntax
rea <argument1> <argument2> <argument3> <argument4>
Inputs
- geo <name>
- Reads in the model specified in the name.
- res <name>
- Reads in the results specified in the name.
- dis
- Reads in the displacements.
- fun DataType DataComponent ShellLayer
- Reads in (sets) the data type specified.
Output
Nothing.
Errors
No error codes.
If incomplete arguments are entered, you are asked to enter them accordingly. If model/results are not loaded, you are prompted accordingly. The application displays the non-availability of a particular data type or data component in the session results.
Examples
- Example 1
- To load a model in HyperView:
rea geo {C:\myfiles\d3plot};
- Example 2
- To load results in HyperView:
rea res {C:\myfiles\d3plot};
- Example 3
- To load stress with the following component and
layer:
rea fun Stress vonMises Max
- Example 4
- To load velocity with the following
component:
rea velocity Mag
Comments
If the layer is not specified for a scalar data type (elemental results), the first available layer is assumed and contoured.