NX Open C++ Reference Guide
|
Represents simple drafting aid preferences
Created in NX4.0.0.
More...
Public Member Functions | |
NXOpen::Annotations::LetteringPreferences * | GetLetteringPreferences () |
Returns the lettering preferences. | |
NXOpen::Annotations::LineAndArrowPreferences * | GetLineAndArrowPreferences () |
Returns the line and arrow preferences. | |
NXOpen::Annotations::SymbolPreferences * | GetSymbolPreferences () |
Returns the symbol preferences. | |
NXOpen::Annotations::UserSymbolPreferences * | GetUserSymbolPreferences () |
Returns the user symbol preferences. | |
void | SetLetteringPreferences (NXOpen::Annotations::LetteringPreferences *preferences) |
Sets the lettering preferences Created in NX4.0.0. | |
void | SetLineAndArrowPreferences (NXOpen::Annotations::LineAndArrowPreferences *preferences) |
Sets the line and arrow preferences Created in NX4.0.0. | |
void | SetSymbolPreferences (NXOpen::Annotations::SymbolPreferences *preferences) |
Sets the symbol preferences Created in NX4.0.0. | |
void | SetUserSymbolPreferences (NXOpen::Annotations::UserSymbolPreferences *preferences) |
Sets the user symbol preferences Created in NX4.0.0. | |
virtual | ~SimpleDraftingAidPreferences () |
Frees the object from memory. | |
![]() | |
void * | GetHandle () |
Handle of the internal object represented by this object. | |
Represents simple drafting aid preferences
Created in NX4.0.0.
|
virtual |
Frees the object from memory.
After this method is called, it is illegal to use the object. In .NET, this method is automatically called when the object is deleted by the garbage collector.
Created in NX4.0.0.
License requirements : None
NXOpen::Annotations::LetteringPreferences* NXOpen::Annotations::SimpleDraftingAidPreferences::GetLetteringPreferences | ( | ) |
Returns the lettering preferences.
NXOpen::Annotations::LineAndArrowPreferences* NXOpen::Annotations::SimpleDraftingAidPreferences::GetLineAndArrowPreferences | ( | ) |
Returns the line and arrow preferences.
NXOpen::Annotations::SymbolPreferences* NXOpen::Annotations::SimpleDraftingAidPreferences::GetSymbolPreferences | ( | ) |
Returns the symbol preferences.
NXOpen::Annotations::UserSymbolPreferences* NXOpen::Annotations::SimpleDraftingAidPreferences::GetUserSymbolPreferences | ( | ) |
Returns the user symbol preferences.
void NXOpen::Annotations::SimpleDraftingAidPreferences::SetLetteringPreferences | ( | NXOpen::Annotations::LetteringPreferences * | preferences | ) |
Sets the lettering preferences
Created in NX4.0.0.
License requirements : None
preferences | preferences |
void NXOpen::Annotations::SimpleDraftingAidPreferences::SetLineAndArrowPreferences | ( | NXOpen::Annotations::LineAndArrowPreferences * | preferences | ) |
Sets the line and arrow preferences
Created in NX4.0.0.
License requirements : None
preferences | preferences |
void NXOpen::Annotations::SimpleDraftingAidPreferences::SetSymbolPreferences | ( | NXOpen::Annotations::SymbolPreferences * | preferences | ) |
Sets the symbol preferences
Created in NX4.0.0.
License requirements : None
preferences | preferences |
void NXOpen::Annotations::SimpleDraftingAidPreferences::SetUserSymbolPreferences | ( | NXOpen::Annotations::UserSymbolPreferences * | preferences | ) |
Sets the user symbol preferences
Created in NX4.0.0.
License requirements : None
preferences | preferences |