The index of the model to be contoured.
*ModelIndex()The index of the model to be contoured. |
|||||
*ModelIndex()The index of the model to be contoured. |
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 |
||
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 |
|
|