NX Open C++ Reference Guide
|
Represents a global layup, which is defined by a sequence of CAE::LaminateGlobalLayup , each with a name and a list of plies. 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::LaminateGlobalLayup * | CreateGlobalLayup () |
Create a new CAE::LaminateGlobalLayup instance. | |
void | DeleteGlobalLayup (NXOpen::CAE::LaminateGlobalLayup *layupToRemove) |
Delete an existing CAE::LaminateGlobalLayup instance Created in NX7.5.0. | |
iterator | end () |
Returns an iterator addressing one past the last element. | |
NXOpen::CAE::LaminateGlobalLayup * | FindObject (const NXString &journalIdentifier) |
Finds the CAE::LaminateGlobalLayup with the given identifier as recorded in a journal. | |
NXOpen::CAE::LaminateGlobalLayup * | FindObject (const char *journalIdentifier) |
Finds the CAE::LaminateGlobalLayup with the given identifier as recorded in a journal. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a global layup, which is defined by a sequence of CAE::LaminateGlobalLayup , each with a name and a list of plies.
To obtain an instance of this class, refer to CAE::LaminateGlobalLayupMgr
Created in NX6.0.0.
iterator NXOpen::CAE::LaminateGlobalLayupCollection::begin | ( | ) |
Returns an iterator addressing the first element.
NXOpen::CAE::LaminateGlobalLayup* NXOpen::CAE::LaminateGlobalLayupCollection::CreateGlobalLayup | ( | ) |
Create a new CAE::LaminateGlobalLayup instance.
void NXOpen::CAE::LaminateGlobalLayupCollection::DeleteGlobalLayup | ( | NXOpen::CAE::LaminateGlobalLayup * | layupToRemove | ) |
Delete an existing CAE::LaminateGlobalLayup instance
Created in NX7.5.0.
License requirements : nx_lam_comp_adv ("Laminate Composites Advanced")
layupToRemove | layup to remove |
iterator NXOpen::CAE::LaminateGlobalLayupCollection::end | ( | ) |
Returns an iterator addressing one past the last element.
NXOpen::CAE::LaminateGlobalLayup* NXOpen::CAE::LaminateGlobalLayupCollection::FindObject | ( | const NXString & | journalIdentifier | ) |
Finds the CAE::LaminateGlobalLayup 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. @return global layup found
Created in NX7.5.0.
License requirements : nx_lam_comp_adv ("Laminate Composites Advanced")
journalIdentifier | Identifier to be found |
NXOpen::CAE::LaminateGlobalLayup* NXOpen::CAE::LaminateGlobalLayupCollection::FindObject | ( | const char * | journalIdentifier | ) |
Finds the CAE::LaminateGlobalLayup 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. @return global layup found
Created in NX7.5.0.
License requirements : nx_lam_comp_adv ("Laminate Composites Advanced")
journalIdentifier | Identifier to be found |
tag_t NXOpen::CAE::LaminateGlobalLayupCollection::Tag | ( | ) | const |
Returns the tag of this object.