NX Open C++ Reference Guide
|
Created in NX8.0.0.
More...
Public Member Functions | |
std::vector< NXString > | GetDescription () |
Returns the description. | |
NXString | Name () |
Returns the name Created in NX8.0.0. | |
void | SetDescription (const std::vector< NXString > &description) |
Sets the description Created in NX8.0.0. | |
void | SetName (const NXString &name) |
Sets the name Created in NX8.0.0. | |
void | SetName (const char *name) |
Sets the name Created in NX8.0.0. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Created in NX8.0.0.
std::vector<NXString> NXOpen::CAE::Optimization::NameDescription::GetDescription | ( | ) |
Returns the description.
NXString NXOpen::CAE::Optimization::NameDescription::Name | ( | ) |
Returns the name
Created in NX8.0.0.
License requirements : None
void NXOpen::CAE::Optimization::NameDescription::SetDescription | ( | const std::vector< NXString > & | description | ) |
Sets the description
Created in NX8.0.0.
License requirements : cae_opt_topo ("NX Topology Optimization") OR cae_opt_topobead ("NX Bead Optimization") OR cae_opt_toposhape ("NX Shape Optimization")
description | description |
void NXOpen::CAE::Optimization::NameDescription::SetName | ( | const NXString & | name | ) |
Sets the name
Created in NX8.0.0.
License requirements : cae_opt_topo ("NX Topology Optimization") OR cae_opt_topobead ("NX Bead Optimization") OR cae_opt_toposhape ("NX Shape Optimization")
name | name |
void NXOpen::CAE::Optimization::NameDescription::SetName | ( | const char * | name | ) |
Sets the name
Created in NX8.0.0.
License requirements : cae_opt_topo ("NX Topology Optimization") OR cae_opt_topobead ("NX Bead Optimization") OR cae_opt_toposhape ("NX Shape Optimization")
name | name |