*ModelIndex()

The index of the model to be contoured.

Syntax

*ModelIndex (model_index)

Application

MotionView

Inputs

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.

Context

*BeginContour()

Example

*BeginContour()
   *ModelIndex(0)
*EndContour()

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.