Specifies the filename for a referenced model, which has been pasted into a window as a link to another model.
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 |
||
Comments |
The parameters in the File reference argument are listed at the top of the session file. |
|
See also |
|
|