|
马上注册,结交更多同行朋友,交流,分享,学习。
您需要 登录 才可以下载或查看,没有帐号?注册
x
UF_CURVE_create_proj_curves生成曲线后如何获得其TAG?
UF_CURVE_create_proj_curves (
int n_curve_refs,
tag_t * curve_refs,
int n_face_refs,
tag_t * face_refs,
int copy_flag,
UF_CURVE_proj_p_t proj_data,
tag_t * proj_curve_feature );
我选择copy_flag=1 or 2, 所以根据该函数的解释得到的 proj_curve_feature 应该是一个group identifier . 我想知道如何从得到 group identifier中抽取出所需要各个TAG??也就是document里面说extract individual curves from the
group |
|