*Attribute() - Measures Panel
Indicates the display attributes of the created measure.
Syntax
*Attribute (IDOn/Off, NameOn/Off, DistOn/Off, XOn/Off, Yon/Off, ZOn/Off, ProjectOn/Off, SystemOn/Off, ScalarOn/Off, MinOn/Off, MaxOn/Off, ShowRads/Degs, DistanceOn/Off, PathOn/Off, TransparentOn/Off, AutoHideOn/Off, PrefixOn/Off)
Application
HyperView
Inputs
- IDOn/Off
-
- On
- Displays the node/system ID.
- Off
- Turns off the node/system ID display.
- NameOn/Off
-
- On
- Displays the node/system name.
- Off
- Turns off the node/system name display.
- DistOn/Off
-
- On
- Displays the magnitude.
- Off
- Turns off the magnitude display.
- XOn/Off
-
- On
- Displays the X coordinate.
- Off
- Turns off the X coordinate display.
- YOn/Off
-
- On
- Displays the Y coordinate.
- Off
- Turns off the Y coordinate display.
- ZOn/Off
-
- On
- Displays the Z coordinate.
- Off
- Turns off the Z coordinate display.
- ProjectOn/Off
-
- On
- Displays the projection.
- Off
- Turns off the projection display.
- SystemOn/Off
-
- On
- Displays the global system.
- Off
- Turns off the global system display.
- ScalarOn/Off
-
- On
- Displays the scalar value.
- Off
- Turns off the scalar value.
- MinOn/Off
-
- On
- Displays the min value.
- Off
- Turns off the min value.
- MaxOn/Off
-
- On
- Displays the max value.
- Off
- Turns off the max value.
- ShowRads/Degs
-
- On
- Displays the angles in radians.
- Off
- Turns off the angles in degrees.
- DistanceOn/Off
-
- On
- Displays the distance.
- Off
- Turns off the distance display.
- PathOn/Off
-
- On
- Displays the node path.
- Off
- Turns off the node path display.
- TransparentOn/Off
-
- On
- Enable measure text transparency.
- Off
- Disable measure text transparency.
- AutoHideOn/Off
-
- On
- Enable measure auto-hide.
- Off
- Disable measure auto-hide.
- PrefixOn/Off
-
- On
- Enable measure prefixes.
- Off
- Disable measure prefixes.
Example
*BeginMeasures("Measure Group 5", "RelativeDisplacement", On)
*ReferenceStep(1.00000000)
*Attribute(IDOn, NameOn, DistOn, XOn, YOn, ZOn,
ProjectOff, SystemOff, TransparentOff,
AutoHideOff, PrefixOff)
*NodeLocator(1, "Node", 33612, "Part", 3)
*SystemLocator(1, "System", 2)
*NumericFormat(Scientific, 3)
*NumericFormat(Fixed, 3)
*EndMeasures()