点击查看详细介绍

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

misnn 9年前 656 0

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


函数结构:
UF_DISP_ask_library_material_lwa_user_area_data
(
char * material_full_archive_name,
const char * attribute_string_key,
const char * * attribute_data
)

函数说明:
这个函数返回一个基于material_full_archive_name和轻骨料用户区数据specification_attribute_string_key。如果指定的数据在LWA用户区中的数据找到,则返回ERROR_OK或0。

函数参数:
第1个参数为输入:
输入char * 字符类型的参数,参数的变量格式为material_full_archive_name,该材料的整个压缩文件名来获得用户LWA区域数据

第2个参数为输入:
输入const char * 字符类型的参数,参数的变量格式为attribute_string_key,键来标识得到了轻骨料用户数据区的数据

第3个参数为输出:
输出const char * * 字符类型的参数,参数的变量格式为attribute_data,返回由属性字符串键指定的用户区数据

0

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