Specifies the default number of latent timesteps displayed behind traced entities.
Syntax |
*NumStepsToTrace(Number) |
|
Arguments |
Names |
Description |
Number |
The number of steps to trace. |
|
Example |
*BeginGraphicDefaults() *SetOrientation(Top) *SetBackgroundColor(0) *NumStepsToTrace(3) *Part(Default, On, -1, Opaque, Shaded, NoTrace) *Marker(Default, Off, 5, Opaque, Shaded, NoTrace) *SetPartColorList(8,9,10,11,12,13,14,15) *EndGraphicDefaults() |
|
Application |
HyperView. |
|
Context |
||
Comments |
Only works for "Trace Last." The original value is 5. This statement is used in the Animation window. |
|
See also |
|
|