Class Animation
Inheritance
System.Object
System.MarshalByRefObject
Animation
Implements
System.Runtime.Remoting.Messaging.IMessageSink
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)
Assembly: NXOpen.dll
Syntax
public class Animation : MotionObject, IMessageSink, IFitTo, INXObject
Constructors
Animation()
Declaration
Methods
AddGraph(Graph)
Declaration
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
Type |
Description |
System.Boolean |
|
GetCamera()
Declaration
public AnimationCamera GetCamera()
Returns
GetGraphBlankStatus(Graph)
Declaration
public bool GetGraphBlankStatus(Graph graphObject)
Parameters
Type |
Name |
Description |
Graph |
graphObject |
|
Returns
Type |
Description |
System.Boolean |
|
GetObjectBlankStatus(TaggedObject)
Declaration
public bool GetObjectBlankStatus(TaggedObject tagObject)
Parameters
Returns
Type |
Description |
System.Boolean |
|
HasGraph(Graph)
Declaration
public bool HasGraph(Graph pGraph)
Parameters
Type |
Name |
Description |
Graph |
pGraph |
|
Returns
Type |
Description |
System.Boolean |
|
RemoveCamera()
Declaration
public void RemoveCamera()
RemoveGraph(Graph)
Declaration
public void RemoveGraph(Graph pGraph)
Parameters
Type |
Name |
Description |
Graph |
pGraph |
|
SetAnimationVectorBlankStatus(AnimationVector, Boolean)
Declaration
public void SetAnimationVectorBlankStatus(AnimationVector animationVector, bool blankStatus)
Parameters
Type |
Name |
Description |
AnimationVector |
animationVector |
|
System.Boolean |
blankStatus |
|
SetCamera(AnimationCamera)
Declaration
public void SetCamera(AnimationCamera animationCameraObject)
Parameters
SetFreeBodyDiagram(TaggedObject)
Declaration
public void SetFreeBodyDiagram(TaggedObject tagObject)
Parameters
SetGraphBlankStatus(Graph, Boolean)
Declaration
public void SetGraphBlankStatus(Graph graphObject, bool blankStatus)
Parameters
Type |
Name |
Description |
Graph |
graphObject |
|
System.Boolean |
blankStatus |
|
SetObjectBlankStatus(TaggedObject, Boolean)
Declaration
public void SetObjectBlankStatus(TaggedObject tagObject, bool blankStatus)
Parameters
Type |
Name |
Description |
TaggedObject |
tagObject |
|
System.Boolean |
blankStatus |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink