TInclinePlaneRotateAxisInfo¶
相对倾斜面坐标系的姿态描述参数结构体
结构体说明:
typedef struct InclinePlaneRotateAxisInfo
{
short mode;
short pad[3];
TInclinePlaneRotateAxisInfoUnion data;
}TInclinePlaneRotateAxisInfo;
pad:保留参数,必须为0。
data:倾斜面加工参数。详情说明请参照TInclinePlaneRotateAxisInfoUnion
TInclinePlaneRotateAxisInfoUnion
typedef union InclinePlaneRotateAxisInfoUnion
{
TRotateAxisPos rotateAxisPos;
TToolVector toolVector;
double value[16];
}TInclinePlaneRotateAxisInfoUnion;
TRotateAxisPos
value:旋转轴位置,单位:度。reserve:保留参数,必须为0。
TToolVector
value:刀轴矢量方向,矢量和为1。reserve:保留参数,必须为0。
相关指令: