*ModelReference()

Specifies the filename for a referenced model, which has been pasted into a window as a link to another model.

Syntax

*ModelReference (File reference)

Application

MBD Model and HyperView

Inputs

File reference
A parameter which refers to a model's filename.

Context

*BeginGraphic()

*BeginWindow()

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()

Comments

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