|
NX Open C++ Reference Guide
|
Represents the set of visualization preferences of entire Working Part coming under Names/borders Tab
To obtain an instance of this class, refer to Preferences::PartPreferences
Created in NX3.0.0.
More...
Public Types | |
| enum | NameDisplay { NameDisplayOff, NameDisplayViewOfDefinition, NameDisplayWorkView, NameDisplayAllViews } |
| Describes the available options for object name display selection. More... | |
Public Member Functions | |
| double | CharacterSize () |
| Returns the character size. | |
| NXOpen::Preferences::PartVisualizationNamesBorders::NameDisplay | ObjectNameDisplay () |
| Returns the object name display Created in NX3.0.0. | |
| void | SetCharacterSize (double characterSize) |
| Sets the character size. | |
| void | SetObjectNameDisplay (NXOpen::Preferences::PartVisualizationNamesBorders::NameDisplay objectNameDisplay) |
| Sets the object name display Created in NX3.0.0. | |
| void | SetShowModelViewBorders (bool showModelViewBorders) |
| Sets the show model view border flag. | |
| void | SetShowModelViewNames (bool showModelViewNames) |
| Sets the show model view names flag. | |
| bool | ShowModelViewBorders () |
| Returns the show model view border flag. | |
| bool | ShowModelViewNames () |
| Returns the show model view names flag. | |
| tag_t | Tag () const |
| Returns the tag of this object. | |
Represents the set of visualization preferences of entire Working Part coming under Names/borders Tab
To obtain an instance of this class, refer to Preferences::PartPreferences
Created in NX3.0.0.
Describes the available options for object name display selection.
| NameDisplayOff |
Display is Off. |
| NameDisplayViewOfDefinition |
View of Definition places each name in the work view current at the time of name creation. |
| NameDisplayWorkView |
Work View places all names in the current work view, even if the existing names had been defined in different views. |
| NameDisplayAllViews |
All Views places all names in the all views except the drawing member views. |
| double NXOpen::Preferences::PartVisualizationNamesBorders::CharacterSize | ( | ) |
Returns the character size.
Allows to define the size of the text in the object names
Created in NX3.0.0.
License requirements : None
| NXOpen::Preferences::PartVisualizationNamesBorders::NameDisplay NXOpen::Preferences::PartVisualizationNamesBorders::ObjectNameDisplay | ( | ) |
Returns the object name display
Created in NX3.0.0.
License requirements : None
| void NXOpen::Preferences::PartVisualizationNamesBorders::SetCharacterSize | ( | double | characterSize | ) |
Sets the character size.
Allows to define the size of the text in the object names
Created in NX3.0.0.
License requirements : None
| characterSize | character size |
| void NXOpen::Preferences::PartVisualizationNamesBorders::SetObjectNameDisplay | ( | NXOpen::Preferences::PartVisualizationNamesBorders::NameDisplay | objectNameDisplay | ) |
Sets the object name display
Created in NX3.0.0.
License requirements : None
| objectNameDisplay | object name display |
| void NXOpen::Preferences::PartVisualizationNamesBorders::SetShowModelViewBorders | ( | bool | showModelViewBorders | ) |
Sets the show model view border flag.
allows to turn on and off the display of view borders.
Created in NX3.0.0.
License requirements : None
| showModelViewBorders | show model view borders |
| void NXOpen::Preferences::PartVisualizationNamesBorders::SetShowModelViewNames | ( | bool | showModelViewNames | ) |
Sets the show model view names flag.
Allows to turn on and off the display of view names.
Created in NX3.0.0.
License requirements : None
| showModelViewNames | show model view names |
| bool NXOpen::Preferences::PartVisualizationNamesBorders::ShowModelViewBorders | ( | ) |
Returns the show model view border flag.
allows to turn on and off the display of view borders.
Created in NX3.0.0.
License requirements : None
| bool NXOpen::Preferences::PartVisualizationNamesBorders::ShowModelViewNames | ( | ) |
Returns the show model view names flag.
Allows to turn on and off the display of view names.
Created in NX3.0.0.
License requirements : None
| tag_t NXOpen::Preferences::PartVisualizationNamesBorders::Tag | ( | ) | const |
Returns the tag of this object.