NX Open C++ Reference Guide
|
This class is for UI related preferences changes
To obtain an instance of this class, refer to UI
Created in NX3.0.0.
More...
Public Member Functions | |
bool | DepthSortedWireframe () |
Returns the depth sorted wireframe. | |
void | RegenerateFromToleranceChange (bool updateModeChange, bool studio) |
Regenerates after changing tolerance Created in NX3.0.0. | |
void | SetDepthSortedWireframe (bool depthSortedWireframe) |
Sets the depth sorted wireframe. | |
void | SetWireframeContrast (bool wireframeContrast) |
Sets whether colors applied to wireframe geometry are automatically adjusted as necessary to produce a minimum contrast relative to the view background. | |
tag_t | Tag () const |
Returns the tag of this object. | |
void | UpdateLineFontObjects (bool doSoftwareUpdate) |
Updates the UI after line font is changed Created in NX3.0.0. | |
bool | WireframeContrast () |
Returns whether colors applied to wireframe geometry are automatically adjusted as necessary to produce a minimum contrast relative to the view background. | |
This class is for UI related preferences changes
To obtain an instance of this class, refer to UI
Created in NX3.0.0.
bool NXOpen::Preferences::VisualizationLine::DepthSortedWireframe | ( | ) |
Returns the depth sorted wireframe.
Specifies whether the graphics driver should sort objects by depth in wireframe views.
Created in NX3.0.0.
License requirements : None
void NXOpen::Preferences::VisualizationLine::RegenerateFromToleranceChange | ( | bool | updateModeChange, |
bool | studio | ||
) |
Regenerates after changing tolerance
Created in NX3.0.0.
License requirements : None
updateModeChange | whether update_mode has changed |
studio | studio or non studio |
void NXOpen::Preferences::VisualizationLine::SetDepthSortedWireframe | ( | bool | depthSortedWireframe | ) |
Sets the depth sorted wireframe.
Specifies whether the graphics driver should sort objects by depth in wireframe views.
Created in NX3.0.0.
License requirements : None
depthSortedWireframe | depth sorted wireframe |
void NXOpen::Preferences::VisualizationLine::SetWireframeContrast | ( | bool | wireframeContrast | ) |
Sets whether colors applied to wireframe geometry are automatically adjusted as necessary to produce a minimum contrast relative to the view background.
The option affects onscreen displays only, so it affects interactive displays and raster images captured from interactive displays. It does not affect vector output produced by Plot, Print, CGM Export and similar functions.
Created in NX6.0.0.
License requirements : None
wireframeContrast | wireframe contrast |
tag_t NXOpen::Preferences::VisualizationLine::Tag | ( | ) | const |
Returns the tag of this object.
void NXOpen::Preferences::VisualizationLine::UpdateLineFontObjects | ( | bool | doSoftwareUpdate | ) |
Updates the UI after line font is changed
Created in NX3.0.0.
License requirements : None
doSoftwareUpdate | The do_software_update flag should be set to TRUE when changing from software fonts to hardware fonts or when changing dash |
bool NXOpen::Preferences::VisualizationLine::WireframeContrast | ( | ) |
Returns whether colors applied to wireframe geometry are automatically adjusted as necessary to produce a minimum contrast relative to the view background.
The option affects onscreen displays only, so it affects interactive displays and raster images captured from interactive displays. It does not affect vector output produced by Plot, Print, CGM Export and similar functions.
Created in NX6.0.0.
License requirements : None