Indicates the end of a group of measure statements in the animation window.
*EndMeasures()Indicates the end of a group of measure statements in the animation window. |
|||||
*EndMeasures()Indicates the end of a group of measure statements in the animation window. |
Syntax |
*EndMeasures() |
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 |
|
Comments |
Measure blocks contain all measures for a particular animation window. |
See also |
|