HyperWorks Desktop

rea

rea

Previous topic Next topic No expanding text in this topic  

rea

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

Reads in model/results in HyperView session.

Syntax

rea <argument1> <argument2> <argument3> <argument4>

Arguments

Name

Data Type

Description

 

geo <name>

string , string

Reads in the model specified in the name.

name = full path of the model file.

 

res <name>

string , string

Reads in the results specified in the name.

name = full path of the result file.

 

dis

string

Reads in the displacements.

 

fun DataType DataComponent ShellLayer

string, string, string, string

Reads in (sets) the data type specified.

Returns

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

To load a model in HyperView:

rea geo {C:\myfiles\d3plot};

 

To load results in HyperView:

rea res {C:\myfiles\d3plot};

 

To load stress with the following component and layer:

rea fun Stress vonMises Max

 

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.

 

See Also:

Command Window - HyperView