|
NX Open C++ Reference Guide
|
Represents a list of plies, which have a material, a thickness, an orientation, and a color. 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. | |
| void | DeletePly (int index) |
| Deletes an existing CAE::LaminatePly Created in NX5.0.0. | |
| iterator | end () |
| Returns an iterator addressing one past the last element. | |
| NXOpen::CAE::LaminatePly * | FindObject (const NXString &journalIdentifier) |
| Finds the CAE::LaminatePly with the given identifier as recorded in a journal. | |
| NXOpen::CAE::LaminatePly * | FindObject (const char *journalIdentifier) |
| Finds the CAE::LaminatePly with the given identifier as recorded in a journal. | |
| NXOpen::CAE::LaminatePly * | GetPly (int plyIndex) |
| Retrieve the ply at specified index. | |
| NXOpen::CAE::LaminatePly * | InsertPly (int insertionIndex, double thickness, double orientation, int color) |
| Inserts a new single CAE::LaminatePly. | |
| tag_t | Tag () const |
| Returns the tag of this object. | |
Represents a list of plies, which have a material, a thickness, an orientation, and a color.
.
To obtain an instance of this class, refer to CAE::LaminatePlyGroup
Created in NX5.0.0.
| iterator NXOpen::CAE::LaminatePlyCollection::begin | ( | ) |
Returns an iterator addressing the first element.
| void NXOpen::CAE::LaminatePlyCollection::DeletePly | ( | int | index | ) |
Deletes an existing CAE::LaminatePly
Created in NX5.0.0.
License requirements : nx_lam_composites ("Laminate Composites")
| index | Index in group of ply to delete |
| iterator NXOpen::CAE::LaminatePlyCollection::end | ( | ) |
Returns an iterator addressing one past the last element.
| NXOpen::CAE::LaminatePly* NXOpen::CAE::LaminatePlyCollection::FindObject | ( | const NXString & | journalIdentifier | ) |
Finds the CAE::LaminatePly 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 ply found
Created in NX7.5.0.
License requirements : nx_lam_composites ("Laminate Composites")
| journalIdentifier | Identifier to be found |
| NXOpen::CAE::LaminatePly* NXOpen::CAE::LaminatePlyCollection::FindObject | ( | const char * | journalIdentifier | ) |
Finds the CAE::LaminatePly 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 ply found
Created in NX7.5.0.
License requirements : nx_lam_composites ("Laminate Composites")
| journalIdentifier | Identifier to be found |
| NXOpen::CAE::LaminatePly* NXOpen::CAE::LaminatePlyCollection::GetPly | ( | int | plyIndex | ) |
Retrieve the ply at specified index.
| plyIndex | ply number of interest |
| NXOpen::CAE::LaminatePly* NXOpen::CAE::LaminatePlyCollection::InsertPly | ( | int | insertionIndex, |
| double | thickness, | ||
| double | orientation, | ||
| int | color | ||
| ) |
Inserts a new single CAE::LaminatePly.
| insertionIndex | Index where ply is inserted |
| thickness | Thickness of the ply |
| orientation | Orientation of the ply |
| color | Ply color |
| tag_t NXOpen::CAE::LaminatePlyCollection::Tag | ( | ) | const |
Returns the tag of this object.