|
NX Open C++ Reference Guide
|
Represents all UI based session Visualization visual preferences
To obtain an instance of this class, refer to UI
Created in NX3.0.0.
More...
Public Member Functions | |
| bool | FullSceneAntialiasing () |
| Returns the scene antialiasing flag. | |
| bool | LineAntialiasing () |
| Returns the line antialiasing flag. | |
| void | SetFullSceneAntialiasing (bool fullSceneAntialiasing) |
| Sets the scene antialiasing flag. | |
| void | SetLineAntialiasing (bool lineAntialiasing) |
| Sets the line antialiasing flag. | |
| void | SetTranslucency (bool translucency) |
| Sets the translucency flag. | |
| tag_t | Tag () const |
| Returns the tag of this object. | |
| bool | Translucency () |
| Returns the translucency flag. | |
Represents all UI based session Visualization visual preferences
To obtain an instance of this class, refer to UI
Created in NX3.0.0.
| 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
| fullSceneAntialiasing | full 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
| lineAntialiasing | line 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
| translucency | translucency |
| 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