HyperWorks Desktop

*BeginMeasures()

Indicates the start of a group of measure statements in an animation window.

*BeginMeasures()

Indicates the start of a group of measure statements in an animation window.

Previous topic Next topic No expanding text in this topic  

*BeginMeasures()

Indicates the start of a group of measure statements in an animation window.

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

Syntax

*BeginMeasures()

Example

*BeginGraphic()

*BeginMeasures()

    *MeasureDistance("Measure 1", NameOn,

                      0, 1076, 0, 941, DistOn,

                      XOff, YOff, ZOff, IDOn, NameOn)

    *MeasureDisplacement("Measure 2", NameOn,

                          0, 1453, DistOff, XOn,

                          YOn, ZOn, IDOff, NameOff)

    *MeasureAngle("Measure 3", NameOn,

                   0, 1028, 0, 843, 0, 205,

                   AngOn, XOff, YOff, ZOn, IDOff,

                   NameOff, ShowRads)

    *MeasurePosition("Measure 4", NameOn,

                      0, 379, XOn, YOn, ZOn,

                      IDOff, NameOff)        

*EndMeasures()

*EndGraphic()

Application

HyperView.

Context

*BeginGraphic()

Comments

Measure blocks contain all measures for a particular animation window.

See also

 

*BeginGraphic()

*EndGraphic()

*EndMeasures()

*MeasureAngle()

*MeasureDisplacement()

*MeasureDistance()

*MeasurePosition()

List of Session Statements