*OrientationbyNodeMode()
Indicates the axis and plane option that was used to define a rectangular system in HyperView's user defined system.
Syntax
*OrientationbyNodeMode (Mode)
Application
HyperView
Inputs
- Mode
 - Defines the axis-plane used for the system definition. Mode can be: “X-XY”, “X-XZ”, “Y-YX”, “Y-YZ”, “Z-ZX”, “Z-ZY”.
 
Example
*BeginPart(7, "System", "SYSTEM", 0)
   *Attribute(On, IdOff, #00ff00, Opa, Sha, NoL, InFit, InCut, InIso)
   *Label("UserSystem7")
   *SystemType("rectangular")
   *Origin("-1.765000 7.699284 1.759279")
   *Orientation("0.020088 -0.999380 0.028931 0.832080 0.032754 0.553687 0.554291 -0.012950 -0.832222 ")
   *OrientationByNodeMode("Y-YX")
*EndPart()