public interface LaminatePlyCollection extends TaggedObjectCollection
nxopen.cae.LaminatePlyGroup
TaggedObjectCollection.Iterator
Modifier and Type | Method and Description |
---|---|
void |
deletePly(int index)
Deletes an existing
LaminatePly
License requirements: nx_lam_composites ("Laminate Composites") Created in NX5.0.0 |
LaminatePly |
findObject(String journalIdentifier)
Finds the
LaminatePly with the given identifier as recorded in a journal. |
LaminatePly |
getPly(int plyIndex)
Retrieve the ply at specified index
License requirements: nx_lam_composites ("Laminate Composites") . |
LaminatePly |
insertCohesiveLayer(int insertionIndex,
double orientation,
int color)
Inserts a new cohesive layer in the group
License requirements: nx_lam_composites ("Laminate Composites") . |
LaminatePly |
insertPly(int insertionIndex,
double thickness,
double orientation,
int color)
Inserts a new single
LaminatePly
License requirements: nx_lam_composites ("Laminate Composites") Created in NX5.0.0 |
_find_next, iterator
LaminatePly insertPly(int insertionIndex, double thickness, double orientation, int color) throws NXException, RemoteException
LaminatePly
insertionIndex
- Index where ply is insertedthickness
- Thickness of the plyorientation
- Orientation of the plycolor
- Ply colorNXException
RemoteException
LaminatePly insertCohesiveLayer(int insertionIndex, double orientation, int color) throws NXException, RemoteException
insertionIndex
- Index where layer is insertedorientation
- Orientation of the layercolor
- Layer colorNXException
RemoteException
void deletePly(int index) throws NXException, RemoteException
LaminatePly
index
- Index in group of ply to deleteNXException
RemoteException
LaminatePly getPly(int plyIndex) throws NXException, RemoteException
plyIndex
- ply number of interestNXException
RemoteException
LaminatePly findObject(String journalIdentifier) throws NXException, RemoteException
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.
journalIdentifier
- Identifier to be foundNXException
RemoteException
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.