*BeginMeasures()
Indicates the start of a measure block created from the Measure panel in HyperView.
Syntax
*BeginMeasures (id, label, type, visibility)
Application
HyperView
Inputs
- id
- The measure group ID.
- label
- The measure group label.
- type
- The measure type created. Options include Distance Between, Position, Relative Displacement, Relative Angle, Angle Between, Nodal Contour, Elemental Contour, Node Path, Yaw Pitch Roll, Minimum Distance, or Circle Radius.
- visibility
- 
            - On
- Displays the measure.
- Off
- Turns off the measure display.
 
Substatements
*Attribute()
*NodeLocator()
*NumericFormat()
*PartLocator()
*ReferenceStep()
*ResolvedInSystem()
*SystemLocator()
Example
*BeginMeasures(3, "Measure Group 5", "RelativeDisplacement", On)
          *ReferenceStep(1.00000000)
          *Attribute(IDOn, NameOn, DistOn, XOn, YOn, ZOn, ProjectOff, SystemOff, TranparentOff, AutoHideOff, PrefixOff)
          *NodeLocator("1 Node 33612")
          *SystemLocator("1 System 2")
          *NumericFormat(Scientific, 3)
          *NumericFormat(Fixed, 3)
*EndMeasures()Comments
This block captures the measure settings for each measure type.