Class AnimationVectorCollection
Inheritance
System.Object
System.MarshalByRefObject
AnimationVectorCollection
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.Collections.IEnumerable
Inherited Members
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.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 | |
System.Byte[] | state |
Returns
Type | Description |
---|---|
System.Int32 |
Overrides
FindObject(String)
Declaration
public AnimationVector FindObject(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name |
Returns
Type | Description |
---|---|
AnimationVector |
ToArray()
Declaration
public AnimationVector[] ToArray()
Returns
Type | Description |
---|---|
AnimationVector[] |
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.Collections.IEnumerable