NX Open C++ Reference Guide
|
Represents set of Trace Lines View Preferences applicable to drafting views. More...
Public Member Functions | |
bool | CreateGapsStatus () |
Returns the status of create gaps Created in NX5.0.0. | |
double | GapSize () |
Returns the gap size. | |
int | HiddenColor () |
Returns the hidden color. | |
NXOpen::Preferences::Font | HiddenFont () |
Returns the hidden font Created in NX5.0.0. | |
NXOpen::Preferences::Width | HiddenWidth () |
Returns the hidden width Created in NX5.0.0. | |
void | SetCreateGapsStatus (bool createGaps) |
Sets the status of create gaps Created in NX5.0.0. | |
void | SetGapSize (double gapSize) |
Sets the gap size. | |
void | SetHiddenColor (int hiddenColor) |
Sets the hidden color. | |
void | SetHiddenFont (NXOpen::Preferences::Font hiddenFont) |
Sets the hidden font Created in NX5.0.0. | |
void | SetHiddenWidth (NXOpen::Preferences::Width hiddenWidth) |
Sets the hidden width Created in NX5.0.0. | |
void | SetVisibleColor (int visibleColor) |
Sets the visible color. | |
void | SetVisibleFont (NXOpen::Preferences::Font visibleFont) |
Sets the visible font Created in NX5.0.0. | |
void | SetVisibleWidth (NXOpen::Preferences::Width visibleWidth) |
Sets the visible width Created in NX5.0.0. | |
tag_t | Tag () const |
Returns the tag of this object. | |
int | VisibleColor () |
Returns the visible color. | |
NXOpen::Preferences::Font | VisibleFont () |
Returns the visible font Created in NX5.0.0. | |
NXOpen::Preferences::Width | VisibleWidth () |
Returns the visible width Created in NX5.0.0. | |
Represents set of Trace Lines View Preferences applicable to drafting views.
To obtain an instance of this class use Preferences::ViewPreferences::TraceLines
Created in NX5.0.0.
bool NXOpen::Preferences::TraceLinesViewPreferences::CreateGapsStatus | ( | ) |
Returns the status of create gaps
Created in NX5.0.0.
License requirements : None
double NXOpen::Preferences::TraceLinesViewPreferences::GapSize | ( | ) |
Returns the gap size.
Created in NX5.0.0.
License requirements : None
int NXOpen::Preferences::TraceLinesViewPreferences::HiddenColor | ( | ) |
Returns the hidden color.
The value should be between 1 and 216.
Created in NX5.0.0.
License requirements : None
NXOpen::Preferences::Font NXOpen::Preferences::TraceLinesViewPreferences::HiddenFont | ( | ) |
Returns the hidden font
Created in NX5.0.0.
License requirements : None
NXOpen::Preferences::Width NXOpen::Preferences::TraceLinesViewPreferences::HiddenWidth | ( | ) |
Returns the hidden width
Created in NX5.0.0.
License requirements : None
void NXOpen::Preferences::TraceLinesViewPreferences::SetCreateGapsStatus | ( | bool | createGaps | ) |
Sets the status of create gaps
Created in NX5.0.0.
License requirements : drafting ("DRAFTING")
createGaps | create gaps |
void NXOpen::Preferences::TraceLinesViewPreferences::SetGapSize | ( | double | gapSize | ) |
Sets the gap size.
Created in NX5.0.0.
License requirements : drafting ("DRAFTING")
gapSize | gap size |
void NXOpen::Preferences::TraceLinesViewPreferences::SetHiddenColor | ( | int | hiddenColor | ) |
Sets the hidden color.
The value should be between 1 and 216.
Created in NX5.0.0.
License requirements : drafting ("DRAFTING")
hiddenColor | hidden color |
void NXOpen::Preferences::TraceLinesViewPreferences::SetHiddenFont | ( | NXOpen::Preferences::Font | hiddenFont | ) |
Sets the hidden font
Created in NX5.0.0.
License requirements : drafting ("DRAFTING")
hiddenFont | hidden font |
void NXOpen::Preferences::TraceLinesViewPreferences::SetHiddenWidth | ( | NXOpen::Preferences::Width | hiddenWidth | ) |
Sets the hidden width
Created in NX5.0.0.
License requirements : drafting ("DRAFTING")
hiddenWidth | hidden width |
void NXOpen::Preferences::TraceLinesViewPreferences::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::TraceLinesViewPreferences::SetVisibleFont | ( | NXOpen::Preferences::Font | visibleFont | ) |
Sets the visible font
Created in NX5.0.0.
License requirements : drafting ("DRAFTING")
visibleFont | visible font |
void NXOpen::Preferences::TraceLinesViewPreferences::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::TraceLinesViewPreferences::Tag | ( | ) | const |
Returns the tag of this object.
int NXOpen::Preferences::TraceLinesViewPreferences::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::TraceLinesViewPreferences::VisibleFont | ( | ) |
Returns the visible font
Created in NX5.0.0.
License requirements : None
NXOpen::Preferences::Width NXOpen::Preferences::TraceLinesViewPreferences::VisibleWidth | ( | ) |
Returns the visible width
Created in NX5.0.0.
License requirements : None