Search Results for

    Show / Hide Table of Contents

    Class LaminatePlyCollection

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObjectCollection
    LaminatePlyCollection
    Implements
    IMessageSink
    IEnumerable
    Inherited Members
    TaggedObjectCollection.GetEnumerator()
    TaggedObjectCollection.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.CAE
    Assembly: NXOpen.dll
    Syntax
    public class LaminatePlyCollection : TaggedObjectCollection, IMessageSink, IEnumerable

    Constructors

    LaminatePlyCollection()

    Declaration
    protected LaminatePlyCollection()

    LaminatePlyCollection(LaminatePlyGroup)

    Declaration
    protected LaminatePlyCollection(LaminatePlyGroup owner)
    Parameters
    Type Name Description
    LaminatePlyGroup owner

    Properties

    Tag

    Declaration
    public Tag Tag { get; }
    Property Value
    Type Description
    Tag

    Methods

    DeletePly(int)

    Declaration
    public void DeletePly(int index)
    Parameters
    Type Name Description
    int index

    EnumerateMoveNext(ref Tag, byte[])

    Declaration
    protected override int EnumerateMoveNext(ref Tag currentTag, byte[] state)
    Parameters
    Type Name Description
    Tag currentTag
    byte[] state
    Returns
    Type Description
    int
    Overrides
    TaggedObjectCollection.EnumerateMoveNext(ref Tag, byte[])

    FindObject(string)

    Declaration
    public LaminatePly FindObject(string journalIdentifier)
    Parameters
    Type Name Description
    string journalIdentifier
    Returns
    Type Description
    LaminatePly

    GetPly(int)

    Declaration
    public LaminatePly GetPly(int plyIndex)
    Parameters
    Type Name Description
    int plyIndex
    Returns
    Type Description
    LaminatePly

    InsertCohesiveLayer(int, double, int)

    Declaration
    public LaminatePly InsertCohesiveLayer(int insertionIndex, double orientation, int color)
    Parameters
    Type Name Description
    int insertionIndex
    double orientation
    int color
    Returns
    Type Description
    LaminatePly

    InsertPly(int, double, double, int)

    Declaration
    public LaminatePly InsertPly(int insertionIndex, double thickness, double orientation, int color)
    Parameters
    Type Name Description
    int insertionIndex
    double thickness
    double orientation
    int color
    Returns
    Type Description
    LaminatePly

    ToArray()

    Declaration
    public LaminatePly[] ToArray()
    Returns
    Type Description
    LaminatePly[]

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IEnumerable
    In this article
    Back to top Generated by DocFX