NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Properties | List of all members
NXOpen.Preferences.SessionVisualizationSpecialEffects Class Reference

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

Inheritance diagram for NXOpen.Preferences.SessionVisualizationSpecialEffects:
NXOpen.Utilities.NXRemotableObject IMessageSink

Properties

unsafe bool EnableStereo [get, set]
 Returns or sets the enable stereo flag. More...
 
unsafe int ParallaxFactor [get, set]
 Returns or sets the parallax factor. More...
 
unsafe bool SupportStereo [get]
 Returns the support stereo flag. More...
 
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 
- Protected Member Functions inherited from NXOpen.Utilities.NXRemotableObject
void initialize ()
 <exclude> 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

Property Documentation

unsafe bool NXOpen.Preferences.SessionVisualizationSpecialEffects.EnableStereo
getset

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.

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe int NXOpen.Preferences.SessionVisualizationSpecialEffects.ParallaxFactor
getset

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

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.Preferences.SessionVisualizationSpecialEffects.SupportStereo
get

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 NXOpen.Preferences.SessionVisualizationSpecialEffects.Tag
get

Returns the tag of this object.


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