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

Represents all UI based session Visualization visual preferences
To obtain an instance of this class, refer to NXOpen::UI

Created in NX3.0.0. More...

Public Member Functions

bool FullSceneAntialiasing ()
 Returns the scene antialiasing flag. More...
 
bool LineAntialiasing ()
 Returns the line antialiasing flag. More...
 
void SetFullSceneAntialiasing (bool fullSceneAntialiasing)
 Sets the scene antialiasing flag. More...
 
void SetLineAntialiasing (bool lineAntialiasing)
 Sets the line antialiasing flag. More...
 
void SetTranslucency (bool translucency)
 Sets the translucency flag. More...
 
tag_t Tag () const
 Returns the tag of this object. More...
 
bool Translucency ()
 Returns the translucency flag. More...
 

Detailed Description

Represents all UI based session Visualization visual preferences
To obtain an instance of this class, refer to NXOpen::UI

Created in NX3.0.0.


Member Function Documentation

bool NXOpen::Preferences::SessionVisualizationVisual::FullSceneAntialiasing ( )

Returns the scene antialiasing flag.


Created in NX3.0.0.

License requirements : None

bool NXOpen::Preferences::SessionVisualizationVisual::LineAntialiasing ( )

Returns the line antialiasing flag.

True value specifies that lines, curves, and edges are drawn more smoothly
Created in NX3.0.0.

License requirements : None

void NXOpen::Preferences::SessionVisualizationVisual::SetFullSceneAntialiasing ( bool  fullSceneAntialiasing)

Sets the scene antialiasing flag.


Created in NX3.0.0.

License requirements : None

Parameters
fullSceneAntialiasingfull scene antialiasing
void NXOpen::Preferences::SessionVisualizationVisual::SetLineAntialiasing ( bool  lineAntialiasing)

Sets the line antialiasing flag.

True value specifies that lines, curves, and edges are drawn more smoothly
Created in NX3.0.0.

License requirements : None

Parameters
lineAntialiasingline antialiasing
void NXOpen::Preferences::SessionVisualizationVisual::SetTranslucency ( bool  translucency)

Sets the translucency flag.

True value specifies that each shaded object is drawn with the translucency setting specified with Edit->Object Display. False value specify that all objects in Fully Shaded or Partially Shaded views appear opaque, regardless of their individual translucency settings.
Created in NX3.0.0.

License requirements : None

Parameters
translucencytranslucency
tag_t NXOpen::Preferences::SessionVisualizationVisual::Tag ( ) const

Returns the tag of this object.

bool NXOpen::Preferences::SessionVisualizationVisual::Translucency ( )

Returns the translucency flag.

True value specifies that each shaded object is drawn with the translucency setting specified with Edit->Object Display. False value specify that all objects in Fully Shaded or Partially Shaded views appear opaque, regardless of their individual translucency settings.
Created in NX3.0.0.

License requirements : None


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