NX Open C++ Reference Guide
|
Represents the set of visualization special effect preferences applicable to entire session. More...
Public Member Functions | |
bool | EnableStereo () |
Returns the enable stereo flag. | |
int | ParallaxFactor () |
Returns the parallax factor. | |
void | SetEnableStereo (bool enableStereo) |
Sets the enable stereo flag. | |
void | SetParallaxFactor (int parallaxFactor) |
Sets the parallax factor. | |
bool | SupportStereo () |
Returns the support stereo flag. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents the set of visualization special effect preferences applicable to entire session.
Set stereo preferences.
To obtain an instance of this class, refer to Preferences::SessionPreferences
Created in NX9.0.0.
bool NXOpen::Preferences::SessionVisualizationSpecialEffects::EnableStereo | ( | ) |
Returns the enable stereo flag.
Toggles the display of stereo. To see correct stereo display, you need a supported graphics card, a 3D Stereo Display or Projector, and 3D glasses (and possibly a hub). The hardware vendor control panel Stereo option must also be turned on.
Created in NX9.0.0.
License requirements : None
int NXOpen::Preferences::SessionVisualizationSpecialEffects::ParallaxFactor | ( | ) |
Returns the parallax factor.
Defines the amount of 'Stereo effect'. A larger setting produces stronger 3D effect but may cause visual discomfort. The minimum setting is 0 (no 3D effect) and the maximum setting is 20 (strong 3D effect).
Created in NX9.0.0.
License requirements : None
void NXOpen::Preferences::SessionVisualizationSpecialEffects::SetEnableStereo | ( | bool | enableStereo | ) |
Sets the enable stereo flag.
Toggles the display of stereo. To see correct stereo display, you need a supported graphics card, a 3D Stereo Display or Projector, and 3D glasses (and possibly a hub). The hardware vendor control panel Stereo option must also be turned on.
Created in NX9.0.0.
License requirements : None
enableStereo | enablestereo |
void NXOpen::Preferences::SessionVisualizationSpecialEffects::SetParallaxFactor | ( | int | parallaxFactor | ) |
Sets the parallax factor.
Defines the amount of 'Stereo effect'. A larger setting produces stronger 3D effect but may cause visual discomfort. The minimum setting is 0 (no 3D effect) and the maximum setting is 20 (strong 3D effect).
Created in NX9.0.0.
License requirements : None
parallaxFactor | parallaxfactor |
bool NXOpen::Preferences::SessionVisualizationSpecialEffects::SupportStereo | ( | ) |
Returns the support stereo flag.
Queries whether your system supports stereo display (A supported graphics card is installed and the Stereo option in hardware vendor control panel is turned on). To see correct stereo display, you also need a 3D Stereo Display or Projector, and 3D glasses (and possibly a hub).
Created in NX9.0.0.
License requirements : None
tag_t NXOpen::Preferences::SessionVisualizationSpecialEffects::Tag | ( | ) | const |
Returns the tag of this object.