Go to: Synopsis. Flags. Return value. MEL examples.
animView [-endTime time] [-maxValue float] [-minValue float] [-startTime time]
[panel]
animView is undoable, queryable, and editable.
This command allows you to specify the current view range within
an animation editor.
endTime, maxValue, minValue, startTime
| Long name (short name) |
[argument types] |
Properties |
-startTime(-st)
|
time
|
|
|
Start time to display within the editor
|
|
-endTime(-et)
|
time
|
|
|
End time to display within the editor
|
|
-minValue(-min)
|
float
|
|
|
Lower value to display within the editor
|
|
-maxValue(-max)
|
float
|
|
|
Upper value to display within the editor
|
|
Flag can appear in Create mode of command
|
Flag can appear in Edit mode of command
|
Flag can appear in Query mode of command
|
Flag can be used more than once in a command
|
none
// Look at the area between 0 and 5 seconds, and the range 0 - 100
animView -startTime 0sec -endTime 5sec -minValue 0 -maxValue 100 graphView;
Return to Autodesk Index