SessionVisualizationSpecialEffects Class

class NXOpen.Preferences.SessionVisualizationSpecialEffects

Bases: 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 NXOpen.Preferences.SessionPreferences

New in version NX9.0.0.

Properties

Property Description
EnableStereo Returns or sets the enable stereo flag.
ParallaxFactor Returns or sets the parallax factor.
SupportStereo Returns the support stereo flag.

Methods

Property Detail

EnableStereo

SessionVisualizationSpecialEffects.EnableStereo

Returns or 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.

-------------------------------------

Getter Method

Signature EnableStereo

Returns:
Return type:bool

New in version NX9.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature EnableStereo

Parameters:enableStereo (bool) –

New in version NX9.0.0.

License requirements: None.

ParallaxFactor

SessionVisualizationSpecialEffects.ParallaxFactor

Returns or 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).

-------------------------------------

Getter Method

Signature ParallaxFactor

Returns:
Return type:int

New in version NX9.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature ParallaxFactor

Parameters:parallaxFactor (int) –

New in version NX9.0.0.

License requirements: None.

SupportStereo

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).

-------------------------------------

Getter Method

Signature SupportStereo

Returns:
Return type:bool

New in version NX9.0.0.

License requirements: None.