Class Animation
Assembly: NXOpen.dll
Syntax
public class Animation : MotionObject, IMessageSink, IFitTo, INXObject
Constructors
Animation()
Declaration
Methods
AddGraph(Graph)
Declaration
[Obsolete("Deprecated in NX2206.0.0. A new animation vector will be created. Please use AnimationVector instead. ")]
public void AddGraph(Graph pGraph)
Parameters
Type |
Name |
Description |
Graph |
pGraph |
|
CloneAnimation()
Declaration
public Animation CloneAnimation()
Returns
GetAnimationVectorBlankStatus(AnimationVector)
Declaration
public bool GetAnimationVectorBlankStatus(AnimationVector animationVector)
Parameters
Returns
GetCamera()
Declaration
public AnimationCamera GetCamera()
Returns
GetGraphBlankStatus(Graph)
Declaration
[Obsolete("Deprecated in NX2206.0.0. Use AnimationVector instead")]
public bool GetGraphBlankStatus(Graph graphObject)
Parameters
Type |
Name |
Description |
Graph |
graphObject |
|
Returns
GetObjectBlankStatus(TaggedObject)
Declaration
public bool GetObjectBlankStatus(TaggedObject tagObject)
Parameters
Returns
HasGraph(Graph)
Declaration
[Obsolete("Deprecated in NX2206.0.0. Use AnimationVector instead")]
public bool HasGraph(Graph pGraph)
Parameters
Type |
Name |
Description |
Graph |
pGraph |
|
Returns
RemoveCamera()
Declaration
public void RemoveCamera()
RemoveGraph(Graph)
Declaration
[Obsolete("Deprecated in NX2206.0.0. Use AnimationVector instead")]
public void RemoveGraph(Graph pGraph)
Parameters
Type |
Name |
Description |
Graph |
pGraph |
|
SetAnimationVectorBlankStatus(AnimationVector, bool)
Declaration
public void SetAnimationVectorBlankStatus(AnimationVector animationVector, bool blankStatus)
Parameters
SetCamera(AnimationCamera)
Declaration
public void SetCamera(AnimationCamera animationCameraObject)
Parameters
SetFreeBodyDiagram(TaggedObject)
Declaration
[Obsolete("Deprecated in NX2206.0.0. Use AnimationVector instead")]
public void SetFreeBodyDiagram(TaggedObject tagObject)
Parameters
SetGraphBlankStatus(Graph, bool)
Declaration
[Obsolete("Deprecated in NX2206.0.0. Use AnimationVector instead")]
public void SetGraphBlankStatus(Graph graphObject, bool blankStatus)
Parameters
Type |
Name |
Description |
Graph |
graphObject |
|
bool |
blankStatus |
|
SetObjectBlankStatus(TaggedObject, bool)
Declaration
public void SetObjectBlankStatus(TaggedObject tagObject, bool blankStatus)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink