NXOpen .NET Reference  12.0.0
Public Member Functions | Protected Member Functions | Properties | 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:

Public Member Functions

NXOpen.CAE.LaminatePly[] ToArray ()
 Returns an array of NXOpen.CAE.LaminatePly objects. More...
 
unsafe NXOpen.CAE.LaminatePly InsertPly (int insertionIndex, double thickness, double orientation, int color)
 Inserts a new single NXOpen.CAE.LaminatePly More...
 
unsafe NXOpen.CAE.LaminatePly InsertCohesiveLayer (int insertionIndex, double orientation, int color)
 Inserts a new cohesive layer in the group More...
 
unsafe void DeletePly (int index)
 Deletes an existing NXOpen.CAE.LaminatePly More...
 
unsafe NXOpen.CAE.LaminatePly GetPly (int plyIndex)
 Retrieve the ply at specified index More...
 
unsafe NXOpen.CAE.LaminatePly FindObject (string journalIdentifier)
 Finds the NXOpen.CAE.LaminatePly with the given identifier as recorded in a journal. More...
 

Protected Member Functions

override int EnumerateMoveNext (ref Tag currentTag, byte[] state)
 Advances the enumerator to the next element of the collection. More...
 

Properties

Tag Tag [get]
 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

unsafe 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
override int NXOpen.CAE.LaminatePlyCollection.EnumerateMoveNext ( ref Tag  currentTag,
byte[]  state 
)
protected

Advances the enumerator to the next element of the collection.

unsafe NXOpen.CAE.LaminatePly NXOpen.CAE.LaminatePlyCollection.FindObject ( string  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.

Created in NX7.5.0

License requirements: nx_lam_composites ("Laminate Composites")

Parameters
journalIdentifierIdentifier to be found
Returns
ply found
unsafe NXOpen.CAE.LaminatePly NXOpen.CAE.LaminatePlyCollection.GetPly ( int  plyIndex)

Retrieve the ply at specified index

Created in NX5.0.0

License requirements: nx_lam_composites ("Laminate Composites")

Parameters
plyIndexply number of interest
Returns
unsafe NXOpen.CAE.LaminatePly NXOpen.CAE.LaminatePlyCollection.InsertCohesiveLayer ( int  insertionIndex,
double  orientation,
int  color 
)

Inserts a new cohesive layer in the group

Created in NX10.0.0

License requirements: nx_lam_composites ("Laminate Composites")

Parameters
insertionIndexIndex where layer is inserted
orientationOrientation of the layer
colorLayer color
Returns
Layer created
unsafe NXOpen.CAE.LaminatePly NXOpen.CAE.LaminatePlyCollection.InsertPly ( int  insertionIndex,
double  thickness,
double  orientation,
int  color 
)

Inserts a new single NXOpen.CAE.LaminatePly

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
Returns
Ply created
NXOpen.CAE.LaminatePly [] NXOpen.CAE.LaminatePlyCollection.ToArray ( )

Returns an array of NXOpen.CAE.LaminatePly objects.

Property Documentation

Tag NXOpen.CAE.LaminatePlyCollection.Tag
get

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.