Search Results for

    Show / Hide Table of Contents

    Class ContactObjectCollection

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObjectCollection
    ContactObjectCollection
    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.ContactPreview
    Assembly: NXOpen.dll
    Syntax
    public class ContactObjectCollection : TaggedObjectCollection, IMessageSink, IEnumerable

    Constructors

    ContactObjectCollection()

    Declaration
    protected ContactObjectCollection()

    ContactObjectCollection(CaeSession)

    Declaration
    protected ContactObjectCollection(CaeSession owner)
    Parameters
    Type Name Description
    CaeSession owner

    Properties

    Tag

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

    Methods

    ChangeFolderOrganization(int)

    Declaration
    public void ChangeFolderOrganization(int folderType)
    Parameters
    Type Name Description
    int folderType

    ClearCollection()

    Declaration
    public void ClearCollection()

    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 INXObject FindObject(string journalIdentifier)
    Parameters
    Type Name Description
    string journalIdentifier
    Returns
    Type Description
    INXObject

    PlotContactLines(ContactObject[])

    Declaration
    [Obsolete("Deprecated in NX2206.0.0.  Use CAE.ContactPreview.ContactObjectCollection.PlotContactLinesWithView  instead.")]
    public void PlotContactLines(ContactObject[] pObjects)
    Parameters
    Type Name Description
    ContactObject[] pObjects

    PlotContactLinesWithView(int, ContactObject[])

    Declaration
    public void PlotContactLinesWithView(int viewIndex, ContactObject[] pObjects)
    Parameters
    Type Name Description
    int viewIndex
    ContactObject[] pObjects

    PlotContours(int, ContactObject[])

    Declaration
    public void PlotContours(int viewIndex, ContactObject[] pObjects)
    Parameters
    Type Name Description
    int viewIndex
    ContactObject[] pObjects

    Populate()

    Declaration
    public void Populate()

    Print()

    Declaration
    public void Print()

    RefreshResults(ContactObject[])

    Declaration
    public void RefreshResults(ContactObject[] pObjects)
    Parameters
    Type Name Description
    ContactObject[] pObjects

    ToArray()

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

    Implements

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