NX Open C++ Reference Guide
|
Represents a collection of layup growth rules
To obtain an instance of this class, refer to CAE::LaminateGlobalLayupMgr
Created in NX7.5.0.
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::LaminateMatOrientation * | FindObject (const NXString &journalIdentifier) |
Finds the CAE::LaminateMatOrientation with the given identifier as recorded in a journal. | |
tag_t | Tag () const |
Returns the tag of this object. |
Represents a collection of layup growth rules
To obtain an instance of this class, refer to CAE::LaminateGlobalLayupMgr
Created in NX7.5.0.
Returns an iterator addressing the first element.
Returns an iterator addressing one past the last element.
NXOpen::CAE::LaminateMatOrientation* NXOpen::CAE::LaminateMatOrientationCollection::FindObject | ( | const NXString & | journalIdentifier | ) |
Finds the CAE::LaminateMatOrientation with the given identifier as recorded in a journal.
An exception will be thrown if no object can be found with the given journal identifier.
journalIdentifier | Identifier to be found |
tag_t NXOpen::CAE::LaminateMatOrientationCollection::Tag | ( | ) | const |
Returns the tag of this object.