Search Results for

    Show / Hide Table of Contents

    Class LaminatePlyCollection

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObjectCollection
    LaminatePlyCollection
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    System.Collections.IEnumerable
    Inherited Members
    TaggedObjectCollection.GetEnumerator()
    TaggedObjectCollection.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    System.MarshalByRefObject.CreateObjRef(System.Type)
    System.MarshalByRefObject.GetLifetimeService()
    System.MarshalByRefObject.InitializeLifetimeService()
    System.MarshalByRefObject.MemberwiseClone(System.Boolean)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    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(Int32)

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

    EnumerateMoveNext(ref Tag, Byte[])

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

    FindObject(String)

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

    GetPly(Int32)

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

    InsertCohesiveLayer(Int32, Double, Int32)

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

    InsertPly(Int32, Double, Double, Int32)

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

    ToArray()

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

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    System.Collections.IEnumerable
    In This Article
    Back to top Generated by DocFX