NX Open C++ Reference Guide
|
Represents the collection of optimization solution design variable
To obtain an instance of this class, refer to CAE::Optimization::DAOSolution
Created in NX8.0.0.
More...
Classes | |
class | iterator |
Iterator for accessing the contents of the collection. More... | |
Public Member Functions | |
iterator | begin () |
Returns an iterator addressing the first element. | |
iterator | end () |
Returns an iterator addressing one past the last element. | |
NXOpen::CAE::Optimization::DAODesignVariable * | FindObject (const NXString &designVariableName) |
Finds an optimization solution design variable with a specified name. | |
tag_t | Tag () const |
Returns the tag of this object. |
Represents the collection of optimization solution design variable
To obtain an instance of this class, refer to CAE::Optimization::DAOSolution
Created in NX8.0.0.
Returns an iterator addressing the first element.
Returns an iterator addressing one past the last element.
NXOpen::CAE::Optimization::DAODesignVariable* NXOpen::CAE::Optimization::DAODesignVariableCollection::FindObject | ( | const NXString & | designVariableName | ) |
Finds an optimization solution design variable with a specified name.
designVariableName | Design variable name |
tag_t NXOpen::CAE::Optimization::DAODesignVariableCollection::Tag | ( | ) | const |
Returns the tag of this object.