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. | |
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 * | InsertLinkedPlyGroup (const char *name, NXOpen::CAE::LaminatePlyGroup::Link linkType, const char *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 * | InsertPlyGroup (const char *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. | |
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.
iterator NXOpen::CAE::LaminatePlyGroupCollection::begin | ( | ) |
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 |
iterator NXOpen::CAE::LaminatePlyGroupCollection::end | ( | ) |
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::InsertLinkedPlyGroup | ( | const char * | name, |
NXOpen::CAE::LaminatePlyGroup::Link | linkType, | ||
const char * | 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::InsertPlyGroup | ( | const char * | 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 |
tag_t NXOpen::CAE::LaminatePlyGroupCollection::Tag | ( | ) | const |
Returns the tag of this object.