NX Open C++ Reference Guide
|
Represents a collection of CAE::Optimization::TBSSmooth
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::TBSSmooth * | FindObject (const NXString &smoothName) |
Finds a smooth object with specified name within an optimization solution. | |
tag_t | Tag () const |
Returns the tag of this object. |
Represents a collection of CAE::Optimization::TBSSmooth
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::TBSSmooth* NXOpen::CAE::Optimization::TBSSmoothCollection::FindObject | ( | const NXString & | smoothName | ) |
Finds a smooth object with specified name within an optimization solution.
smoothName | smoothname |
tag_t NXOpen::CAE::Optimization::TBSSmoothCollection::Tag | ( | ) | const |
Returns the tag of this object.