点击查看详细介绍

UF_MODL_replace_sweep_strings() 函数的参数解释说明,以及函数详细用法

misnn 7年前 634 0

购买与咨询 NX 二次开发视频教程,请联系微信号:13890821008  QQ号:85585969  


函数结构:
UF_MODL_replace_sweep_strings
(
tag_t sweep_feature_id,
int n_original_profile_objs,
tag_t * original_profile_objs,
int n_new_profile_objs,
tag_t * new_profile_objs,
int n_original_guide_objs,
tag_t * original_guide_objs,
int n_new_guide_objs,
tag_t * new_guide_objs
)

函数说明:
此功能将取代轮廓和/或指导的曲线/边线一个扫描功能,可以是以下类型中的一种,挤压,旋转,扫描(沿导),有线/管。原来和更换曲线/在阵列边缘original_profile /guide_objs和new_profile / guide_objs必须是连续的。该原始字符串将在original_profile的顺序进行更换/guide_objs阵列通过在new_profile / guide_objs相应串数组。如果n_original_profile / guide_objs> n_new_profile / guide_objs,最后一个(n_original_profile / guide_objs - n_new_profile / guide_objs)在original_profile / guide_objs数组中的字符串将被删除扫描featur的配置文件/指南。如果n_original_profile / guide_objs< n_new_profile / guide_objs,最后(n_new_profile / guide_objs - n_original_profile / guide_objs)中的弦新的配置文件/导向阵列将被添加到该功能。它建议,而不是使用UF_MODL_edit_sweep_curves的这个功能如果可能的话作为UF_MODL_replace_sweep_strings有优势/脸部追踪信息保留在可能的情况。

函数参数:
第1个参数为输入:
sweep_feature_id代表参数变量,tag_t 为输入参数类型,扫特征对象标识符

第2个参数为输入:
输入int 整数型的参数,参数的变量格式为n_original_profile_objs,被替换的扫描特征的轮廓连续原有的弧形/边数

第3个参数为输入:
original_profile_objs代表参数变量,tag_t * 为输入参数类型,在扫描特征的轮廓连续原有的弧形/边缘的数组被替换

第4个参数为输入:
输入int 整数型的参数,参数的变量格式为n_new_profile_objs,邻接曲线/边线的数目,以取代原profile_objs曲线/边缘。

第5个参数为输入:
new_profile_objs代表参数变量,tag_t * 为输入参数类型,连续的曲线/边线的数组来代替原来的profile_objs曲线/边缘。

第6个参数为输入:
输入int 整数型的参数,参数的变量格式为n_original_guide_objs,要被替换的扫描特征的指南中连续原始弯曲/边缘的数目。

第7个参数为输入:
original_guide_objs代表参数变量,tag_t * 为输入参数类型,扫描特征的指南中连续原始弯曲/边缘的阵列被替换。

第8个参数为输入:
输入int 整数型的参数,参数的变量格式为n_new_guide_objs,邻接曲线/边线的数目,以取代原guide_objs曲线/边缘。

第9个参数为输入:
new_guide_objs代表参数变量,tag_t * 为输入参数类型,连续的曲线/边线的数组来代替原来的guide_objs曲线/边缘。

0

最新回复 (0)
请登录后发表新帖