AnyCAD Rapid API 2024
Help you to create a better world!
载入中...
搜索中...
未找到
RobotAnimationClip类 参考

Public 成员函数

 RobotAnimationClip (long jointIdx, double startVar, double endVar, double timeStart, double timeEnd)
 
long GetJointIndex ()
 
void SetJointIndex (long val)
 
double GetStartVar ()
 
void SetStartVar (double val)
 
double GetEndVar ()
 
void SetEndVar (double val)
 
double GetStartTime ()
 
void SetStartTime (double val)
 
double GetEndTime ()
 
void SetEndTime (double val)
 
boolean GetEnabled ()
 
void SetEnabled (boolean val)
 
double ComputeSpeed ()
 
boolean Play (RobotArm arm, double time)
 

详细描述

成员函数说明

◆ ComputeSpeed()

double RobotAnimationClip.ComputeSpeed ( )

Compute the speed by time duration.

返回
the speed.