NX Open C++ Reference Guide
|
Represents a collection of laminate extrusion setups
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::LaminateExtrudeSetup * | FindObject (const NXString &journalIdentifier) |
Finds the CAE::LaminateExtrudeSetup with the given identifier as recorded in a journal. | |
NXOpen::CAE::LaminateExtrudeSetup * | FindObject (const char *journalIdentifier) |
Finds the CAE::LaminateExtrudeSetup with the given identifier as recorded in a journal. | |
void | RemoveExtrudeSetup (NXOpen::CAE::LaminateExtrudeSetup *setup) |
Remove and delete an CAE::LaminateExtrudeSetup from the model Created in NX8.5.0. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a collection of laminate extrusion setups
To obtain an instance of this class, refer to CAE::LaminateGlobalLayupMgr
Created in NX7.5.0.
iterator NXOpen::CAE::LaminateExtrudeSetupCollection::begin | ( | ) |
Returns an iterator addressing the first element.
iterator NXOpen::CAE::LaminateExtrudeSetupCollection::end | ( | ) |
Returns an iterator addressing one past the last element.
NXOpen::CAE::LaminateExtrudeSetup* NXOpen::CAE::LaminateExtrudeSetupCollection::FindObject | ( | const NXString & | journalIdentifier | ) |
Finds the CAE::LaminateExtrudeSetup with the given identifier as recorded in a journal.
journalIdentifier | Identifier to be found |
NXOpen::CAE::LaminateExtrudeSetup* NXOpen::CAE::LaminateExtrudeSetupCollection::FindObject | ( | const char * | journalIdentifier | ) |
Finds the CAE::LaminateExtrudeSetup with the given identifier as recorded in a journal.
journalIdentifier | Identifier to be found |
void NXOpen::CAE::LaminateExtrudeSetupCollection::RemoveExtrudeSetup | ( | NXOpen::CAE::LaminateExtrudeSetup * | setup | ) |
Remove and delete an CAE::LaminateExtrudeSetup from the model
Created in NX8.5.0.
License requirements : nx_lam_comp_adv ("Laminate Composites Advanced")
setup | The extrusion setup to remove |
tag_t NXOpen::CAE::LaminateExtrudeSetupCollection::Tag | ( | ) | const |
Returns the tag of this object.