HyperWorks Desktop

*Type()

Determines the measure type.

*Type()

Determines the measure type.

Previous topic Next topic No expanding text in this topic  

*Type()

Determines the measure type.

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

Syntax

*Type(measuretype)

Argument

Name

Description

 

measuretype

There are three types of measures:

1 - Static measures, which measure only between two fixed pixel locations.

2 - Dynamic measure, which measure between tracking markers and have a time history for their endpoint locations and lengths.

3 - Master measures, which are static measures used for pixel to unit conversions.

Example

*BeginVideo()

 • • •

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

         *Type(1)

 

         

 *EndVideoMeasure()

 • • •

*EndVideo

Application

MediaView

Context

*MasterMeasure()

*Measure()

Comments

Type 3 measures can only be inside a *MasterMeasure()/*EndVideoMeasure() block.  Type 1 and 2 measures can only be inside a *Measure()/*EndVideoMeasure() block.

See also

 

*BeginVideo()

*EndVideoMeasure()

*MasterMeasure()

*Measure()

List of Session Statements