HyperWorks Desktop

*Timestep()

Determines if the measure should be drawn at the time index specified by this statement.

*Timestep()

Determines if the measure should be drawn at the time index specified by this statement.

Previous topic Next topic No expanding text in this topic  

*Timestep()

Determines if the measure should be drawn at the time index specified by this statement.

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

Syntax

*Timestep(index)

Arguments

Name

Description

 

index

An integer describing the time index at which the measure was created.

Example

*BeginVideo()

 • • •

 *Measure({VIDEO_FILE_VIDEO_1}, "Master Unit Measure")

         *Timestep(22)

         

 *EndVideoMeasure()

 • • •

*EndVideo

Application

MediaView

Context

*MasterMeasure()

*Measure()

Comments

If a measure it marked as *Transient(true), then it will only be drawn at the time index specified by this statement.

See also

 

*BeginVideo()

*EndVideoMeasure()

*Measure()

List of Session Statements