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::PartPreferences
Created in NX3.0.0.
More...
Public Member Functions | |
void | SetUpdateHiddenEdge (bool updateHiddenEdge) |
Sets the update hidden edges flag for working part. | |
tag_t | Tag () const |
Returns the tag of this object. | |
bool | UpdateHiddenEdge () |
Returns the update hidden edges flag for working part. | |
Represents the set of visualization preferences applicable to entire session
To obtain an instance of this class, refer to Preferences::PartPreferences
Created in NX3.0.0.
void NXOpen::Preferences::PartVisualizationVisual::SetUpdateHiddenEdge | ( | bool | updateHiddenEdge | ) |
Sets the update hidden edges flag for working part.
Controls whether or not hidden edges are updated whenever a solid body is edited.
Created in NX3.0.0.
License requirements : None
updateHiddenEdge | update hidden edge |
tag_t NXOpen::Preferences::PartVisualizationVisual::Tag | ( | ) | const |
Returns the tag of this object.
bool NXOpen::Preferences::PartVisualizationVisual::UpdateHiddenEdge | ( | ) |
Returns the update hidden edges flag for working part.
Controls whether or not hidden edges are updated whenever a solid body is edited.
Created in NX3.0.0.
License requirements : None