Selects a model in the current animation window for all model-specific operations.
*CurrentModel()Selects a model in the current animation window for all model-specific operations. |
|||||
*CurrentModel()Selects a model in the current animation window for all model-specific operations. |
Syntax |
*CurrentModel(number) |
|
Arguments |
Name |
Description |
Number |
An integer, which is the index of the current model. Allowable values are zero to the number of loaded models, minus one. |
|
Example |
*BeginGraphic() • • • *ModelSource({GRAPHIC_FILE_1}, LS_DYNA d3plot) *CurrentModel(0) • • • *EndGraphic() |
|
Application |
MBD Model and HyperView. |
|
Context |
||
Comments |
The array of models in the animation window is referenced from zero, thus the first model is selected by the statement *CurrentModel(0). |
|
See also |
|
|