NX Open C++ Reference Guide
|
Provides methods for managing CompanionResults CAE::CompanionResult in a CAE::SimSolution. 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. | |
NXOpen::CAE::CompanionResultBuilder * | CreateCompanionResultBuilder (NXOpen::CAE::CompanionResult *companionresult) |
Creates a CAE::CompanionResultBuilder. | |
void | Delete (NXOpen::CAE::CompanionResult *companionresult) |
Delete a CAE::CompanionResult from the collection Created in NX7.5.0. | |
iterator | end () |
Returns an iterator addressing one past the last element. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Provides methods for managing CompanionResults CAE::CompanionResult in a CAE::SimSolution.
To obtain an instance of this class, refer to CAE::SimSolution
Created in NX7.5.0.
iterator NXOpen::CAE::CompanionResultCollection::begin | ( | ) |
Returns an iterator addressing the first element.
NXOpen::CAE::CompanionResultBuilder* NXOpen::CAE::CompanionResultCollection::CreateCompanionResultBuilder | ( | NXOpen::CAE::CompanionResult * | companionresult | ) |
Creates a CAE::CompanionResultBuilder.
companionresult | companionresult |
void NXOpen::CAE::CompanionResultCollection::Delete | ( | NXOpen::CAE::CompanionResult * | companionresult | ) |
Delete a CAE::CompanionResult from the collection
Created in NX7.5.0.
License requirements : nx_masterfem ("Finite Element Modeling")
companionresult | companionresult |
iterator NXOpen::CAE::CompanionResultCollection::end | ( | ) |
Returns an iterator addressing one past the last element.
tag_t NXOpen::CAE::CompanionResultCollection::Tag | ( | ) | const |
Returns the tag of this object.