HyperWorks Desktop

*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.

Previous topic Next topic No expanding text in this topic  

*CurrentModel()

Selects a model in the current animation window for all model-specific operations.

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

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

*BeginGraphic()

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

 

*BeginGraphic()

*ModelSource()

List of Session Statements