NX Open C++ Reference Guide
|
Represents the set of visualization preferences under handles tab applicable to entire session
To obtain an instance of this class, refer to Preferences::SessionPreferences
Created in NX7.5.0.
More...
Public Types | |
enum | HandleSizeValue { HandleSizeValueSmall, HandleSizeValueMedium, HandleSizeValueLarge } |
Specifies size values for the default handle size. More... | |
Public Member Functions | |
int | HandleSize () |
Returns the default handle size Created in NX7.5.0. | |
void | SetHandleSize (int handleSize) |
Sets the default handle size Created in NX7.5.0. | |
void | SetShowHandleHints (bool showHandleHints) |
Sets the show handle hints flag. | |
bool | ShowHandleHints () |
Returns the show handle hints flag. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents the set of visualization preferences under handles tab applicable to entire session
To obtain an instance of this class, refer to Preferences::SessionPreferences
Created in NX7.5.0.
int NXOpen::Preferences::VisualizationHandles::HandleSize | ( | ) |
Returns the default handle size
Created in NX7.5.0.
License requirements : None
void NXOpen::Preferences::VisualizationHandles::SetHandleSize | ( | int | handleSize | ) |
Sets the default handle size
Created in NX7.5.0.
License requirements : None
handleSize | handlesize |
void NXOpen::Preferences::VisualizationHandles::SetShowHandleHints | ( | bool | showHandleHints | ) |
Sets the show handle hints flag.
If true displays handle hint when handle is preselected
Created in NX7.5.0.
License requirements : None
showHandleHints | showhandlehints |
bool NXOpen::Preferences::VisualizationHandles::ShowHandleHints | ( | ) |
Returns the show handle hints flag.
If true displays handle hint when handle is preselected
Created in NX7.5.0.
License requirements : None
tag_t NXOpen::Preferences::VisualizationHandles::Tag | ( | ) | const |
Returns the tag of this object.