NX Open C++ Reference Guide
|
Represents the set of visualization preferences applicable to entire session
To obtain an instance of this class, refer to Preferences::SessionPreferences
More...
Public Member Functions | |
int | HandlesColor () |
Returns the handles color. | |
void | SetHandlesColor (int handlesColor) |
Sets the handles color. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents the set of visualization preferences applicable to entire session
To obtain an instance of this class, refer to Preferences::SessionPreferences
Use Preferences::PartVisualizationColorSetting instead.
Created in NX3.0.0.
int NXOpen::Preferences::SessionVisualizationColorSetting::HandlesColor | ( | ) |
Returns the handles color.
Sets the handle color. Unigraphics NX displays all handles using a "handle" color. A session attribute determines the color of handles and applies to all parts in a session.
This property is deprecated. Use NXOpen::Preferences::PartVisualizationColorSetting::HandleColor and NXOpen::Preferences::PartVisualizationColorSetting::SetHandleColor instead.
Created in NX3.0.0.
License requirements : None
void NXOpen::Preferences::SessionVisualizationColorSetting::SetHandlesColor | ( | int | handlesColor | ) |
Sets the handles color.
Sets the handle color. Unigraphics NX displays all handles using a "handle" color. A session attribute determines the color of handles and applies to all parts in a session.
This property is deprecated. Use NXOpen::Preferences::PartVisualizationColorSetting::HandleColor and NXOpen::Preferences::PartVisualizationColorSetting::SetHandleColor instead.
Created in NX3.0.0.
License requirements : None
handlesColor | handles color |
tag_t NXOpen::Preferences::SessionVisualizationColorSetting::Tag | ( | ) | const |
Returns the tag of this object.