NX Open C++ Reference Guide
|
Represents a collection of exciter selection configuration. 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::PreTestDofSet * | FindObject (const NXString &name) |
Finds a exciter selection configuration with specified name. | |
tag_t | Tag () const |
Returns the tag of this object. |
Represents a collection of exciter selection configuration.
Contains two objects: the candidate dof set and the required dof set.
To obtain an instance of this class, refer to CAE::PreTestExciterSelectionControl
Created in NX8.0.0.
Returns an iterator addressing the first element.
Returns an iterator addressing one past the last element.
NXOpen::CAE::PreTestDofSet* NXOpen::CAE::PreTestExciterSelectionDofSetCollection::FindObject | ( | const NXString & | name | ) |
Finds a exciter selection configuration with specified name.
name | dof set name, either "Candidate DOF" or "Required DOF" |
tag_t NXOpen::CAE::PreTestExciterSelectionDofSetCollection::Tag | ( | ) | const |
Returns the tag of this object.