HyperWorks Desktop

*ModelIndex()

The index of the model to be contoured.

*ModelIndex()

The index of the model to be contoured.

Previous topic Next topic No expanding text in this topic  

*ModelIndex()

The index of the model to be contoured.

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

Syntax

*ModelIndex(model_index)

Arguments

Name

Description

 

model_index

An integer that indicates the index of the model to be contoured.  The first model in the view has an index of zero, the second model has an index of one, and so on.

Example

*BeginContour()

  *ModelIndex(0)

*EndContour()

Application

MotionView.

Context

*BeginContour()

Comments

This statement can only appear between the *BeginContour() and *EndContour() statements. If this statement is not specified in a *Contour() block, the first model in the view, which has an index of zero, is contoured.

See also

 

*BeginContour()

*EndContour()

List of Session Statements