Search Results for

    Show / Hide Table of Contents

    Class ContactPatternCollection

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

    Constructors

    ContactPatternCollection()

    Declaration
    protected ContactPatternCollection()

    ContactPatternCollection(MotionManager)

    Declaration
    protected ContactPatternCollection(MotionManager owner)
    Parameters
    Type Name Description
    MotionManager owner

    Properties

    Tag

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

    Methods

    CreateContactPatternBuilder(ContactPattern)

    Declaration
    public ContactPatternBuilder CreateContactPatternBuilder(ContactPattern contactPattern)
    Parameters
    Type Name Description
    ContactPattern contactPattern
    Returns
    Type Description
    ContactPatternBuilder

    CreateMultiEditContactPatternBuilder(ContactPattern[])

    Declaration
    public ContactPatternBuilder CreateMultiEditContactPatternBuilder(ContactPattern[] contactPatterns)
    Parameters
    Type Name Description
    ContactPattern[] contactPatterns
    Returns
    Type Description
    ContactPatternBuilder

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

    ToArray()

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

    Implements

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