Search Results for

    Show / Hide Table of Contents

    Class BodyContactCollection

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObjectCollection
    BodyContactCollection
    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 BodyContactCollection : TaggedObjectCollection, IMessageSink, IEnumerable

    Constructors

    BodyContactCollection()

    Declaration
    protected BodyContactCollection()

    BodyContactCollection(MotionManager)

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

    Properties

    Tag

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

    Methods

    CreateBodyContactBuilder(BodyContact)

    Declaration
    public BodyContactBuilder CreateBodyContactBuilder(BodyContact contactobj)
    Parameters
    Type Name Description
    BodyContact contactobj
    Returns
    Type Description
    BodyContactBuilder

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

    ToArray()

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

    Implements

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