Class AnimationControl
Inheritance
System.Object
System.MarshalByRefObject
AnimationControl
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.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.Motion
Assembly: NXOpen.dll
Syntax
public class AnimationControl : PostControl, IMessageSink, INXObject, IPostControl
Constructors
AnimationControl()
Declaration
protected AnimationControl()
Properties
CurrentStep
Declaration
public int CurrentStep { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Delay
Declaration
public int Delay { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Mode
Declaration
public PlayMode Mode { get; set; }
Property Value
| Type | Description |
|---|---|
| PlayMode |
NumberSteps
Declaration
public int NumberSteps { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Methods
Finish()
Declaration
public void Finish()
GetLinkTransformatioinMatrix(Link, Int32)
Declaration
public double GetLinkTransformatioinMatrix(Link linkTag, int currentStep)
Parameters
| Type | Name | Description |
|---|---|---|
| Link | linkTag | |
| System.Int32 | currentStep |
Returns
| Type | Description |
|---|---|
| System.Double |
Pause()
Declaration
public void Pause()
Play()
Declaration
public void Play()
PlayBackward()
Declaration
public void PlayBackward()
StepBackward()
Declaration
public void StepBackward()
StepFirst()
Declaration
public void StepFirst()
StepForward()
Declaration
public void StepForward()
StepLast()
Declaration
public void StepLast()
StepTo(Int32)
Declaration
public void StepTo(int step)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | step |
StepToAssemblyPosition()
Declaration
public void StepToAssemblyPosition()
StepToDesignPosition()
Declaration
public void StepToDesignPosition()
Stop()
Declaration
public void Stop()
Implements
System.Runtime.Remoting.Messaging.IMessageSink