*Stereo3DOptions()
Controls the 3D options used while viewing models in the 3D stereoscopic mode.
Syntax
*Stereo3DOptions (mode, eyescreen_ratio, pers_angle)
Application
HyperView
Inputs
- mode
 - Enables/disables the 3D stereoscopic display mode. Valid values include: “On” or “Off”.
 - eyescreen_ratio
 - Controls the ratio of distance between viewer’s eyes and distance from the screen. A range of 0.0 (no 3D effect) to 20 (object extends far out of the screen) is recommended, however all values greater than or equal to 0.0 are valid.
 - pers_angle
 - The perspective field of view angle to use when 3D stereoscopic display is enabled. The valid range is 5 to 45.
 
Context
*BeginGraphicDefaults
Example
*BeginGraphicDefaults()
*Stereo3DOptions("On", 4, 15)
*EndGraphicDefaults()