NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
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:
NXOpen.TaggedObjectCollection NXOpen.Utilities.NXRemotableObject IEnumerable IMessageSink

Public Member Functions

unsafe void DeletePly (int index)
 Deletes an existing NXOpen.CAE.LaminatePly More...
 
unsafe NXOpen.CAE.LaminatePly FindObject (string journalIdentifier)
 Finds the NXOpen.CAE.LaminatePly with the given identifier as recorded in a journal. More...
 
unsafe NXOpen.CAE.LaminatePly GetPly (int plyIndex)
 Retrieve the ply at specified index More...
 
unsafe NXOpen.CAE.LaminatePly InsertCohesiveLayer (int insertionIndex, double orientation, int color)
 Inserts a new cohesive layer in the group More...
 
unsafe NXOpen.CAE.LaminatePly InsertPly (int insertionIndex, double thickness, double orientation, int color)
 Inserts a new single NXOpen.CAE.LaminatePly More...
 
NXOpen.CAE.LaminatePly[] ToArray ()
 Returns an array of NXOpen.CAE.LaminatePly objects. More...
 
- Public Member Functions inherited from NXOpen.TaggedObjectCollection
IEnumerator GetEnumerator ()
 Returns an enumerator that iterates through a collection. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Protected Member Functions

override int EnumerateMoveNext (ref Tag currentTag, byte[] state)
 Advances the enumerator to the next element of the collection. More...
 
- Protected Member Functions inherited from NXOpen.TaggedObjectCollection
new void initialize ()
 <exclude> More...
 
- Protected Member Functions inherited from NXOpen.Utilities.NXRemotableObject
void initialize ()
 <exclude> 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)
inline

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 
)
inlineprotectedvirtual

Advances the enumerator to the next element of the collection.

Implements NXOpen.TaggedObjectCollection.

unsafe NXOpen.CAE.LaminatePly NXOpen.CAE.LaminatePlyCollection.FindObject ( string  journalIdentifier)
inline

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)
inline

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 
)
inline

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 
)
inline

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 ( )
inline

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 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.