AnyCAD Rapid API 2024
Help you to create a better world!
载入中...
搜索中...
未找到
RobotAnimation类 参考
类 RobotAnimation 继承关系图:
Animation

Public 成员函数

 RobotAnimation (RobotArm arm)
 
String GetName ()
 
void SetName (String val)
 
RobotArm GetArm ()
 
void SetArm (RobotArm val)
 
void AddClip (RobotAnimationClip clip)
 
boolean RemoveClip (RobotAnimationClip clip)
 
long GetClipCountOfJoint (long jointIdx)
 
RobotAnimationClip GetClip (long jointIdx, long clipIdx)
 
boolean Play (float time)
 
void Reset ()
 
- Public 成员函数 继承自 Animation
boolean GetEnabled ()
 
void SetEnabled (boolean val)
 
boolean GetPaused ()
 
void SetPaused (boolean val)
 
boolean GetLoop ()
 
void SetLoop (boolean val)
 
float GetDuration ()
 

详细描述

成员函数说明

◆ AddClip()

void RobotAnimation.AddClip ( RobotAnimationClip clip)

Add the animation clip.

参数
clipthe clip.

◆ Play()

boolean RobotAnimation.Play ( float time)

Play the animation.

参数
timethe timer.
返回
false if finished.

重载 Animation .

◆ RemoveClip()

boolean RobotAnimation.RemoveClip ( RobotAnimationClip clip)

Remove the clip.

参数
clipthe clip to be removed.
返回
true if it exists.

◆ Reset()

void RobotAnimation.Reset ( )

Reset to initial state.

重载 Animation .