NX Open C++ Reference Guide
|
Represents set of InheritPmiPreferences applicable to drafting views. More...
Public Member Functions | |
bool | CrosshatchPmiLightweightSectionView () |
Returns the cross-hatch setting for the current inherited PMI Lightweight Section View Created in NX8.0.0. | |
NXOpen::Preferences::GdtOption | InheritGdt () |
Returns the Inherit GD and T option Created in NX5.0.0. | |
NXOpen::Preferences::PmiOption | InheritPmiMode () |
Returns the Status of inherit pmi mode. | |
bool | InheritPmiToDrawing () |
Returns the Status of pmi inherited to drawing. | |
void | SetCrosshatchPmiLightweightSectionView (bool crosshatch) |
Sets the cross-hatch setting for the current inherited PMI Lightweight Section View Created in NX8.0.0. | |
void | SetInheritGdt (NXOpen::Preferences::GdtOption gdtOption) |
Sets the Inherit GD and T option Created in NX5.0.0. | |
void | SetInheritPmiMode (NXOpen::Preferences::PmiOption pmiOption) |
Sets the Status of inherit pmi mode. | |
void | SetInheritPmiToDrawing (bool pmiOption) |
Sets the Status of pmi inherited to drawing. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents set of InheritPmiPreferences applicable to drafting views.
To obtain an instance of this class use Preferences::ViewPreferences::InheritPmi
Created in NX5.0.0.
bool NXOpen::Preferences::InheritPmiPreferences::CrosshatchPmiLightweightSectionView | ( | ) |
NXOpen::Preferences::GdtOption NXOpen::Preferences::InheritPmiPreferences::InheritGdt | ( | ) |
Returns the Inherit GD and T option
Created in NX5.0.0.
License requirements : None
NXOpen::Preferences::PmiOption NXOpen::Preferences::InheritPmiPreferences::InheritPmiMode | ( | ) |
Returns the Status of inherit pmi mode.
Created in NX5.0.0.
License requirements : None
bool NXOpen::Preferences::InheritPmiPreferences::InheritPmiToDrawing | ( | ) |
Returns the Status of pmi inherited to drawing.
Created in NX5.0.0.
License requirements : None
void NXOpen::Preferences::InheritPmiPreferences::SetCrosshatchPmiLightweightSectionView | ( | bool | crosshatch | ) |
void NXOpen::Preferences::InheritPmiPreferences::SetInheritGdt | ( | NXOpen::Preferences::GdtOption | gdtOption | ) |
Sets the Inherit GD and T option
Created in NX5.0.0.
License requirements : drafting ("DRAFTING")
gdtOption | gdt option |
void NXOpen::Preferences::InheritPmiPreferences::SetInheritPmiMode | ( | NXOpen::Preferences::PmiOption | pmiOption | ) |
Sets the Status of inherit pmi mode.
Created in NX5.0.0.
License requirements : drafting ("DRAFTING")
pmiOption | pmi option |
void NXOpen::Preferences::InheritPmiPreferences::SetInheritPmiToDrawing | ( | bool | pmiOption | ) |
Sets the Status of pmi inherited to drawing.
Created in NX5.0.0.
License requirements : drafting ("DRAFTING")
pmiOption | pmi option |
tag_t NXOpen::Preferences::InheritPmiPreferences::Tag | ( | ) | const |
Returns the tag of this object.