*NumStepsToTrace()
Specifies the default number of latent timesteps displayed behind traced entities.
Syntax
*NumStepsToTrace (Number)
Application
HyperView
Inputs
- Number
- The number of steps to trace.
Context
*BeginGraphicDefaults()
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()
Comments
Only works for "Trace Last."
The original value is 5.
This statement is used in the Animation window.