HyperWorks Desktop

*BeginResult()

Captures the path and the reader used to load the result set.

*BeginResult()

Captures the path and the reader used to load the result set.

Previous topic Next topic No expanding text in this topic  

*BeginResult()

Captures the path and the reader used to load the result set.

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

Syntax

*BeginResult(File reference, File reader identification)

Arguments

Name

Description

 

File reference

Contains a parameter that references a result file name.

 

File reader identification

Specifies which file reader should be used to load the result set.

Substatements

*CurrentSubcase()

Example

*BeginGraphic()

• • •

  *BeginModel({GRAPHIC_FILE_1}, LS_DYNA d3plot)

      *BeginResult({RESULT_FILE_1}, LS_DYNA d3plot)

         *CurrentSubcase(1, 4)

      *EndResult()

• • •

  *EndModel()

• • •

*EndGraphic()

Application

HyperView.

Context

*BeginGraphic()

Comments

The parameters in the File reference argument are listed at the top of the session file.

The parameters for the CurrentSubcase are the subcase id and the simulation index (for Modal or Linear Static analysis types only).

Linear superposition is now being supported for 9.0, therefore there can be multiple *BeginResult() blocks in a single *BeginModel() block.

See also

 

*BeginGraphic()

*BeginModel()

*EndResult()

List of Session Statements