animate transient

Transient animation options.

Syntax

animate transient endframe <id>

animate transient endtime <time>

animate transient increment time <increment>

animate transient increment frame <frame>

animate transient startframe <frame id>

animate transient starttime <time>

animate transient time <time>

Arguments

endframe
The animation end frame.
<id>
Enter a value for the end frame ID.
endtime
Specifies the last timestep in the animation.
<time>
Enter a value for animation end time.
increment time
The animation time increment.
<increment>
Enter a value for the time increment.
increment frame
The animation frame increment.
<increment>
Enter a value for the frame increment.
startframe
The animation start frame.
<id>
Enter a value for the animation start frame ID.
starttime
Specifies the first timestep in the animation.
<time>
Enter a value for animation start time.
time
Set the transient animation time.
<time>
Enter a value for animation time.

Examples

Set the animation end frame to frame 5:
animate transient endframe 5
Specify the last timestep in the animation:
animate transient endtime 0.10
Set the time increment to 0.1:
animate transient increment time 0.1
Set the frame increment to 3:
animate transient increment frame 3
Set the animation start frame to frame 3:
animate transient startframe 3
Specify the first time step in the animation:
animate transient starttime 0
Set the transient animation time to 0.025:
animate transient time 0.025