NX Open C++ Reference Guide
|
Represents a collection of CAE::Optimization::TBSConstraint
To obtain an instance of this class, refer to CAE::Optimization::TBSOptimizationSolution
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::TBSConstraint * | FindObject (const NXString &constraintName) |
Finds a response constraint with the specified name within an optimization solution. | |
tag_t | Tag () const |
Returns the tag of this object. |
Represents a collection of CAE::Optimization::TBSConstraint
To obtain an instance of this class, refer to CAE::Optimization::TBSOptimizationSolution
Returns an iterator addressing the first element.
Returns an iterator addressing one past the last element.
NXOpen::CAE::Optimization::TBSConstraint* NXOpen::CAE::Optimization::TBSConstraintCollection::FindObject | ( | const NXString & | constraintName | ) |
Finds a response constraint with the specified name within an optimization solution.
constraintName | constraintname |
tag_t NXOpen::CAE::Optimization::TBSConstraintCollection::Tag | ( | ) | const |
Returns the tag of this object.