*GlobalMeasureOptions()
Indicates the options that can be defined upfront before creating a measure in HyperView.
Syntax
*GlobalMeasureOptions (format,angle,precision)
Application
HyperView
Inputs
- format
 - Format can be “Fixed” or “Scientific”.
 - angle
 - Angle can be “ShowDegs” or “ShowRads”.
 - precision
 - Precision can be 1-10.
 
Example
*GlobalMeasureOptions("Scientific", "ShowDegs", 3)
*BeginMeasures(5, "Angle Btw - N:2827 N:1164 N:1652", "AngleBetween", "On")
    *ReferenceStep(ModelStep)
    *Attribute("IDOn", "DistOn", "SystemOn", "AutoHideOff", "ShowDegs")
    *NodeLocator("1 Part 5 Node 2827")
    *NodeLocator("1 Part 4 Node 1164")
    *NodeLocator("1 Part 3 Node 1652")
    *NumericFormat("Fixed", 3)
    *Font("Noto Sans", "regular", "regular", 10)
    *Color(0)
*EndMeasures()