HyperWorks Desktop

*ResultReference()

Specifies the filename for a referenced set of results that has been pasted into a window as a link to another model’s results.

*ResultReference()

Specifies the filename for a referenced set of results that has been pasted into a window as a link to another model’s results.

Previous topic Next topic No expanding text in this topic  

*ResultReference()

Specifies the filename for a referenced set of results that has been pasted into a window as a link to another model’s results.

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

Syntax

*ResultReference(File reference)

Arguments

Name

Description

 

File reference

A parameter that refers to a results file name.

Example

*BeginWindow(Animation)         // Window 1

 *BeginGraphic()

• • •

   *ModelSource({GRAPHIC_FILE_1}, LS_DYNA d3plot)

   *ResultSource({RESULT_FILE_1}, LS_DYNA d3plot)

• • •

 *EndGraphic()

*EndWindow()

 

*BeginWindow(Animation)         // Window 2

 *IsActive()

 *BeginGraphic()

• • •

   *ModelReference({GRAPHIC_FILE_1})

   *ResultReference({RESULT_FILE_1})

• • •

 *EndGraphic()

*EndWindow()

Application

MotionView and HyperView.

Context

*BeginGraphic()

*BeginWindow()

Comments

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

See also

 

*BeginGraphic()

*BeginWindow()

*IsActive()

*ModelReference()

*ModelSource()

List of Session Statements