|
请大家帮我看看下面代码错在哪里,怎么就不能平移,什么都没有就结束了。
char *cue="请选取实体...";
char *title="请选取实体...";
int scope=UF_UI_SEL_SCOPE_NO_CHANGE;
int resp;
int count;
tag_p_t obj;
UF_UI_select_with_class_dialog(
cue, title, UF_UI_SEL_SCOPE_WORK_PART,
NULL, NULL, &resp, &count, &obj);
double translation [ 3 ]={100,0,0};
double matrix [ 16 ];
uf5943(translation,matrix);
const int move_or_copy=1;
const int dest_layer=0;
const i7nt trace_curves=2;
tag_t copies;
tag_t trace_curve_group;
int status;
uf5947(matrix,obj,&count,&move_or_copy,&dest_layer,&trace_curves,&copies,&trace_curve_group,&status);
各位:问题解决了,dest_layer前面少了&符号
本帖最后由 CUI821228 于 2010-7-11 08:18 编辑 |
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有帐号?注册
x
|