马上注册,结交更多同行朋友,交流,分享,学习。
您需要 登录 才可以下载或查看,没有帐号?注册
x
用UF_CURVE_create_proj_curves 做了一个点到曲面的投影,
这个feature identifier 为proj_point_feature 的点的坐标怎么才能得到呢
int n_point_refs=1;
int n_face_refs=1;
int copy_flag=3;
UF_CURVE_proj_s proj_data;
proj_data.proj_type=2;
proj_data.proj_pnt=point2;
tag_t proj_point_feature ;
UF_CALL(UF_CURVE_create_proj_curves ( n_point_refs, &point1, n_face_refs,
&platform, copy_flag, &proj_data, &proj_point_feature ));
帮帮忙啊 先谢了 |