NX Open C++ Reference Guide
Public Member Functions | List of all members
NXOpen::Preferences::SessionVisualizationSpecialEffects Class Reference

Represents the set of visualization special effect preferences applicable to entire session. More...

Public Member Functions

bool EnableStereo ()
 Returns the enable stereo flag. More...
 
int ParallaxFactor ()
 Returns the parallax factor. More...
 
void SetEnableStereo (bool enableStereo)
 Sets the enable stereo flag. More...
 
void SetParallaxFactor (int parallaxFactor)
 Sets the parallax factor. More...
 
bool SupportStereo ()
 Returns the support stereo flag. More...
 
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents the set of visualization special effect preferences applicable to entire session.

Set stereo preferences.
To obtain an instance of this class, refer to NXOpen::Preferences::SessionPreferences

Created in NX9.0.0.

Member Function Documentation

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

Parameters
enableStereoenablestereo
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

Parameters
parallaxFactorparallaxfactor
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.


The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.