TGroupInclinedPlanePrmUnion¶
倾斜面加工参数结构体
结构体说明:
typedef union GroupInclinedPlanePrmUnion
{
TSelectConfig select;
double value[10];
}TGroupInclinedPlanePrmUnion;
TSelectConfig
typedef struct SelectConfig
{
short configIndex;
short reserve1[3];
double reserve2[9];
}TSelectConfig;
设置为姿态可变模式时,涉及到旋转轴位置的选解,因此需要设置选解参数。 建议设置为自动选解模式。 reserve1:保留参数,必须为0。
reserve2:保留参数,必须为0。
value:保留参数,必须为0。
相关指令: