HyperWorks Desktop

*NumStepsToTrace()

Specifies the default number of latent timesteps displayed behind traced entities.

*NumStepsToTrace()

Specifies the default number of latent timesteps displayed behind traced entities.

Previous topic Next topic No expanding text in this topic  

*NumStepsToTrace()

Specifies the default number of latent timesteps displayed behind traced entities.

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

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

*BeginGraphicDefaults()

Comments

Only works for "Trace Last."

The original value is 5.

This statement is used in the Animation window.

See also

 

*BeginGraphicDefaults()

List of Preference Statements