AnyCAD Rapid API 2024
Help you to create a better world!
|
Public 成员函数 | |
RobotJoint (long idx, EnumRobotJointType jointType, Matrix4d frame, float axisSize) | |
EnumRobotJointType | GetJointType () |
void | SetJointType (EnumRobotJointType val) |
long | GetIndex () |
void | SetIndex (long val) |
double | GetValue () |
void | SetValue (double val) |
double | GetMaxValue () |
void | SetMaxValue (double val) |
double | GetMinValue () |
void | SetMinValue (double val) |
double | GetVelocity () |
void | SetVelocity (double val) |
AxWidget | GetAxisNode () |
void | SetAxisNode (AxWidget val) |
Matrix4d | GetFrameTip () |
void | SetFrameTip (Matrix4d val) |
Matrix4d | GetWorldFrame () |
void | SetWorldFrame (Matrix4d val) |
RobotJoint | Clone () |
Matrix4d | GetFrame () |
void | Update () |
void | SetAxisVisible (boolean bShow) |
<>
机器人关节,轴的定义
Matrix4d RobotJoint.GetFrame | ( | ) |
获取局部的矩阵
void RobotJoint.Update | ( | ) |
Upadate the vistual of the joint.