NX Open C++ Reference Guide
|
Represents symbol preferences
Created in NX3.0.0.
More...
Public Member Functions | |
NXOpen::Annotations::SurfaceFinishStandard | DraftingSurfaceFinishStandard () |
Returns the drafting surface finish standard Created in NX7.5.0. | |
NXOpen::Annotations::LineCfw | GetCenterlineSymbolCfw () |
Returns the centerline symbol color, font, and width. | |
NXOpen::Annotations::LineCfw | GetGdtSymbolCfw () |
Returns the gdt symbol color, font, and width. | |
NXOpen::Annotations::LineCfw | GetIdSymbolCfw () |
Returns the id symbol color, font, and width. | |
NXOpen::Annotations::LineCfw | GetIntersectionSymbolCfw () |
Returns the intersection symbol color, font, and width. | |
NXOpen::Annotations::LineCfw | GetSurfaceFinishCfw () |
Returns the surface finish symbol color, font, and width. | |
NXOpen::Annotations::LineCfw | GetTargetSymbolCfw () |
Returns the target symbol color, font, and width. | |
NXOpen::Annotations::LineCfw | GetUserDefinedSymbolCfw () |
Returns the user defined symbol color, font, and width. | |
double | GetWeldLineGap () |
Returns the weld line gap. | |
double | GetWeldSpaceFactor () |
Returns the weld space factor. | |
NXOpen::Annotations::LineCfw | GetWeldSymbolCfw () |
Returns the weld symbol color, font, and width. | |
double | IdSymbolSize () |
Returns the id symbol size Created in NX3.0.0. | |
void | SetCenterlineSymbolCfw (const NXOpen::Annotations::LineCfw ¢erlineSymbolCfw) |
Sets the centerline symbol color, font, and width Created in NX3.0.0. | |
void | SetDraftingSurfaceFinishStandard (NXOpen::Annotations::SurfaceFinishStandard standard) |
Sets the drafting surface finish standard Created in NX7.5.0. | |
void | SetGdtSymbolCfw (const NXOpen::Annotations::LineCfw &gdtSymbolCfw) |
Sets the gdt symbol color, font, and width Created in NX3.0.0. | |
void | SetIdSymbolCfw (const NXOpen::Annotations::LineCfw &idSymbolCfw) |
Sets the id symbol color, font, and width Created in NX3.0.0. | |
void | SetIdSymbolSize (double idSymbolSize) |
Sets the id symbol size Created in NX3.0.0. | |
void | SetIntersectionSymbolCfw (const NXOpen::Annotations::LineCfw &intersectionSymbolCfw) |
Sets the intersection symbol color, font, and width Created in NX3.0.0. | |
void | SetSurfaceFinishCfw (const NXOpen::Annotations::LineCfw &surfaceFinishCfw) |
Sets the surface finish symbol color, font, and width Created in NX7.5.0. | |
void | SetTargetSymbolCfw (const NXOpen::Annotations::LineCfw &targetSymbolCfw) |
Sets the target symbol color, font, and width Created in NX3.0.0. | |
void | SetUserDefinedSymbolCfw (const NXOpen::Annotations::LineCfw &userDefinedSymbolCfw) |
Sets the user defined symbol color, font, and width Created in NX3.0.0. | |
void | SetWeldLineGap (double lineGap) |
Sets the weld symbol line gap Created in NX6.0.0. | |
void | SetWeldSpaceFactor (double spaceFactor) |
Sets the weld symbol space factor Created in NX6.0.0. | |
void | SetWeldSymbolCfw (const NXOpen::Annotations::LineCfw &weldSymbolCfw) |
Sets the weld symbol color, font, and width Created in NX6.0.0. | |
virtual | ~SymbolPreferences () |
Frees the object from memory. |
Represents symbol preferences
Created in NX3.0.0.
virtual NXOpen::Annotations::SymbolPreferences::~SymbolPreferences | ( | ) | [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 NX3.0.0.
License requirements : None
NXOpen::Annotations::SurfaceFinishStandard NXOpen::Annotations::SymbolPreferences::DraftingSurfaceFinishStandard | ( | ) |
Returns the drafting surface finish standard
Created in NX7.5.0.
License requirements : None
Returns the centerline symbol color, font, and width.
Returns the gdt symbol color, font, and width.
Returns the id symbol color, font, and width.
Returns the intersection symbol color, font, and width.
Returns the surface finish symbol color, font, and width.
Returns the target symbol color, font, and width.
Returns the user defined symbol color, font, and width.
Returns the weld line gap.
Returns the weld space factor.
Returns the weld symbol color, font, and width.
Returns the id symbol size
Created in NX3.0.0.
License requirements : None
void NXOpen::Annotations::SymbolPreferences::SetCenterlineSymbolCfw | ( | const NXOpen::Annotations::LineCfw & | centerlineSymbolCfw | ) |
Sets the centerline symbol color, font, and width
Created in NX3.0.0.
License requirements : None
centerlineSymbolCfw | centerline symbol cfw |
void NXOpen::Annotations::SymbolPreferences::SetDraftingSurfaceFinishStandard | ( | NXOpen::Annotations::SurfaceFinishStandard | standard | ) |
Sets the drafting surface finish standard
Created in NX7.5.0.
License requirements : None
standard | standard |
void NXOpen::Annotations::SymbolPreferences::SetGdtSymbolCfw | ( | const NXOpen::Annotations::LineCfw & | gdtSymbolCfw | ) |
Sets the gdt symbol color, font, and width
Created in NX3.0.0.
License requirements : None
gdtSymbolCfw | gdt symbol cfw |
void NXOpen::Annotations::SymbolPreferences::SetIdSymbolCfw | ( | const NXOpen::Annotations::LineCfw & | idSymbolCfw | ) |
Sets the id symbol color, font, and width
Created in NX3.0.0.
License requirements : None
idSymbolCfw | id symbol cfw |
void NXOpen::Annotations::SymbolPreferences::SetIdSymbolSize | ( | double | idSymbolSize | ) |
Sets the id symbol size
Created in NX3.0.0.
License requirements : None
idSymbolSize | id symbol size |
void NXOpen::Annotations::SymbolPreferences::SetIntersectionSymbolCfw | ( | const NXOpen::Annotations::LineCfw & | intersectionSymbolCfw | ) |
Sets the intersection symbol color, font, and width
Created in NX3.0.0.
License requirements : None
intersectionSymbolCfw | intersection symbol cfw |
void NXOpen::Annotations::SymbolPreferences::SetSurfaceFinishCfw | ( | const NXOpen::Annotations::LineCfw & | surfaceFinishCfw | ) |
Sets the surface finish symbol color, font, and width
Created in NX7.5.0.
License requirements : None
surfaceFinishCfw | surface finish cfw |
void NXOpen::Annotations::SymbolPreferences::SetTargetSymbolCfw | ( | const NXOpen::Annotations::LineCfw & | targetSymbolCfw | ) |
Sets the target symbol color, font, and width
Created in NX3.0.0.
License requirements : None
targetSymbolCfw | target symbol cfw |
void NXOpen::Annotations::SymbolPreferences::SetUserDefinedSymbolCfw | ( | const NXOpen::Annotations::LineCfw & | userDefinedSymbolCfw | ) |
Sets the user defined symbol color, font, and width
Created in NX3.0.0.
License requirements : None
userDefinedSymbolCfw | user defined symbol cfw |
void NXOpen::Annotations::SymbolPreferences::SetWeldLineGap | ( | double | lineGap | ) |
Sets the weld symbol line gap
Created in NX6.0.0.
License requirements : None
lineGap | linegap |
void NXOpen::Annotations::SymbolPreferences::SetWeldSpaceFactor | ( | double | spaceFactor | ) |
Sets the weld symbol space factor
Created in NX6.0.0.
License requirements : None
spaceFactor | spacefactor |
void NXOpen::Annotations::SymbolPreferences::SetWeldSymbolCfw | ( | const NXOpen::Annotations::LineCfw & | weldSymbolCfw | ) |
Sets the weld symbol color, font, and width
Created in NX6.0.0.
License requirements : None
weldSymbolCfw | weld symbol cfw |