NX Open C++ Reference Guide
|
Represents set of Visible Lines View Preferences applicable to drafting views. More...
Public Member Functions | |
void | SetVisibleColor (int visibleColor) |
Sets the visible color. | |
void | SetVisibleFont (NXOpen::Preferences::Font visibleFont) |
Sets the visible font. | |
void | SetVisibleWidth (NXOpen::Preferences::Width visibleWidth) |
Sets the visible width. | |
tag_t | Tag () const |
Returns the tag of this object. | |
int | VisibleColor () |
Returns the visible color. | |
NXOpen::Preferences::Font | VisibleFont () |
Returns the visible font. | |
NXOpen::Preferences::Width | VisibleWidth () |
Returns the visible width. | |
Represents set of Visible Lines View Preferences applicable to drafting views.
To obtain an instance of this class use Preferences::ViewPreferences::VisibleLines
Created in NX5.0.0.
void NXOpen::Preferences::VisibleLinesViewPreferences::SetVisibleColor | ( | int | visibleColor | ) |
Sets the visible color.
The value should be between 1 and 216.
Created in NX5.0.0.
License requirements : drafting ("DRAFTING")
visibleColor | visible color |
void NXOpen::Preferences::VisibleLinesViewPreferences::SetVisibleFont | ( | NXOpen::Preferences::Font | visibleFont | ) |
Sets the visible font.
Created in NX5.0.0.
License requirements : drafting ("DRAFTING")
visibleFont | visible font |
void NXOpen::Preferences::VisibleLinesViewPreferences::SetVisibleWidth | ( | NXOpen::Preferences::Width | visibleWidth | ) |
Sets the visible width.
Created in NX5.0.0.
License requirements : drafting ("DRAFTING")
visibleWidth | visible width |
tag_t NXOpen::Preferences::VisibleLinesViewPreferences::Tag | ( | ) | const |
Returns the tag of this object.
int NXOpen::Preferences::VisibleLinesViewPreferences::VisibleColor | ( | ) |
Returns the visible color.
The value should be between 1 and 216.
Created in NX5.0.0.
License requirements : None
NXOpen::Preferences::Font NXOpen::Preferences::VisibleLinesViewPreferences::VisibleFont | ( | ) |
Returns the visible font.
Created in NX5.0.0.
License requirements : None
NXOpen::Preferences::Width NXOpen::Preferences::VisibleLinesViewPreferences::VisibleWidth | ( | ) |
Returns the visible width.
Created in NX5.0.0.
License requirements : None