HyperWorks Desktop

*MasterMeasure()

Specifies the attributes for a special measure which can provide unit conversion from pixels to selected units on a video or image.

*MasterMeasure()

Specifies the attributes for a special measure which can provide unit conversion from pixels to selected units on a video or image.

Previous topic Next topic No expanding text in this topic  

*MasterMeasure()

Specifies the attributes for a special measure which can provide unit conversion from pixels to selected units on a video or image.

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

Syntax

*MasterMeasure(filename, name)

Arguments

Name

Description

 

filename

The name of the video file this master measure applies to.

 

name

The name of the measure, displayed on screen, and in user interface list.

Example

*BeginVideo()

 • • •

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

         *Transient(false)

         

 *EndVideoMeasure()

 • • •

*EndVideo

Application

MediaView

Context

*BeginVideo()

Comments

*MasterMeasure() blocks specify the attributes for a special measure which can provide unit conversion from pixels to selected units on a video or image.  Each video or image has one and only one master measure.  If all attributes are defined for a master measure, then you have the option of obtaining coordinates and lengths in the given unit system rather than in pixels.

Every *MasterMeasure() statement requires a closing *EndVideoMeasure() statement.

See also

 

*BeginVideo()

*EndVideoMeasure()

*Measure()

List of Session Statements