NX Open C++ Reference Guide
|
Represents the setting to label an object. More...
Public Member Functions | |
std::vector< NXString > | GetDescriptions () |
Returns the description for the object. | |
NXString | Name () |
Returns the object name Created in NX5.0.0. | |
void | SetDescriptions (std::vector< NXString > &description) |
Sets the description for the object Created in NX6.0.0. | |
void | SetName (const NXString &name) |
Sets the object name Created in NX5.0.0. | |
void | SetName (const char *name) |
Sets the object name Created in NX5.0.0. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents the setting to label an object.
Includes name and description
Created in NX5.0.0.
std::vector<NXString> NXOpen::CAE::ResponseSimulation::ObjectLabel::GetDescriptions | ( | ) |
Returns the description for the object.
NXString NXOpen::CAE::ResponseSimulation::ObjectLabel::Name | ( | ) |
Returns the object name
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
void NXOpen::CAE::ResponseSimulation::ObjectLabel::SetDescriptions | ( | std::vector< NXString > & | description | ) |
Sets the description for the object
Created in NX6.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
description | description |
void NXOpen::CAE::ResponseSimulation::ObjectLabel::SetName | ( | const NXString & | name | ) |
Sets the object name
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
name | name |
void NXOpen::CAE::ResponseSimulation::ObjectLabel::SetName | ( | const char * | name | ) |
Sets the object name
Created in NX5.0.0.
License requirements : nx_response_anlys ("NX Response Analysis")
name | name |