NX Open C++ Reference Guide
|
Represents set of Detail View Preferences applicable to drafting views. More...
Public Member Functions | |
int | CreateIndependent () |
Returns the toogle create independent Created in NX7.5.3. | |
void | SetCircularBoundary (bool circularBoundaryOption) |
Sets the circular boundary option. | |
void | SetCreateIndependent (int createIndependentToogle) |
Sets the toogle create independent Created in NX7.5.3. | |
void | SetViewBoundaryColor (NXOpen::NXColor *color) |
Sets the view boundary color option Created in NX6.0.2. | |
void | SetViewBoundaryFont (NXOpen::Preferences::Font font) |
Sets the view boundary font option Created in NX6.0.2. | |
void | SetViewBoundaryWidth (NXOpen::Preferences::Width width) |
Sets the view boundary width option Created in NX6.0.2. | |
tag_t | Tag () const |
Returns the tag of this object. | |
NXOpen::NXColor * | ViewBoundaryColor () |
Returns the view boundary color option Created in NX6.0.2. | |
NXOpen::Preferences::Font | ViewBoundaryFont () |
Returns the view boundary font option Created in NX6.0.2. | |
NXOpen::Preferences::Width | ViewBoundaryWidth () |
Returns the view boundary width option Created in NX6.0.2. | |
Represents set of Detail View Preferences applicable to drafting views.
To obtain an instance of this class use Preferences::ViewPreferences::Detail
Created in NX5.0.0.
int NXOpen::Preferences::DetailViewPreferences::CreateIndependent | ( | ) |
Returns the toogle create independent
Created in NX7.5.3.
License requirements : drafting ("DRAFTING")
void NXOpen::Preferences::DetailViewPreferences::SetCircularBoundary | ( | bool | circularBoundaryOption | ) |
Sets the circular boundary option.
If True, circular boundary is displayed for detail view, else rectangular boundary is displayed.
Created in NX5.0.0.
License requirements : drafting ("DRAFTING")
circularBoundaryOption | circular boundary option |
void NXOpen::Preferences::DetailViewPreferences::SetCreateIndependent | ( | int | createIndependentToogle | ) |
Sets the toogle create independent
Created in NX7.5.3.
License requirements : drafting ("DRAFTING")
createIndependentToogle | create independent toogle |
void NXOpen::Preferences::DetailViewPreferences::SetViewBoundaryColor | ( | NXOpen::NXColor * | color | ) |
Sets the view boundary color option
Created in NX6.0.2.
License requirements : drafting ("DRAFTING")
color | color |
void NXOpen::Preferences::DetailViewPreferences::SetViewBoundaryFont | ( | NXOpen::Preferences::Font | font | ) |
Sets the view boundary font option
Created in NX6.0.2.
License requirements : drafting ("DRAFTING")
font | font |
void NXOpen::Preferences::DetailViewPreferences::SetViewBoundaryWidth | ( | NXOpen::Preferences::Width | width | ) |
Sets the view boundary width option
Created in NX6.0.2.
License requirements : drafting ("DRAFTING")
width | width |
tag_t NXOpen::Preferences::DetailViewPreferences::Tag | ( | ) | const |
Returns the tag of this object.
NXOpen::NXColor* NXOpen::Preferences::DetailViewPreferences::ViewBoundaryColor | ( | ) |
Returns the view boundary color option
Created in NX6.0.2.
License requirements : drafting ("DRAFTING")
NXOpen::Preferences::Font NXOpen::Preferences::DetailViewPreferences::ViewBoundaryFont | ( | ) |
Returns the view boundary font option
Created in NX6.0.2.
License requirements : drafting ("DRAFTING")
NXOpen::Preferences::Width NXOpen::Preferences::DetailViewPreferences::ViewBoundaryWidth | ( | ) |
Returns the view boundary width option
Created in NX6.0.2.
License requirements : drafting ("DRAFTING")