NX Open C++ Reference Guide
|
Represents custom symbol text data
Created in NX4.0.0.
More...
Public Member Functions | |
int | ControlTextIndex () |
Returns the control text index. | |
std::vector< NXString > | GetText () |
Returns the text. | |
int | IntegerValue () |
Returns the integer value. | |
double | RealValue () |
Returns the real value. | |
void | SetControlTextIndex (int index) |
Sets the control text index. | |
void | SetIntegerValue (int intValue) |
Sets the integer value. | |
void | SetRealValue (double realValue) |
Sets the real value. | |
void | SetText (std::vector< NXString > &lines) |
Sets the text. | |
NXString | StringValue () |
Returns the string value. | |
NXOpen::Annotations::TextType | TextType () |
Returns the text type Created in NX4.0.0. | |
virtual | ~CustomSymbolTextData () |
Frees the object from memory. |
Represents custom symbol text data
Created in NX4.0.0.
virtual NXOpen::Annotations::CustomSymbolTextData::~CustomSymbolTextData | ( | ) | [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
Returns the control text index.
Valid for the text type Annotations::TextTypeControlled .
Created in NX4.0.0.
License requirements : None
std::vector<NXString> NXOpen::Annotations::CustomSymbolTextData::GetText | ( | ) |
Returns the text.
Valid for the text type Annotations::TextTypeArbitrary and Annotations::TextTypePartiallyControlled .
Returns the integer value.
Valid for the text type Annotations::TextTypeInteger .
Created in NX4.0.0.
License requirements : None
Returns the real value.
Valid for the text type Annotations::TextTypeReal .
Created in NX4.0.0.
License requirements : None
void NXOpen::Annotations::CustomSymbolTextData::SetControlTextIndex | ( | int | index | ) |
Sets the control text index.
Valid for the text type Annotations::TextTypeControlled .
Created in NX4.0.0.
License requirements : None
index | New control text index |
void NXOpen::Annotations::CustomSymbolTextData::SetIntegerValue | ( | int | intValue | ) |
Sets the integer value.
Valid for the text type Annotations::TextTypeInteger .
Created in NX4.0.0.
License requirements : None
intValue | New integer value |
void NXOpen::Annotations::CustomSymbolTextData::SetRealValue | ( | double | realValue | ) |
Sets the real value.
Valid for the text type Annotations::TextTypeReal .
Created in NX4.0.0.
License requirements : None
realValue | New real value |
void NXOpen::Annotations::CustomSymbolTextData::SetText | ( | std::vector< NXString > & | lines | ) |
Sets the text.
Valid for the text type Annotations::TextTypeArbitrary and Annotations::TextTypePartiallyControlled .
Created in NX4.0.0.
License requirements : None
lines | List of lines |
Returns the string value.
Valid for the text type Annotations::TextTypeControlled and Annotations::TextTypePartiallyControlled .
Created in NX8.0.0.
License requirements : None
Returns the text type
Created in NX4.0.0.
License requirements : None