HyperWorks Desktop

*ModelReference()

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

*ModelReference()

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

Previous topic Next topic No expanding text in this topic  

*ModelReference()

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

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

Syntax

*ModelReference(File reference)

Arguments

Name

Description

 

File reference

A parameter which refers to a model's filename.

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

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

*ModelSource()

*ResultReference()

List of Session Statements