NX Open C++ Reference Guide
Classes | Public Member Functions | List of all members
NXOpen::CAE::PreTestExciterSelectionDofSetCollection Class Reference

Represents a collection of exciter selection configuration. More...

Inheritance diagram for NXOpen::CAE::PreTestExciterSelectionDofSetCollection:
NXOpen::TaggedObjectCollection

Classes

class  iterator
 Iterator for accessing the contents of the collection. More...
 

Public Member Functions

iterator begin ()
 Returns an iterator addressing the first element. More...
 
iterator end ()
 Returns an iterator addressing one past the last element. More...
 
NXOpen::CAE::PreTestDofSetFindObject (const NXString &name)
 Finds a exciter selection configuration with specified name. More...
 
NXOpen::CAE::PreTestDofSetFindObject (const char *name)
 Finds a exciter selection configuration with specified name. More...
 
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

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 NXOpen::CAE::PreTestExciterSelectionControl

Created in NX8.0.0.

Member Function Documentation

iterator NXOpen::CAE::PreTestExciterSelectionDofSetCollection::begin ( )

Returns an iterator addressing the first element.

iterator NXOpen::CAE::PreTestExciterSelectionDofSetCollection::end ( )

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.

Returns
dof set
Created in NX8.0.0.

License requirements : None
Parameters
namedof set name, either "Candidate DOF" or "Required DOF"
NXOpen::CAE::PreTestDofSet* NXOpen::CAE::PreTestExciterSelectionDofSetCollection::FindObject ( const char *  name)

Finds a exciter selection configuration with specified name.

Returns
dof set
Created in NX8.0.0.

License requirements : None
Parameters
namedof set name, either "Candidate DOF" or "Required DOF"
tag_t NXOpen::CAE::PreTestExciterSelectionDofSetCollection::Tag ( ) const

Returns the tag of this object.


The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.