NX Open C++ Reference Guide
Classes | Public Member Functions
NXOpen::CAE::LaminatePlyCollection Class Reference

Represents a list of plies, which have a material, a thickness, an orientation, and a color. More...

Inheritance diagram for NXOpen::CAE::LaminatePlyCollection:
NXOpen::TaggedObjectCollection

List of all members.

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::LaminatePlyFindObject (const NXString &journalIdentifier)
 Finds the CAE::LaminatePly with the given identifier as recorded in a journal.
NXOpen::CAE::LaminatePlyGetPly (int plyIndex)
 Retrieve the ply at specified index.
NXOpen::CAE::LaminatePlyInsertPly (int insertionIndex, double thickness, double orientation, int color)
 Inserts a new single CAE::LaminatePly.
NXOpen::CAE::LaminatePlyInsertPlyCopy (int insertionIndex, NXOpen::CAE::LaminatePly *sourcePly)
 Inserts a new ply at specified index, by copying another ply.
void SwapPlies (int plyIndex1, int plyIndex2)
 Swap the position of two plies in a PlyGroupMany

tag_t Tag () const
 Returns the tag of this object.

Detailed Description

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.


Member Function Documentation

Returns an iterator addressing the first element.

Deletes an existing CAE::LaminatePly
Created in NX5.0.0.



License requirements : nx_lam_composites ("Laminate Composites")

Parameters:
indexIndex in group of ply to delete

Returns an iterator addressing one past the last element.

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.

Returns:
ply found
Created in NX7.5.0.

License requirements : nx_lam_composites ("Laminate Composites")
Parameters:
journalIdentifierIdentifier to be found

Retrieve the ply at specified index.

Returns:

Created in NX5.0.0.

License requirements : nx_lam_composites ("Laminate Composites")
Parameters:
plyIndexply number of interest
NXOpen::CAE::LaminatePly* NXOpen::CAE::LaminatePlyCollection::InsertPly ( int  insertionIndex,
double  thickness,
double  orientation,
int  color 
)

Inserts a new single CAE::LaminatePly.

Returns:
Ply created
Created in NX5.0.0.

License requirements : nx_lam_composites ("Laminate Composites")
Parameters:
insertionIndexIndex where ply is inserted
thicknessThickness of the ply
orientationOrientation of the ply
colorPly color

Inserts a new ply at specified index, by copying another ply.

Returns:

Deprecated:
Deprecated in NX7.5.0.


Created in NX5.0.0.

License requirements : nx_lam_composites ("Laminate Composites")

Parameters:
insertionIndexindex where ply will be inserted
sourcePlyexisting ply being copied
void NXOpen::CAE::LaminatePlyCollection::SwapPlies ( int  plyIndex1,
int  plyIndex2 
)

Swap the position of two plies in a PlyGroupMany

Deprecated:
Deprecated in NX7.5.0.



Created in NX5.0.0.

License requirements : nx_lam_composites ("Laminate Composites")

Parameters:
plyIndex1index1
plyIndex2index2

Returns the tag of this object.


The documentation for this class was generated from the following file:
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.