NX Open C++ Reference Guide
Classes | Public Member Functions | List of all members
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

Classes

class  iterator
 Iterator for accessing the contents of the collection. More...
 

Public Member Functions

iterator begin ()
 Returns an iterator addressing the first element. More...
 
void DeletePly (int index)
 Deletes an existing NXOpen::CAE::LaminatePly
Created in NX5.0.0. More...
 
iterator end ()
 Returns an iterator addressing one past the last element. More...
 
NXOpen::CAE::LaminatePlyFindObject (const NXString &journalIdentifier)
 Finds the NXOpen::CAE::LaminatePly with the given identifier as recorded in a journal. More...
 
NXOpen::CAE::LaminatePlyFindObject (const char *journalIdentifier)
 Finds the NXOpen::CAE::LaminatePly with the given identifier as recorded in a journal. More...
 
NXOpen::CAE::LaminatePlyGetPly (int plyIndex)
 Retrieve the ply at specified index. More...
 
NXOpen::CAE::LaminatePlyInsertCohesiveLayer (int insertionIndex, double orientation, int color)
 Inserts a new cohesive layer in the group. More...
 
NXOpen::CAE::LaminatePlyInsertPly (int insertionIndex, double thickness, double orientation, int color)
 Inserts a new single NXOpen::CAE::LaminatePly. More...
 
tag_t Tag () const
 Returns the tag of this object. More...
 

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 NXOpen::CAE::LaminatePlyGroup

Created in NX5.0.0.

Member Function Documentation

iterator NXOpen::CAE::LaminatePlyCollection::begin ( )

Returns an iterator addressing the first element.

void NXOpen::CAE::LaminatePlyCollection::DeletePly ( int  index)

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



License requirements : nx_lam_composites ("Laminate Composites")

Parameters
indexIndex 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 NXOpen::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
NXOpen::CAE::LaminatePly* NXOpen::CAE::LaminatePlyCollection::FindObject ( const char *  journalIdentifier)

Finds the NXOpen::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
NXOpen::CAE::LaminatePly* NXOpen::CAE::LaminatePlyCollection::GetPly ( int  plyIndex)

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::InsertCohesiveLayer ( int  insertionIndex,
double  orientation,
int  color 
)

Inserts a new cohesive layer in the group.

Returns
Layer created
Created in NX10.0.0.

License requirements : nx_lam_composites ("Laminate Composites")
Parameters
insertionIndexIndex where layer is inserted
orientationOrientation of the layer
colorLayer color
NXOpen::CAE::LaminatePly* NXOpen::CAE::LaminatePlyCollection::InsertPly ( int  insertionIndex,
double  thickness,
double  orientation,
int  color 
)

Inserts a new single NXOpen::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
tag_t NXOpen::CAE::LaminatePlyCollection::Tag ( ) const

Returns the tag of this object.


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