Search Results for

    Show / Hide Table of Contents

    Class AnimationVectorCollection

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

    Constructors

    AnimationVectorCollection()

    Declaration
    protected AnimationVectorCollection()

    AnimationVectorCollection(MotionManager)

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

    Properties

    Tag

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

    Methods

    CreateAnimationVector(Graph[])

    Declaration
    public AnimationVector[] CreateAnimationVector(Graph[] graphs)
    Parameters
    Type Name Description
    Graph[] graphs
    Returns
    Type Description
    AnimationVector[]

    CreateAnimationVectorBuilder(AnimationVector)

    Declaration
    public AnimationVectorBuilder CreateAnimationVectorBuilder(AnimationVector animationVector)
    Parameters
    Type Name Description
    AnimationVector animationVector
    Returns
    Type Description
    AnimationVectorBuilder

    CreateMultiEditAnimationVectorBuilder(AnimationVector[])

    Declaration
    public AnimationVectorBuilder CreateMultiEditAnimationVectorBuilder(AnimationVector[] animationVectors)
    Parameters
    Type Name Description
    AnimationVector[] animationVectors
    Returns
    Type Description
    AnimationVectorBuilder

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

    ToArray()

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

    Implements

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