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

Public 成员函数

String toString ()
 

静态 Public 属性

static final EnumRobotJointType Fixed = new EnumRobotJointType("Fixed", AnyCADJNI.EnumRobotJointType_Fixed_get())
 
static final EnumRobotJointType Revolute = new EnumRobotJointType("Revolute", AnyCADJNI.EnumRobotJointType_Revolute_get())
 
static final EnumRobotJointType Prismatic = new EnumRobotJointType("Prismatic", AnyCADJNI.EnumRobotJointType_Prismatic_get())
 

详细描述

<> 关节运动类型定义

类成员变量说明

◆ Fixed

final EnumRobotJointType EnumRobotJointType.Fixed = new EnumRobotJointType("Fixed", AnyCADJNI.EnumRobotJointType_Fixed_get())
static

固定轴

◆ Prismatic

final EnumRobotJointType EnumRobotJointType.Prismatic = new EnumRobotJointType("Prismatic", AnyCADJNI.EnumRobotJointType_Prismatic_get())
static

滑动轴

◆ Revolute

final EnumRobotJointType EnumRobotJointType.Revolute = new EnumRobotJointType("Revolute", AnyCADJNI.EnumRobotJointType_Revolute_get())
static

旋转轴