NX Open C++ Reference Guide
|
Represents a laminate layup, which is defined by a sequence of CAE::LaminatePlyGroup , 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. | |
void | DeletePlyGroup (int groupIndex) |
Deletes a CAE::LaminatePlyGroup by index Created in NX5.0.0. | |
void | DeletePlyGroupObject (NXOpen::CAE::LaminatePlyGroup *plyGroup) |
Deletes a CAE::LaminatePlyGroup from the laminate layup | |
iterator | end () |
Returns an iterator addressing one past the last element. | |
NXOpen::CAE::LaminatePlyGroup * | GetPlyGroup (int groupIndex) |
Finds a CAE::LaminatePlyGroup from layup. | |
NXOpen::CAE::LaminatePlyGroup * | InsertLinkedPlyGroup (const NXString &name, NXOpen::CAE::LaminatePlyGroup::Link linkType, const NXString &parentName, int insertionIndex) |
Creates a linked CAE::LaminatePlyGroup inserted in the laminate layup at the specified index. | |
NXOpen::CAE::LaminatePlyGroup * | InsertPlyGroup (const NXString &name, int insertionIndex) |
Creates an empty CAE::LaminatePlyGroup inserted in the laminate layup at the specified index. | |
NXOpen::CAE::LaminatePlyGroup * | InsertSinglePly (int insertionIndex) |
Creates a new, simple CAE::LaminatePlyGroup holding a default ply, and inserted in the laminate layup at the specified index. | |
void | SwapPlyGroup (int groupIndex1, int groupIndex2) |
Swap the position of two CAE::LaminatePlyGroup within a layup | |
tag_t | Tag () const |
Returns the tag of this object. |
Represents a laminate layup, which is defined by a sequence of CAE::LaminatePlyGroup , each with a name and a list of plies.
To obtain an instance of this class, refer to CAE::Laminate
Created in NX5.0.0.
Returns an iterator addressing the first element.
void NXOpen::CAE::LaminatePlyGroupCollection::DeletePlyGroup | ( | int | groupIndex | ) |
Deletes a CAE::LaminatePlyGroup by index
Created in NX5.0.0.
License requirements : nx_lam_composites ("Laminate Composites")
groupIndex | index of group to remove |
void NXOpen::CAE::LaminatePlyGroupCollection::DeletePlyGroupObject | ( | NXOpen::CAE::LaminatePlyGroup * | plyGroup | ) |
Deletes a CAE::LaminatePlyGroup from the laminate layup
Created in NX5.0.0.
License requirements : nx_lam_composites ("Laminate Composites")
plyGroup | group to remove |
Returns an iterator addressing one past the last element.
NXOpen::CAE::LaminatePlyGroup* NXOpen::CAE::LaminatePlyGroupCollection::GetPlyGroup | ( | int | groupIndex | ) |
Finds a CAE::LaminatePlyGroup from layup.
groupIndex | index in the sequence |
NXOpen::CAE::LaminatePlyGroup* NXOpen::CAE::LaminatePlyGroupCollection::InsertLinkedPlyGroup | ( | const NXString & | name, |
NXOpen::CAE::LaminatePlyGroup::Link | linkType, | ||
const NXString & | parentName, | ||
int | insertionIndex | ||
) |
Creates a linked CAE::LaminatePlyGroup inserted in the laminate layup at the specified index.
name | Name of ply group NOTE: The full Unicode character set is not supported for this parameter. |
linkType | Type of link |
parentName | name of parent PlyGroup NOTE: The full Unicode character set is not supported for this parameter. |
insertionIndex | index in the sequence to insert at |
NXOpen::CAE::LaminatePlyGroup* NXOpen::CAE::LaminatePlyGroupCollection::InsertPlyGroup | ( | const NXString & | name, |
int | insertionIndex | ||
) |
Creates an empty CAE::LaminatePlyGroup inserted in the laminate layup at the specified index.
name | Name of ply group NOTE: The full Unicode character set is not supported for this parameter. |
insertionIndex | index in the sequence to insert at |
NXOpen::CAE::LaminatePlyGroup* NXOpen::CAE::LaminatePlyGroupCollection::InsertSinglePly | ( | int | insertionIndex | ) |
Creates a new, simple CAE::LaminatePlyGroup holding a default ply, and inserted in the laminate layup at the specified index.
insertionIndex | index in the sequence to insert at |
void NXOpen::CAE::LaminatePlyGroupCollection::SwapPlyGroup | ( | int | groupIndex1, |
int | groupIndex2 | ||
) |
Swap the position of two CAE::LaminatePlyGroup within a layup
Created in NX5.0.0.
License requirements : nx_lam_composites ("Laminate Composites")
groupIndex1 | group index 1 |
groupIndex2 | group index 2 |
tag_t NXOpen::CAE::LaminatePlyGroupCollection::Tag | ( | ) | const |
Returns the tag of this object.